dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

Add: dbt-cloud CLI config to `dbt_project.json` #110

Closed GClunies closed 6 months ago

GClunies commented 6 months ago

Adds dbt-cloud CLI config to dbt_project.json to prevent linting error from showing up in dbt_project.yml.

image
dave-connors-3 commented 6 months ago

hey @GClunies! thanks for the PR!

The structure of this repo has changed a bit! the file you edited is intended to be the faillback for dbt core versions 1.4 and below -- the schemas in the 1.5 and 1.6 folders have been updated with the dbt-cloud config!

can you try pointing your vscode at the schema folder that matches your dbt version, and see if that clears the error?

GClunies commented 6 months ago

I did not realize that, thanks @dave-connors-3!