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
Allow the user to define partitions in dbt_project.yml. This is a necessary config if the user wants to run incremental models with the insert_overwrite strategy for a static (user-defined) set of partitions
Adding/overriding partitions in dbt_project.yml is the only way to adjust behavior for models imported from a package (e.g. Snowplow)
Additional context
This is functionality we added in #2198, but forgot to add partitions to AdapterSpecificConfigs in dbt-bigquery
Who will this benefit?
BigQuery users
The text was updated successfully, but these errors were encountered:
Describe the feature
partitions
indbt_project.yml
. This is a necessary config if the user wants to run incremental models with theinsert_overwrite
strategy for a static (user-defined) set of partitionspartitions
indbt_project.yml
is the only way to adjust behavior for models imported from a package (e.g. Snowplow)Additional context
This is functionality we added in #2198, but forgot to add
partitions
toAdapterSpecificConfigs
indbt-bigquery
Who will this benefit?
BigQuery users
The text was updated successfully, but these errors were encountered: