You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/02/18 00:11:26 UTC

[airflow] branch main updated (38894e8 -> f011da2)

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

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


    from 38894e8  Adding missing login provider related methods from Flask-Appbuilder (#21294)
     add f011da2  Clarify pendulum use in timezone cases (#21646)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |  2 +-
 UPDATING.md                                        |  6 ++---
 airflow/example_dags/example_bash_operator.py      |  8 ++++---
 .../example_branch_datetime_operator.py            | 14 ++++++------
 .../example_branch_day_of_week_operator.py         |  4 ++--
 airflow/example_dags/example_branch_labels.py      |  7 ++++--
 airflow/example_dags/example_branch_operator.py    |  5 +++--
 .../example_branch_python_dop_operator_3.py        |  4 ++--
 airflow/example_dags/example_complex.py            |  4 ++--
 airflow/example_dags/example_dag_decorator.py      |  9 ++++++--
 .../example_external_task_marker_dag.py            |  4 ++--
 .../example_dags/example_kubernetes_executor.py    |  5 +++--
 .../example_latest_only_with_trigger.py            |  8 ++++---
 airflow/example_dags/example_nested_branch_dag.py  |  4 ++--
 .../example_passing_params_via_test_command.py     |  8 ++++---
 airflow/example_dags/example_python_operator.py    |  5 +++--
 .../example_dags/example_short_circuit_operator.py |  4 ++--
 airflow/example_dags/example_skip_dag.py           |  9 ++++++--
 airflow/example_dags/example_sla_dag.py            |  8 ++++---
 airflow/example_dags/example_task_group.py         |  7 ++++--
 .../example_dags/example_task_group_decorator.py   |  7 ++++--
 .../example_time_delta_sensor_async.py             |  8 ++++---
 .../example_dags/example_trigger_controller_dag.py |  4 ++--
 airflow/example_dags/example_trigger_target_dag.py |  4 ++--
 airflow/example_dags/example_xcom.py               |  4 ++--
 airflow/example_dags/example_xcomargs.py           |  7 +++---
 airflow/example_dags/subdags/subdag.py             |  4 ++--
 airflow/example_dags/tutorial_etl_dag.py           |  5 +++--
 airflow/example_dags/tutorial_taskflow_api_etl.py  | 10 +++++++--
 airflow/models/dag.py                              |  3 +++
 airflow/serialization/serialized_objects.py        |  6 ++++-
 docs/apache-airflow/best-practices.rst             | 14 +++++++-----
 docs/apache-airflow/concepts/dags.rst              | 26 +++++++++++++++-------
 docs/apache-airflow/concepts/operators.rst         |  2 +-
 docs/apache-airflow/dag-run.rst                    | 11 ++++-----
 docs/apache-airflow/executor/kubernetes.rst        |  5 +++--
 docs/apache-airflow/faq.rst                        | 24 +++++++++++++++-----
 docs/apache-airflow/howto/timetable.rst            |  8 +++----
 docs/apache-airflow/lineage.rst                    |  7 +++---
 .../logging-monitoring/callbacks.rst               |  8 ++++---
 docs/apache-airflow/timezone.rst                   | 19 +++++++++++-----
 docs/apache-airflow/tutorial.rst                   | 15 ++++++++++---
 .../extending/embedding-dags/test_dag.py           | 10 +++++----
 43 files changed, 216 insertions(+), 120 deletions(-)