dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

Sync `dbt_yml_files.json` spec with the current `metrics` spec #58

Closed waligob closed 1 year ago

waligob commented 1 year ago

The json schema in dbt_yml_files.json conflicts with the current metrics config spec. For example, dbt_yml_files.json specifies type as a required property, even though it appears this is no longer a supported property.

joellabes commented 1 year ago

Good call-out! I'd welcome a PR to update this otherwise we will likely catch it in our prep for 1.5 support

dave-connors-3 commented 1 year ago

@waligob Hey Brian! This should be resolved, can you confirm on your end that you're seeing the intended behavior?

waligob commented 1 year ago

Confirmed that the schema is working as expected with metrics. Thanks!