Dbt: Add `partitions` to bq AdapterSpecificConfigs

Created on 27 Mar 2020  路  3Comments  路  Source: fishtown-analytics/dbt

Describe the feature

  • 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

bigquery bug

Most helpful comment

We should do this for 0.16.1, right?

All 3 comments

Cool idea @jtcohen6 - let's do it!

We should do this for 0.16.1, right?

closed by #2280

Was this page helpful?
0 / 5 - 0 ratings