[async] Support running models without --full-refresh
when using ExecutionMode.AIRFLOW_ASYNC
#1265
Labels
area:execution
Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc
execution:async
Related to the Async execution mode
Milestone
Context
As of Cosmos 1.7, the
ExecutionMode.AIRFLOW_ASYNC
only allows running models with--full-refresh
. We should support also supportfull_refresh: false
for models of especially large datasets, which you would never want dbt to fully drop and recreate.Acceptance criteria"
ExecutionMode.AIRFLOW_ASYNC
mode also supports running models without full refreshThe text was updated successfully, but these errors were encountered: