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 d856b79  Always draw borders if task instance state is null or 
undefined (#18033)
     add 060345c  Add docs for AIP 39: Timetables (#17552)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/plugins}/__init__.py              |   0
 airflow/example_dags/plugins/workday.py            |  90 +++++++
 .../providers/elasticsearch/log/es_task_handler.py |  26 +-
 airflow/sentry.py                                  |  14 +-
 airflow/timetables/interval.py                     |   2 +-
 .../logging/index.rst                              |   4 +-
 .../operators/cloud/gcs.rst                        |   7 +-
 docs/apache-airflow/best-practices.rst             | 160 ++++++-----
 docs/apache-airflow/concepts/dags.rst              |  31 ++-
 docs/apache-airflow/concepts/operators.rst         |   8 +-
 docs/apache-airflow/concepts/overview.rst          |   2 +-
 docs/apache-airflow/concepts/scheduler.rst         |  10 +-
 docs/apache-airflow/concepts/tasks.rst             |   6 +-
 docs/apache-airflow/dag-run.rst                    |  57 ++--
 docs/apache-airflow/faq.rst                        |  35 ++-
 docs/apache-airflow/howto/define_extra_link.rst    |  12 +-
 docs/apache-airflow/howto/index.rst                |   1 +
 .../howto/operator/external_task_sensor.rst        |   3 +-
 docs/apache-airflow/howto/operator/python.rst      |   2 +-
 docs/apache-airflow/howto/timetable.rst            | 298 +++++++++++++++++++++
 docs/apache-airflow/lineage.rst                    |   4 +-
 docs/apache-airflow/logging-monitoring/errors.rst  |   9 +-
 .../logging-monitoring/logging-tasks.rst           |   2 +-
 docs/apache-airflow/plugins.rst                    |   7 +-
 docs/apache-airflow/python-api-ref.rst             |  11 +
 docs/apache-airflow/timezone.rst                   |  12 +-
 docs/apache-airflow/tutorial.rst                   |  31 ++-
 docs/conf.py                                       |  11 +-
 docs/spelling_wordlist.txt                         |   4 +
 tests/core/test_sentry.py                          |   8 +-
 .../elasticsearch/log/test_es_task_handler.py      |   6 +-
 31 files changed, 703 insertions(+), 170 deletions(-)
 copy {tests/providers/zendesk/hooks => 
airflow/example_dags/plugins}/__init__.py (100%)
 create mode 100644 airflow/example_dags/plugins/workday.py
 create mode 100644 docs/apache-airflow/howto/timetable.rst

Reply via email to