dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

feat: add flags to json schema #146

Open pquadri opened 1 week ago

pquadri commented 1 week ago

closes https://github.com/dbt-labs/dbt-jsonschema/issues/141

small note: i did not sort the keys with the extension as a good chunk of the file isn't and i didn't want to produce a huge diff

aleix-cd commented 1 week ago

Out of curiosity: shouldn't the flags object also accept all the global config flags specified here (where Supported in project? = ✅ )?

pquadri commented 1 week ago

Out of curiosity: shouldn't the flags object also accept all the global config flags specified here (where Supported in project? = ✅ )?

guess so, i ignored the first part of https://github.com/dbt-labs/dbt-core/blob/d389ff1450e72c51eee443facf779736677768bb/core/dbt/contracts/project.py#L322 😅 , updating