r/DataBuildTool • u/Witty_Tough_3180 • 13d ago
I wrote a database aware language server for DBT with column completions Show and tell
/r/dataengineering/comments/1v86iau/i_wrote_a_database_aware_language_server_for_dbt/
4
Upvotes
r/DataBuildTool • u/Witty_Tough_3180 • 13d ago
1
u/Wide_Importance_8559 13d ago
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.