[async] Fallback to using dbt-core to run transformation if async fails #1273
Labels
area:execution
Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc
execution:async
Related to the Async execution mode
Milestone
There will be scenarios when the async transformation may fail (either due to a macro, or some other misconfiguration) when using
ExecutionMode.AIRFLOW_ASYNC
.In those cases, Cosmos should fallback to run them using
dbt-core
in the worker node similar toExecutionMode.LOCAL
The text was updated successfully, but these errors were encountered: