dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

Allow jinja string in `tests.*.severity` in `dbt_project.yml` #73

Closed mtilda closed 1 year ago

mtilda commented 1 year ago

Users may want to use Jinja templating in the property tests.*.severity in dbt_project.yml.

For example, dbt_project_evaluator recommends using an environment variable to control this property, but the current schema does not allow this.

Value is not accepted. Valid values: "warn", "error".