[async] Support different materializations for BQ #1261
Labels
area:execution
Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc
dbt:run
Primarily related to dbt run command or functionality
execution:async
Related to the Async execution mode
profile:bigquery
Related to BigQuery ProfileConfig
Milestone
Context
https://docs.getdbt.com/docs/build/materializations
Materializations are strategies for persisting dbt models in a warehouse. There are five types of materializations built into dbt. They are:
As of Cosmos 1.7, we only support tables with
--full-refresh
. We should learn what the queries run by with the BQ adaptor and the conditions for those and implement those in Cosmos.Acceptance criteria
All the following materialisations work the same way when running
dbt run
and Cosmos usingExecutionMode.AIRFLOW_ASYNC
with BQ:We'll likely want to break this ticket into smaller ones.
The text was updated successfully, but these errors were encountered: