You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/11/25 11:47:50 UTC

[airflow] branch main updated (4bf85cf -> 744d11b)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 4bf85cf  Use hyphen instead of underscore to match other artifacts (#19820)
     add 744d11b  Clean up ``default_args`` usage in docs (#19803)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_subdag_operator.py    | 14 +++---
 airflow/example_dags/tutorial.py                   | 51 ++++++++++------------
 airflow/example_dags/tutorial_etl_dag.py           | 14 +++---
 .../google/cloud/example_dags/example_functions.py |  2 +-
 docs/apache-airflow/best-practices.rst             |  2 +-
 docs/apache-airflow/concepts/dags.rst              | 39 +++++++++++------
 docs/apache-airflow/dag-run.rst                    | 16 +++----
 docs/apache-airflow/faq.rst                        |  3 +-
 docs/apache-airflow/lineage.rst                    |  4 +-
 docs/apache-airflow/timezone.rst                   | 14 +++---
 docs/apache-airflow/tutorial.rst                   |  1 +
 11 files changed, 78 insertions(+), 82 deletions(-)