dbt-labs / dbt-jsonschema

Apache License 2.0
123 stars 40 forks source link

Typo in grant_access_to in dbt_project.yml #158

Open ericporter-nesto opened 2 months ago

ericporter-nesto commented 2 months ago

According to the docs, the grant_access_to should be an array of "project" and "dataset", but the json schema it only allows "project" and "database".

image

image

image

The fix would be to update the json schema to reflect the documentation.