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

kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 722b465  [AIRFLOW-6708] Set unique logger names (#7330)
     new 4acf4dd  [AIRFLOW-XXXX] Fix outdated doc on settings.policy (#7532)
     new 4d15311  Add task instance mutation hook (#8852)
     new 46e08d9  [AIRFLOW-XXX] GSoD: Adding Task re-run documentation (#6295)
     new 01dcdc9  [AIRFLOW-XXX] Add a structural dag validation example (#6727)
     new 3c81b30  [AIRFLOW-XXXX] Add scheduler in production section (#7351)
     new 95d9279  fix typo in DAG Serialization documentation (#8317)
     new 413ed65  Add documentation for CLI command airflow dags test (#8251)
     new 7bebae0  Add Local and Sequential Executors to Doc (#8084)
     new 08a49fe  [AIRFLOW-XXXX] fix pools doc for LocalExecutor (#7643)
     new 0edb000  Make doc clearer about Airflow Variables using Environment 
Variables (#8427)
     new 94f851f  Fix formatting of Pool docs in concepts.rst (#8443)
     new a70ee5a  Improve language in Pod Mutation Hook docs (#8445)
     new 1454f46  Make KubernetesPodOperator clear in docs (#8444)
     new c238a5c  Carefully parse warning messages when building documentation 
(#8693)
     new bfbff7e  Enforce code-block directives in doc (#9443)

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/executors/celery_executor.py            |   7 +-
 airflow/executors/dask_executor.py              |   7 +
 airflow/executors/debug_executor.py             |   7 +-
 airflow/executors/kubernetes_executor.py        |   8 +-
 airflow/executors/local_executor.py             |  30 +--
 airflow/executors/sequential_executor.py        |   7 +
 airflow/models/dagrun.py                        |   7 +-
 airflow/settings.py                             |  33 +--
 docs/best-practices.rst                         |  57 ++++-
 docs/build                                      |  31 ++-
 docs/concepts.rst                               | 276 ++++++++++++++++--------
 docs/dag-run.rst                                | 196 +++++++++++++++++
 docs/dag-serialization.rst                      |   4 +-
 docs/executor/celery.rst                        |   2 +
 docs/executor/dask.rst                          |   2 +
 docs/executor/debug.rst                         |   3 +
 docs/executor/index.rst                         |   8 +-
 docs/executor/kubernetes.rst                    |   2 +-
 docs/executor/local.rst                         |  49 +++++
 docs/{changelog.rst => executor/sequential.rst} |   9 +-
 docs/faq.rst                                    |   2 +-
 docs/howto/custom-operator.rst                  |  14 +-
 docs/howto/email-config.rst                     |   4 +-
 docs/index.rst                                  |   1 +
 docs/kubernetes.rst                             |  13 +-
 docs/lineage.rst                                |   2 +-
 docs/plugins.rst                                |   6 +-
 docs/scheduler.rst                              | 186 +++-------------
 docs/timezone.rst                               |  10 +-
 docs/tutorial.rst                               |   7 +-
 docs/ui.rst                                     |   2 +-
 tests/models/test_dagrun.py                     |  29 +++
 32 files changed, 673 insertions(+), 348 deletions(-)
 create mode 100644 docs/dag-run.rst
 create mode 100644 docs/executor/local.rst
 copy docs/{changelog.rst => executor/sequential.rst} (65%)

Reply via email to