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

potiuk pushed a change to branch python3.12
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 0cb8be3e22 python 3.12 support
     add 4ca8d4eda2 Move docs for cron basics to Authoring and Scheduling 
section (#37049)
     add 99d7227413 python 3.12 support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0cb8be3e22)
            \
             N -- N -- N   refs/heads/python3.12 (99d7227413)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/providers/papermill/provider.yaml          |  2 +
 .../authoring-and-scheduling/cron.rst              | 70 ++++++++++++++++++++++
 .../authoring-and-scheduling/index.rst             |  1 +
 docs/apache-airflow/core-concepts/dag-run.rst      | 36 -----------
 docs/apache-airflow/core-concepts/dags.rst         | 19 ++++--
 generated/provider_dependencies.json               |  4 +-
 pyproject.toml                                     |  6 +-
 tests/always/test_example_dags.py                  | 31 ++++++++--
 .../amazon/aws/executors/ecs/test_ecs_executor.py  |  2 +-
 tests/providers/papermill/hooks/test_kernel.py     |  8 +++
 .../papermill/operators/test_papermill.py          |  7 +++
 tests/www/api/experimental/test_endpoints.py       |  5 +-
 12 files changed, 138 insertions(+), 53 deletions(-)
 create mode 100644 docs/apache-airflow/authoring-and-scheduling/cron.rst

Reply via email to