dbt-labs / dbt-labs/dbt-jsonschema
Typo in grant_access_to in dbt_project.yml
- Dominant language
- Python
- Stars
- 169
- Forks
- 61
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
According to the [docs](https://docs.getdbt.com/reference/resource-configs/bigquery-configs#authorized-views), the grant_access_to should be an array of "project" and "data**set**", but the json schema it only allows "project" and "data**base**".



The fix would be to update the [json schema](https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json) to reflect the documentation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.