This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch task-sdk-first-code
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 03282b43e6 Fix serialization [skip ci]
discard 3c94c0d498 Fix mypy typing
discard c92df30090 Fix default pool
discard 6509e4f783 make mpypy happy [skip ci]
discard eb82756405 fix more stest [skip-ci]
discard 025ce9956c Update pre-commit scripts.
discard d53c5b5b50 Use attrs converters for access_control [skip ci]
discard 0d3035762d [skip-ci]
discard 965b95b357 Replace DagContext from core to Task SDK [skip ci]
discard 199b759e63 Use DAG Context from Task SDK [skip ci]
discard d4769d1880 More fixes to test_dagbag.py [skip ci]
discard c8085458bb [skip ci]
discard 445277164b Fix some tests in tests/models/test_dagbag.py [ci skip]
discard f439be2107 [skip ci]
discard fbc2e07a14 [skip ci]
discard 1ffb7151ef Get more tests passing
discard b764734260 Start porting over all the DAG defintion code to the Task
SDK
add c2e4d21742 Add reprocessing behavior for backfill (#43382)
add b8fae1064f Start porting over all the DAG defintion code to the Task
SDK
add 244d3571b9 Get more tests passing
add 9bd58b07da [skip ci]
add 410e275c7f [skip ci]
add 1b6b910cb6 Fix some tests in tests/models/test_dagbag.py [ci skip]
add d612127100 [skip ci]
add 7a177f71fe More fixes to test_dagbag.py [skip ci]
add 484c283bb3 Use DAG Context from Task SDK [skip ci]
add ce7d395d6a Replace DagContext from core to Task SDK [skip ci]
add b4c8573858 [skip-ci]
add 480222dece Use attrs converters for access_control [skip ci]
add ccd6508892 Update pre-commit scripts.
add f9baa155b7 fix more stest [skip-ci]
add 064eb07e64 make mpypy happy [skip ci]
add eb321aba51 Fix default pool
add 5ab389354d Fix mypy typing
add 11e4304e3a Fix serialization
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 (03282b43e6)
\
N -- N -- N refs/heads/task-sdk-first-code (11e4304e3a)
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:
.../api_connexion/endpoints/backfill_endpoint.py | 3 +
airflow/api_connexion/openapi/v1.yaml | 10 +
airflow/api_connexion/schemas/backfill_schema.py | 25 +-
airflow/cli/cli_config.py | 9 +
airflow/cli/commands/backfill_command.py | 9 +-
airflow/decorators/bash.py | 4 +-
airflow/decorators/sensor.py | 4 +-
...3_0_0_add_exception_reason_and_logical_date_.py | 4 +
airflow/models/backfill.py | 225 +-
airflow/models/dag.py | 15 +-
airflow/www/static/js/types/api-generated.ts | 8 +
dev/breeze/doc/images/output_build-docs.txt | 2 +-
dev/breeze/doc/images/output_prod-image.txt | 2 +-
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
dev/breeze/doc/images/output_setup.txt | 2 +-
.../doc/images/output_setup_autocomplete.txt | 2 +-
dev/breeze/doc/images/output_setup_config.txt | 2 +-
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 3807 ++++++++++----------
.../providers/amazon/aws/operators/comprehend.py | 6 +-
.../airflow/providers/amazon/aws/operators/dms.py | 6 +-
.../amazon/aws/operators/kinesis_analytics.py | 6 +-
.../providers/amazon/aws/operators/sagemaker.py | 4 +-
.../fab/auth_manager/security_manager/override.py | 9 +-
.../endpoints/test_backfill_endpoint.py | 22 +-
.../api_connexion/schemas/test_backfill_schema.py | 1 +
tests/cli/commands/test_backfill_command.py | 39 +-
tests/models/test_backfill.py | 164 +-
29 files changed, 2366 insertions(+), 2030 deletions(-)