You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbt v0.16.0 uses table.range_partitioning, which was added in google-cloud-bigquery v1.22.0. The current range for this dependency is >= 1.15.0, < 1.25.0, so some folks could have a successful dbt installation but would be unable to use range partitioning in their incremental models!
Let's bump up the required version to 1.22.0
Describe alternatives you've considered
If we really wanted to, we could catch this error and show a warning that the installed version of google-cloud-bigquery does not support range partitioning.
Additional context
BigQuery only
Who will this benefit?
Range partitioners
The text was updated successfully, but these errors were encountered:
Describe the feature
dbt v0.16.0 uses
table.range_partitioning
, which was added in google-cloud-bigquery v1.22.0. The current range for this dependency is >= 1.15.0, < 1.25.0, so some folks could have a successful dbt installation but would be unable to use range partitioning in their incremental models!Let's bump up the required version to 1.22.0
Describe alternatives you've considered
If we really wanted to, we could catch this error and show a warning that the installed version of
google-cloud-bigquery
does not support range partitioning.Additional context
BigQuery only
Who will this benefit?
Range partitioners
The text was updated successfully, but these errors were encountered: