dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

+full_refresh property missing from model_configs #131

Closed StuartMiddleton closed 2 months ago

StuartMiddleton commented 2 months ago

+full_refresh property is clearly an available configuration as can be seen from dbt docs:

https://docs.getdbt.com/reference/model-configs#general-configurations

However, this is missing from the model_configs portion of dbt_project-latest.json.

StuartMiddleton commented 2 months ago

I was going to publish a fix, but Github's refusing me access to publish the branch.

The required change is to add the following lines to the following file: schemas/latest/dbt_project-latest.json line 470

        "+full_refresh": {
          "$ref": "#/$defs/boolean_or_jinja_string"
          },