I have picked up the dbt cloud tutorial lately, and wanted to dev using vscode. The intellisense kind of works in the sql files, for example when I type ref
, then ctrl+space
, it will autocomplete to {{ ref('model_name') }}
.
Is the same possible with the .yml files? for example typing freshness
to have the model for the freshness configuration pop up…
FYI, I have dbt power user.