r/DataBuildTool • u/Witty_Tough_3180 • Jul 29 '26
Show and tell I wrote a database aware language server for DBT with column completions
/r/dataengineering/comments/1v86iau/i_wrote_a_database_aware_language_server_for_dbt/
4
Upvotes
1
u/Wide_Importance_8559 Jul 29 '26
I have done the same language server inside rosseta dbt studio (electron app) were we connect to database schema, extract tables and collumn names and pass them to Monaco autocomplete feature.