dbt-jsonschema
dbt-jsonschema copied to clipboard
Closes #136 Each type of metric has different schemas for their `type_params` section, and this PR makes that explicit
Related to [this PR](https://github.com/dbt-labs/docs.getdbt.com/pull/5440), I would expect the following json to not indicate a check error for the `label` field, as it is a valid MetricFlow configuration:
Thanks so much for creating these! Have you considered registering these with https://schemastore.org? At [Meltano](meltano.com), we registered our JSON schema in schemastore.org - which is then automatically applied in VS...
closes #126 This PR adds support for SQEs for latest version of dbt. I used the docs [here](https://docs.getdbt.com/docs/build/saved-queries) to guide implementation. Two areas for discussion that i don't feel strongly...
Using the jsonschema config from the README I noticed that some valid yaml config was being flagged as an error. Looking into it it seems that the config in the...
[This documentation](https://docs.getdbt.com/docs/build/exposures#available-properties) states that within exposures, either `name` or `email` is a required property of `owner`, yet all schemas in this repository require `email`. https://github.com/dbt-labs/dbt-jsonschema/blob/main/schemas/1.5/dbt_yml_files-1.5.json#L95
add support for yml that adds a unit test to a specific version or versions of a model - spec outlined [here](https://github.com/dbt-labs/dbt-core/issues/8799).