Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Feb 11, 2025
1 parent 309cdce commit d283d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/cosmos-conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ This page lists all available Airflow configurations that affect ``astronomer-co
.. _enable_setup_async_task:

`enable_setup_async_task`_:
(Introduced in Cosmos 1.9.0): Enables a setup task for ``ExecutionMode.AIRFLOW_ASYNC`` to generate SQL files and upload them to a remote location (S3/GCS), preventing the ``run`` command from being executed on every node.
(Introduced in Cosmos 1.9.0): Enables a setup task for ``ExecutionMode.AIRFLOW_ASYNC`` to generate SQL files and upload them to a remote location (S3/GCS), preventing the ``run`` command from being executed on every node. You need to specify ``remote_target_path_conn_id`` and ``remote_target_path`` configuration to upload the artifact to the remote location.

- Default: ``True``
- Environment Variable: ``AIRFLOW__COSMOS__ENABLE_SETUP_ASYNC_TASK``
Expand Down

0 comments on commit d283d65

Please sign in to comment.