dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

Databricks catalog not in schema #144

Open matthewchoy-envisso opened 1 week ago

matthewchoy-envisso commented 1 week ago

Databricks model config "catalog" is not in the schema.

image

I have a use case to set the catalog based on environment variables, in order to deploy many copies of the same DBT project for different clients.

Seems like it should be simple to add "catalog" and "+catalog" to the schema, similar to https://github.com/dbt-labs/dbt-jsonschema/pull/75.

joellabes commented 1 week ago

Sounds good! I'd welcome a PR to add this 🎉

matthewchoy-envisso commented 1 week ago

@joellabes Raised the PR, let me know if anything else is needed.