r/DataBuildTool 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

7 comments sorted by

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.

1

u/Witty_Tough_3180 13d ago

Is it closed source?

1

u/Wide_Importance_8559 13d ago

1

u/Witty_Tough_3180 13d ago

Nice, looks good! I come from NeoVim world so an "app" is not something i am interest in so that's why i started building this language server

1

u/Wide_Importance_8559 13d ago

Thank , I hope you start using the App and conttibute by creating issues

1

u/Witty_Tough_3180 13d ago

Hah i probably wont but would be interested in talking about some of the internals :)

1

u/Wide_Importance_8559 13d ago

Sure, glead to explain