This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch sync_v2_10_test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5267cffb77bae848ebd5c072aacd5d97f00acdcb Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Sep 5 20:49:55 2024 +0200 Update dags.rst (#41999) (#42026) Change "Setup and teardown" section's level in the document (cherry picked from commit 902409c5cda5349daba97d3482d1e9f0765a6549) Co-authored-by: Eldar Kasmamytov <[email protected]> --- docs/apache-airflow/core-concepts/dags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/core-concepts/dags.rst b/docs/apache-airflow/core-concepts/dags.rst index b47cc19bf0..39a2816bea 100644 --- a/docs/apache-airflow/core-concepts/dags.rst +++ b/docs/apache-airflow/core-concepts/dags.rst @@ -494,7 +494,7 @@ You can also combine this with the :ref:`concepts:depends-on-past` functionality Setup and teardown ------------------- +~~~~~~~~~~~~~~~~~~ In data workflows it's common to create a resource (such as a compute resource), use it to do some work, and then tear it down. Airflow provides setup and teardown tasks to support this need.
