Hacker News new | ask | show | jobs
by dodata 2241 days ago
Nice, congrats on launching! I'm excited to try it out.

Curious - what if there's a transformation that happens with data from the data warehouse but can't be performed with SQL (such as a Python script)? Is there a way to send that data back into the integrations that you support? Or would be it best to push back into the data warehouse and use Census from there?

Aka, can you only transform with Census using SQL? Or other languages as well?

1 comments

Thanks! We've been talking about that on the team. I kind of want to expose any table automatically as a pandas dataframe so that you could transform it with python on the fly and we'd take care of the execution (and then sync the result back to the apps). Do you have something specific in mind?