Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[async] Support running models without --full-refresh when using ExecutionMode.AIRFLOW_ASYNC #1265

Open
1 task
tatiana opened this issue Oct 21, 2024 · 0 comments
Labels
area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc execution:async Related to the Async execution mode

Comments

@tatiana
Copy link
Collaborator

tatiana commented Oct 21, 2024

Context

As of Cosmos 1.7, the ExecutionMode.AIRFLOW_ASYNC only allows running models with --full-refresh. We should support also support full_refresh: false for models of especially large datasets, which you would never want dbt to fully drop and recreate.

Acceptance criteria"

  • The ExecutionMode.AIRFLOW_ASYNC mode also supports running models without full refresh
@tatiana tatiana added the execution:async Related to the Async execution mode label Oct 21, 2024
@dosubot dosubot bot added the area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc execution:async Related to the Async execution mode
Projects
None yet
Development

No branches or pull requests

1 participant