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

potiuk pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from eb3ded7  Hide version selector for non-versioned packages (#21041)
     new 3714aa3  Adds back documentation about context usage in Python/@task 
(#18868)
     new ce341b6  Updating explicit arg example in TaskFlow API tutorial doc 
(#18907)
     new a718042  Adds Pendulum 1.x -> 2.x upgrade documentation (#18955)
     new d183404  Update CSV ingest code for tutorial (#18960)
     new 0b45b27  Add docker-compose explanation to conn localhost (#19076)
     new 2cc9ed0  Doc: Improve tutorial documentation and code (#19186)
     new d46674a  docs: reorder imports in tutorials 🎨 (#19035)
     new fbad277  Fix PostgresHook import in tutorial (#19374)
     new ce21b8e  Change the name of link to ASF downloads (#19441)
     new 7d37b0e  Clean up ``default_args`` usage in docs (#19803)
     new 4608eaa  Fix example code in Doc (#19824)
     new 346656f  Add requirements.txt description (#20048)
     new 239b1dc  Correct set-up-database.rst (#20090)
     new 8ecdcb9  Fix typo in MySQL Database creation code (Set up DB docs)  
(#20102)
     new e2bb598  Fix grammar and typos in "Logging for Tasks" guide (#20146)
     new e0b262c  Deprecate smart sensors (#20151)
     new 312577e  Removes unnecessary --upgrade option from our examples 
(#20537)
     new 543a78b  Improve documentation on ``Params`` (#20567)
     new 111e8c1  Update operators.rst (#20640)
     new 7cd3fd6  Compare taskgroup and subdag (#20700)
     new 2dbe1e9  Update metric name in documentation (#20764)
     new c528166  Python3 requisite start local (#20777)
     new d5870f0  Doc: Added an enum param example (#20841)
     new 1b1bfc5  Fix grammar in ``dags.rst`` (#20988)

The 24 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:
 UPDATING.md                                        |  11 +-
 airflow/example_dags/example_subdag_operator.py    |  14 +-
 airflow/example_dags/tutorial.py                   |  51 +++---
 airflow/example_dags/tutorial_etl_dag.py           |  14 +-
 airflow/jobs/scheduler_job.py                      |  12 ++
 .../google/cloud/example_dags/example_functions.py |   2 +-
 airflow/sensors/base.py                            |   8 +
 docs/apache-airflow/best-practices.rst             |   2 +-
 docs/apache-airflow/concepts/dags.rst              |  84 +++++++--
 docs/apache-airflow/concepts/deferring.rst         |   3 +-
 docs/apache-airflow/concepts/operators.rst         |  14 ++
 docs/apache-airflow/concepts/params.rst            | 152 ++++++++++++++---
 docs/apache-airflow/concepts/smart-sensors.rst     |  26 ++-
 docs/apache-airflow/dag-run.rst                    |  16 +-
 docs/apache-airflow/faq.rst                        |   3 +-
 docs/apache-airflow/howto/operator/python.rst      |  10 ++
 docs/apache-airflow/howto/set-up-database.rst      |   4 +-
 docs/apache-airflow/installation/index.rst         |   2 +-
 .../installation/installing-from-pypi.rst          |   2 +-
 .../installation/installing-from-sources.rst       |   2 +-
 docs/apache-airflow/lineage.rst                    |   4 +-
 .../logging-monitoring/logging-tasks.rst           |  36 ++--
 docs/apache-airflow/logging-monitoring/metrics.rst |   8 +-
 docs/apache-airflow/pipeline_example.csv           | 190 ++++++++++-----------
 docs/apache-airflow/start/docker.rst               |   2 +
 docs/apache-airflow/start/local.rst                |   2 +
 docs/apache-airflow/timezone.rst                   |  14 +-
 docs/apache-airflow/tutorial.rst                   | 138 ++++++++-------
 docs/apache-airflow/tutorial_taskflow_api.rst      |  44 +++++
 docs/apache-airflow/upgrading-from-1-10/index.rst  |  15 ++
 .../installing-helm-chart-from-sources.rst         |   2 +-
 docs/installing-providers-from-sources.rst         |   2 +-
 32 files changed, 578 insertions(+), 311 deletions(-)

Reply via email to