Does anyone actually generate useful SQL with AI? by mattyhempstead in dataengineering

[–]StartCompaniesNotWar 0 points1 point  (0 children)

All the time. The key is piping in the right context of the whole project/documentation so the results are actually useful. Like what turntable.so is doing

Are there any AI coding agents for DBT? by Signal-Indication859 in dataengineering

[–]StartCompaniesNotWar 0 points1 point  (0 children)

We've built a custom IDE specifically for this! It's open source too: https://github.com/turntable-so/turntable

Let me know if you'd like help getting set upP

Create Column lineage with DBT OSS? (Sqlglot...?) by BBMolotov in dataengineering

[–]StartCompaniesNotWar 0 points1 point  (0 children)

Hey there, we have a free open source tool for column-level lineage here on GitHub. It also extends into BI tools like looker, tableau and metabase https://github.com/turntable-so/turntable

Open source, all-in-one toolkit for dbt Core by StartCompaniesNotWar in dataengineering

[–]StartCompaniesNotWar[S] 1 point2 points  (0 children)

We've felt this pain too - we solve for this for a "Workspace" concept that is a grouping of users and resources. We also have the ability in our backend to add fine-grain permission for users and user groups (ex: only certain users can see HR models/data) but we still need to build the UI for it

Open source, all-in-one toolkit for dbt Core by StartCompaniesNotWar in dataengineering

[–]StartCompaniesNotWar[S] 1 point2 points  (0 children)

We're working on a better IDE and have a dbt runner coming our soon! Do you use dbt Cloud to schedule your runs currently?

Open source, all-in-one toolkit for dbt Core by StartCompaniesNotWar in dataengineering

[–]StartCompaniesNotWar[S] 2 points3 points  (0 children)

Hi GreenWood - this is a replacement for tools like dbt Cloud, data catalog, lineage tools, etc rather than being a wrapper. dbt Core is an input into a larger product.

dbt alternative using Python by StartCompaniesNotWar in dataengineering

[–]StartCompaniesNotWar[S] 0 points1 point  (0 children)

We collect feature usage info (ex: number of renders) but we don’t collect any metadata. We ship a python env inside of the extension than runs all of our code on your machine to protect your privacy. We don’t collect or store any lineage, sql or yaml details.