[ADAP-502] [Regression] 400 PATCH Policy tags can only be attached to a leaf field.
#686
Closed
2 tasks done
Labels
Is this a regression in a recent version of dbt-bigquery?
Current Behavior
After upgrading to DBT 1.5, several models are failing with the error 400 PATCH
Policy tags can only be attached to a leaf field.
It's not happening to every model, but there's also nothing obvious about them that indicates what the issue is.Expected/Previous Behavior
These models ran successfully
Steps To Reproduce
Unfortunately, I don't have a toy example to reproduce this issue.
Relevant log output
16:26:39 Completed with 4 errors and 0 warnings: 16:26:39 16:26:39 400 PATCH https://bigquery.googleapis.com/bigquery/v2/projects/my-project/datasets/my-dataset/tables/my-table?prettyPrint=false: Policy tags can only be attached to a leaf field.
Environment
Installed via
pipx install dbt-bigquery --include-deps
Additional Context
In my search, this issue seems like it might be related #605
The text was updated successfully, but these errors were encountered: