Hello,
I’m new to dbt. My main issue right now is I am not getting autocomplete for table and column names. Based on google searches, this should work. I could use some help figuring out why things aren’t working. Does anyone know what my issue is?
I have been setting up my first project using dbt-core, vs code, and a local postgres server. I have both the dbt power user and the official dbt (fusion) extensions. My profile has correct connection information and ‘dbt debug’ works. I created a src.yaml file with my tables and column names. I went to create a staging model and im not getting any autocomplete anywhere. I already compiled my code which is what CHATGPT told me to do to get intellisense to work.
Not sure if this image helps, but here is my environment. I had to manually type out the columns. Not an issue for this model, but in the long term autocomplete would be (kind of) essential.
