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


    omit 8323dfda48 Fix mypy typing
    omit 2301523b2e Fix default pool
    omit 6555ab7bd7 make mpypy happy [skip ci]
    omit f2942be4c5 fix more stest [skip-ci]
    omit f6d3744cc7 Update pre-commit scripts.
    omit 305ade25be Use attrs converters for access_control [skip ci]
    omit c041fe19fa [skip-ci]
    omit e4aa88756e Replace DagContext from core to Task SDK [skip ci]
    omit 2d004eeaea Use DAG Context from Task SDK [skip ci]
    omit 92b6161401 More fixes to test_dagbag.py [skip ci]
    omit c1af061bbe [skip ci]
    omit f40b0086f8 Fix some tests in  tests/models/test_dagbag.py [ci skip]
    omit 9b4f1ad585 [skip ci]
    omit dba674c4bf [skip ci]
    omit 247cc60242 Get more tests passing
    omit e05aabe14e Start porting over all the DAG defintion code to the Task 
SDK
     add 4618b58a86 add min version to types- deprecated, 
markdown,pymysql,pyyaml (#43371)
     add 8a2943a611 Ensure that logging tests don't depend on how pytest is run 
(#43380)
     add 2e9c549824 Fix accessibility with sorting tables and zIndex with tags 
selector (#43365)
     add 2c394e3c85 Feature: Added fast_executemany parameter to insert_rows of 
DbApiHook (#43357)
     add 5abdb7bab7 Provide default for EXCLUDED_PROVIDERS lookup. (#43385)
     add 5294276b48 Add ability to select a dag from dags list (#43324)
     add 3c107a4e6f Fix pytests for Edge Worker in backcompat tests (#43384)
     add 1f4b306c80 Fix revoke Dag stale permission on airflow < 2.10 (#42844)
     add b4363f4684 Add a debug log for creating batch workloads in dataproc 
(#43265)
     add 94af07fcbf Make CronTriggerTimetable startup behavior intuitive 
(#41558)
     add 31cc0f04bf Bump `uv` to `0.4.27` (#43386)
     add f80233054c Remove direction to update provider.yaml for breaking 
changes (#43387)
     add 77783e066a add min version to types- aiofiles, certifi, crontier, 
docutils (#43390)
     add 6ace307444 Upgrade statsd image in k8s to latest version (#43393)
     add a70038223e fix mypy failure (#43206)
     add 3ee844b697 Consolidate asset orphanization and activation (#43254)
     add 868333a373 add min version to types- 
paramiko,protobuf,python-dateutil,slugify (#43392)
     add 64aa83876e Update CODEOWNERS for changes in providers path (#43401)
     add 337320ad56 Add documentation and modify breeze to use uv for 
pre-commits (#43394)
     add 33c72387ca Add sequence insert support to OracleHook (#42947)
     add 53772e7624 Adding Paypal.  (#42174)
     add fbc1c2bd16 prevent out of index error in getDagRunLabel function 
(#43388)
     add 93ad181684 Add context to Azure Service Bus Message callback (#43370)
     add b2ecb6c9ca fix syntax error on chain exemple of dags.rst (#43079)
     add 2957ff542d Fix tabular code owner to apache iceberg (#43410)
     add 4e3c96f58a Fix generation of commit history after moving providers 
(#43412)
     add 78ff0a9970 Prepare docs for Oct 2nd wave of providers (#43409)
     add 72d20dcd69 Upgrade pip version to `24.3` (#43418)
     add e5fd972762 Add an easy way to test `pip` from GitHub URL (#43414)
     add e9192f5db3 Upgrade pip to 24.3.1 (#43419)
     add ffe77519c8 fix(migrations): add 
0027_2_10_3_fix_dag_schedule_dataset_alias_reference_naming to fix constraint 
naming (#43373)
     add 132a755d21 Fix tag checkout in provider's PMC verification (#43424)
     add 5b7977a149 Optimize retrieval of `conn_id` and `dag_id` fields in 
`AirflowSecurityManagerV2` (#43420)
     add f6ce1fd70e Resolve warning in Dataset Alias migration (#43421)
     add 19ddb02812 Ensure total_entries in /api/v1/dags (#43377)
     add 393a58451d Add Dag Page header (#43362)
     add 9772dbe6bf Better diagnostics in tests in case text not found in 
response (#43428)
     add 1f13f26144 Remove returns in final clause of athena hooks (#43426)
     add 8a6b1fc4e0 add dirrao to committer list (#39412)
     add 7b85d4e6bd include limit and offset in request body schema for List 
task instances (batch) endpoint  (#42870)
     add ce0c1c0b56 Migrate `TaskInstance` to UUID v7 primary key (#43243)
     add b5b00efe86 remove redundant scheduler_lock column from dag table 
(#43023)
     add 9811f1d6d0 Limit mypy-boto3-appflow (#43436)
     add 7e363c4c69 Remove subdag from DAG Serialization schema (#43444)
     add b764734260 Start porting over all the DAG defintion code to the Task 
SDK
     add 1ffb7151ef Get more tests passing
     add fbc2e07a14 [skip ci]
     add f439be2107 [skip ci]
     add 445277164b Fix some tests in  tests/models/test_dagbag.py [ci skip]
     add c8085458bb [skip ci]
     add d4769d1880 More fixes to test_dagbag.py [skip ci]
     add 199b759e63 Use DAG Context from Task SDK [skip ci]
     add 965b95b357 Replace DagContext from core to Task SDK [skip ci]
     add 0d3035762d [skip-ci]
     add d53c5b5b50 Use attrs converters for access_control [skip ci]
     add 025ce9956c Update pre-commit scripts.
     add eb82756405 fix more stest [skip-ci]
     add 6509e4f783 make mpypy happy [skip ci]
     add c92df30090 Fix default pool
     add 3c94c0d498 Fix mypy typing
     add 03282b43e6 Fix serialization [skip ci]

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   (8323dfda48)
            \
             N -- N -- N   refs/heads/task-sdk-first-code (03282b43e6)

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:
 .asf.yaml                                          |    1 -
 .github/CODEOWNERS                                 |   39 +-
 .github/workflows/additional-ci-image-checks.yml   |    8 +-
 .github/workflows/build-images.yml                 |    5 +-
 .github/workflows/ci.yml                           |    6 +-
 .github/workflows/finalize-tests.yml               |    2 +-
 .pre-commit-config.yaml                            |    2 +-
 Dockerfile                                         |   14 +-
 Dockerfile.ci                                      |   13 +-
 INTHEWILD.md                                       |    2 +-
 airflow/api_connexion/endpoints/dag_endpoint.py    |    2 +-
 .../endpoints/task_instance_endpoint.py            |   15 +-
 airflow/api_connexion/openapi/v1.yaml              |   17 +-
 airflow/api_connexion/schemas/dag_schema.py        |    1 -
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   21 -
 airflow/api_fastapi/core_api/serializers/dags.py   |    1 -
 airflow/cli/commands/dag_command.py                |    1 -
 airflow/dag_processing/collection.py               |   42 +-
 airflow/dag_processing/processor.py                |   11 +-
 airflow/decorators/base.py                         |   28 +-
 airflow/jobs/scheduler_job_runner.py               |  118 +-
 ..._2_10_0_dag_schedule_dataset_alias_reference.py |    4 +-
 ..._dag_schedule_dataset_alias_reference_naming.py |  129 +
 ...y => 0028_3_0_0_drop_ab_user_id_foreign_key.py} |    4 +-
 ...is_subdag.py => 0029_3_0_0_remove_is_subdag.py} |    0
 ..._0_0_rename_schedule_interval_to_timetable_.py} |    0
 ...0031_3_0_0_add_triggered_by_field_to_dagrun.py} |    0
 ...py => 0032_3_0_0_drop_execution_date_unique.py} |    0
 ...ll.py => 0033_3_0_0_add_tables_for_backfill.py} |    0
 ...dex.py => 0034_3_0_0_remove_redundant_index.py} |    0
 ...d_type.py => 0035_3_0_0_update_user_id_type.py} |    0
 ... 0036_3_0_0_add_name_field_to_dataset_model.py} |    0
 ...=> 0037_3_0_0_add_backfill_to_dag_run_model.py} |    0
 ...et_active.py => 0038_3_0_0_add_asset_active.py} |    0
 ..._3_0_0_tweak_assetaliasmodel_to_match_asset.py} |    0
 ..._0_0_add_exception_reason_and_logical_date_.py} |    0
 ...et.py => 0041_3_0_0_rename_dataset_as_asset.py} |    9 +-
 ...3_0_0_add_uuid_primary_key_to_task_instance_.py |  281 ++
 ... => 0043_3_0_0_remove_scheduler_lock_column.py} |   23 +-
 airflow/models/asset.py                            |    8 +-
 airflow/models/baseoperator.py                     |    6 +-
 airflow/models/dag.py                              |   30 +-
 airflow/models/dagwarning.py                       |    1 +
 airflow/models/mappedoperator.py                   |    3 +-
 airflow/models/taskinstance.py                     |   28 +-
 airflow/serialization/pydantic/dag.py              |    1 -
 airflow/serialization/schema.json                  |    9 +-
 airflow/serialization/serialized_objects.py        |   30 +-
 airflow/timetables/trigger.py                      |   81 +-
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |   39 -
 airflow/ui/openapi-gen/requests/types.gen.ts       |    3 -
 airflow/ui/package.json                            |    3 +-
 airflow/ui/pnpm-lock.yaml                          |   19 +
 airflow/ui/src/App.test.tsx                        |  124 -
 airflow/ui/src/components/DataTable/CardList.tsx   |   16 +-
 airflow/ui/src/components/DataTable/TableList.tsx  |   79 +-
 .../ui/src/context/timezone/TimezoneProvider.tsx   |   26 +-
 airflow/ui/src/layouts/BaseLayout.tsx              |    5 +-
 airflow/ui/src/main.tsx                            |   21 +-
 airflow/ui/src/pages/DagsList/Dag/Dag.tsx          |   87 +
 airflow/ui/src/pages/DagsList/Dag/Header.tsx       |  120 +
 .../{layouts/Nav => pages/DagsList/Dag}/index.tsx  |    2 +-
 airflow/ui/src/pages/DagsList/DagCard.test.tsx     |    3 +-
 airflow/ui/src/pages/DagsList/DagCard.tsx          |   58 +-
 airflow/ui/src/pages/DagsList/DagTags.tsx          |   55 +
 airflow/ui/src/pages/DagsList/DagsFilters.tsx      |   92 +-
 airflow/ui/src/pages/DagsList/DagsList.tsx         |   22 +-
 airflow/ui/src/pages/Error.tsx                     |   99 +
 airflow/ui/src/{App.tsx => router.tsx}             |   37 +-
 airflow/ui/src/theme.ts                            |   32 +-
 airflow/utils/db.py                                |    3 +-
 airflow/www/security_manager.py                    |   23 +-
 airflow/www/static/js/types/api-generated.ts       |   13 +-
 airflow/www/static/js/utils/index.ts               |    2 +-
 chart/values.schema.json                           |    2 +-
 chart/values.yaml                                  |    2 +-
 contributing-docs/03_contributors_quick_start.rst  |   33 +
 contributing-docs/11_provider_packages.rst         |    5 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |    6 +-
 dev/breeze/README.md                               |    2 +-
 dev/breeze/doc/04_troubleshooting.rst              |    2 +
 dev/breeze/doc/ci/02_images.md                     |    4 +-
 dev/breeze/doc/ci/04_selective_checks.md           |    1 +
 dev/breeze/pyproject.toml                          |    1 +
 .../commands/release_management_commands.py        |    4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    3 +-
 .../prepare_providers/provider_documentation.py    |   33 +-
 dev/breeze/src/airflow_breeze/utils/packages.py    |    7 +
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |    1 +
 .../src/airflow_breeze/utils/selective_checks.py   |    5 +
 dev/breeze/tests/test_provider_documentation.py    |   30 +-
 docs/apache-airflow-providers-amazon/commits.rst   |   19 +
 docs/apache-airflow-providers-amazon/index.rst     |    9 +-
 .../commits.rst                                    |   22 +-
 .../apache-airflow-providers-apache-beam/index.rst |    6 +-
 .../commits.rst                                    |   15 +-
 .../index.rst                                      |    6 +-
 .../commits.rst                                    |   16 +-
 .../apache-airflow-providers-apache-hdfs/index.rst |    2 +-
 .../commits.rst                                    |   21 +-
 .../apache-airflow-providers-apache-livy/index.rst |    8 +-
 .../commits.rst                                    |   15 +-
 .../index.rst                                      |    6 +-
 docs/apache-airflow-providers-cloudant/commits.rst |   22 +-
 docs/apache-airflow-providers-cloudant/index.rst   |   11 +-
 .../commits.rst                                    |   18 +
 .../index.rst                                      |    6 +-
 .../commits.rst                                    |   18 +-
 docs/apache-airflow-providers-common-sql/index.rst |    6 +-
 .../commits.rst                                    |   18 +-
 docs/apache-airflow-providers-databricks/index.rst |    6 +-
 .../apache-airflow-providers-dbt-cloud/commits.rst |   15 +-
 docs/apache-airflow-providers-dbt-cloud/index.rst  |    8 +-
 docs/apache-airflow-providers-fab/commits.rst      |   20 +-
 docs/apache-airflow-providers-fab/index.rst        |   10 +-
 docs/apache-airflow-providers-google/commits.rst   |   25 +-
 docs/apache-airflow-providers-google/index.rst     |   13 +-
 docs/apache-airflow-providers-http/commits.rst     |   24 +-
 docs/apache-airflow-providers-http/index.rst       |    6 +-
 docs/apache-airflow-providers-jenkins/commits.rst  |   21 +-
 docs/apache-airflow-providers-jenkins/index.rst    |    2 +-
 .../commits.rst                                    |   19 +-
 .../index.rst                                      |   64 +-
 docs/apache-airflow-providers-mongo/commits.rst    |   15 +-
 docs/apache-airflow-providers-mongo/index.rst      |    2 +-
 docs/apache-airflow-providers-mysql/commits.rst    |   15 +-
 docs/apache-airflow-providers-mysql/index.rst      |    6 +-
 docs/apache-airflow-providers-odbc/commits.rst     |   15 +-
 docs/apache-airflow-providers-odbc/index.rst       |    6 +-
 .../commits.rst                                    |   16 +
 .../apache-airflow-providers-openlineage/index.rst |    8 +-
 docs/apache-airflow-providers-oracle/commits.rst   |   15 +-
 docs/apache-airflow-providers-oracle/index.rst     |    6 +-
 docs/apache-airflow-providers-slack/commits.rst    |   16 +-
 docs/apache-airflow-providers-slack/index.rst      |    6 +-
 docs/apache-airflow-providers-ssh/commits.rst      |   15 +-
 docs/apache-airflow-providers-ssh/index.rst        |    2 +-
 docs/apache-airflow/core-concepts/dags.rst         |    2 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 2991 ++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |   11 +-
 docs/apache-airflow/project.rst                    |    1 +
 generated/provider_dependencies.json               |    2 +-
 hatch_build.py                                     |   25 +-
 .../src/airflow/providers/amazon/CHANGELOG.rst     |   25 +-
 providers/src/airflow/providers/amazon/__init__.py |    2 +-
 .../airflow/providers/amazon/aws/hooks/appflow.py  |    8 +-
 .../airflow/providers/amazon/aws/hooks/athena.py   |   40 +-
 .../src/airflow/providers/amazon/provider.yaml     |    7 +-
 .../airflow/providers/apache/beam/CHANGELOG.rst    |   14 +
 .../src/airflow/providers/apache/beam/__init__.py  |    2 +-
 .../airflow/providers/apache/beam/provider.yaml    |    3 +-
 .../airflow/providers/apache/druid/CHANGELOG.rst   |   13 +
 .../src/airflow/providers/apache/druid/__init__.py |    2 +-
 .../airflow/providers/apache/druid/provider.yaml   |    3 +-
 .../airflow/providers/apache/hdfs/CHANGELOG.rst    |   18 +
 .../src/airflow/providers/apache/hdfs/__init__.py  |    2 +-
 .../airflow/providers/apache/hdfs/provider.yaml    |    3 +-
 .../airflow/providers/apache/livy/CHANGELOG.rst    |   13 +
 .../src/airflow/providers/apache/livy/__init__.py  |    2 +-
 .../airflow/providers/apache/livy/provider.yaml    |    3 +-
 .../airflow/providers/apache/spark/CHANGELOG.rst   |   13 +
 .../src/airflow/providers/apache/spark/__init__.py |    2 +-
 .../airflow/providers/apache/spark/provider.yaml   |    3 +-
 .../src/airflow/providers/cloudant/CHANGELOG.rst   |   14 +
 .../src/airflow/providers/cloudant/__init__.py     |    2 +-
 .../src/airflow/providers/cloudant/provider.yaml   |    3 +-
 .../providers/cncf/kubernetes/CHANGELOG.rst        |   22 +
 .../airflow/providers/cncf/kubernetes/__init__.py  |    2 +-
 .../providers/cncf/kubernetes/provider.yaml        |    3 +-
 .../src/airflow/providers/common/sql/CHANGELOG.rst |   20 +
 .../src/airflow/providers/common/sql/__init__.py   |    2 +-
 .../src/airflow/providers/common/sql/hooks/sql.py  |   12 +
 .../src/airflow/providers/common/sql/provider.yaml |    3 +-
 .../airflow/providers/common/sql/sensors/sql.py    |    2 +-
 .../src/airflow/providers/databricks/CHANGELOG.rst |   20 +
 .../src/airflow/providers/databricks/__init__.py   |    2 +-
 .../src/airflow/providers/databricks/provider.yaml |    3 +-
 .../src/airflow/providers/dbt/cloud/CHANGELOG.rst  |   13 +
 .../src/airflow/providers/dbt/cloud/__init__.py    |    2 +-
 .../src/airflow/providers/dbt/cloud/provider.yaml  |    3 +-
 providers/src/airflow/providers/fab/CHANGELOG.rst  |   26 +
 providers/src/airflow/providers/fab/__init__.py    |    2 +-
 .../fab/auth_manager/security_manager/override.py  |   14 +-
 providers/src/airflow/providers/fab/provider.yaml  |    3 +-
 .../src/airflow/providers/google/CHANGELOG.rst     |   31 +
 providers/src/airflow/providers/google/__init__.py |    2 +-
 .../providers/google/cloud/hooks/dataproc.py       |    1 +
 .../src/airflow/providers/google/provider.yaml     |    3 +-
 providers/src/airflow/providers/http/CHANGELOG.rst |   20 +
 providers/src/airflow/providers/http/__init__.py   |    2 +-
 providers/src/airflow/providers/http/provider.yaml |    3 +-
 .../src/airflow/providers/jenkins/CHANGELOG.rst    |   13 +
 .../src/airflow/providers/jenkins/__init__.py      |    2 +-
 .../src/airflow/providers/jenkins/provider.yaml    |    3 +-
 .../providers/microsoft/azure/CHANGELOG.rst        |   29 +
 .../airflow/providers/microsoft/azure/__init__.py  |    2 +-
 .../airflow/providers/microsoft/azure/hooks/asb.py |   16 +-
 .../providers/microsoft/azure/operators/asb.py     |    4 +-
 .../providers/microsoft/azure/provider.yaml        |    3 +-
 .../src/airflow/providers/mongo/CHANGELOG.rst      |   13 +
 providers/src/airflow/providers/mongo/__init__.py  |    2 +-
 .../src/airflow/providers/mongo/provider.yaml      |    3 +-
 .../src/airflow/providers/mysql/CHANGELOG.rst      |   13 +
 providers/src/airflow/providers/mysql/__init__.py  |    2 +-
 .../src/airflow/providers/mysql/provider.yaml      |    3 +-
 providers/src/airflow/providers/odbc/CHANGELOG.rst |   13 +
 providers/src/airflow/providers/odbc/__init__.py   |    2 +-
 providers/src/airflow/providers/odbc/provider.yaml |    3 +-
 .../airflow/providers/openlineage/CHANGELOG.rst    |   20 +
 .../src/airflow/providers/openlineage/__init__.py  |    2 +-
 .../airflow/providers/openlineage/provider.yaml    |    3 +-
 .../src/airflow/providers/oracle/CHANGELOG.rst     |   13 +
 providers/src/airflow/providers/oracle/__init__.py |    2 +-
 .../src/airflow/providers/oracle/hooks/oracle.py   |   31 +-
 .../src/airflow/providers/oracle/provider.yaml     |    3 +-
 .../src/airflow/providers/slack/CHANGELOG.rst      |   14 +
 providers/src/airflow/providers/slack/__init__.py  |    2 +-
 .../src/airflow/providers/slack/provider.yaml      |    3 +-
 providers/src/airflow/providers/ssh/CHANGELOG.rst  |   13 +
 providers/src/airflow/providers/ssh/__init__.py    |    2 +-
 providers/src/airflow/providers/ssh/provider.yaml  |    3 +-
 providers/tests/amazon/aws/hooks/test_athena.py    |   21 +
 providers/tests/common/sql/hooks/test_dbapi.py     |   16 +
 providers/tests/edge/cli/test_edge_command.py      |    8 +-
 providers/tests/fab/auth_manager/test_security.py  |   15 +-
 providers/tests/microsoft/azure/hooks/test_asb.py  |   22 +-
 .../tests/microsoft/azure/operators/test_asb.py    |   14 +-
 .../tests/openlineage/extractors/test_manager.py   |    1 +
 providers/tests/oracle/hooks/test_oracle.py        |   30 +
 scripts/ci/install_breeze.sh                       |    2 +-
 scripts/docker/common.sh                           |    5 +-
 scripts/in_container/is_provider_excluded.py       |    2 +-
 .../src/airflow/sdk/definitions/baseoperator.py    |   23 +-
 task_sdk/src/airflow/sdk/definitions/dag.py        |    5 +-
 task_sdk/src/airflow/sdk/definitions/taskgroup.py  |   21 +-
 tests/api_connexion/endpoints/test_dag_endpoint.py |   52 +-
 .../endpoints/test_task_instance_endpoint.py       |   86 +-
 tests/api_connexion/schemas/test_dag_schema.py     |    3 -
 .../core_api/routes/public/test_dags.py            |    2 -
 tests/callbacks/test_callback_requests.py          |    1 +
 tests/jobs/test_local_task_job.py                  |   22 +-
 tests/jobs/test_scheduler_job.py                   |  112 +-
 tests/models/test_cleartasks.py                    |   16 +-
 tests/models/test_dag.py                           |   92 +-
 tests/models/test_dagrun.py                        |    4 +
 tests/models/test_pool.py                          |   15 +-
 tests/models/test_taskinstance.py                  |   34 +-
 tests/models/test_timestamp.py                     |    5 +-
 tests/serialization/test_dag_serialization.py      |   98 +-
 tests/timetables/test_trigger_timetable.py         |   79 +-
 tests/www/views/test_views_tasks.py                |   11 +-
 tests_common/pytest_plugin.py                      |   27 +-
 tests_common/test_utils/www.py                     |    4 +-
 254 files changed, 4631 insertions(+), 2641 deletions(-)
 create mode 100644 
airflow/migrations/versions/0027_2_10_3_fix_dag_schedule_dataset_alias_reference_naming.py
 rename airflow/migrations/versions/{0027_3_0_0_drop_ab_user_id_foreign_key.py 
=> 0028_3_0_0_drop_ab_user_id_foreign_key.py} (97%)
 rename airflow/migrations/versions/{0028_3_0_0_remove_is_subdag.py => 
0029_3_0_0_remove_is_subdag.py} (100%)
 rename 
airflow/migrations/versions/{0029_3_0_0_rename_schedule_interval_to_timetable_.py
 => 0030_3_0_0_rename_schedule_interval_to_timetable_.py} (100%)
 rename 
airflow/migrations/versions/{0030_3_0_0_add_triggered_by_field_to_dagrun.py => 
0031_3_0_0_add_triggered_by_field_to_dagrun.py} (100%)
 rename airflow/migrations/versions/{0031_3_0_0_drop_execution_date_unique.py 
=> 0032_3_0_0_drop_execution_date_unique.py} (100%)
 rename airflow/migrations/versions/{0032_3_0_0_add_tables_for_backfill.py => 
0033_3_0_0_add_tables_for_backfill.py} (100%)
 rename airflow/migrations/versions/{0033_3_0_0_remove_redundant_index.py => 
0034_3_0_0_remove_redundant_index.py} (100%)
 rename airflow/migrations/versions/{0034_3_0_0_update_user_id_type.py => 
0035_3_0_0_update_user_id_type.py} (100%)
 rename 
airflow/migrations/versions/{0035_3_0_0_add_name_field_to_dataset_model.py => 
0036_3_0_0_add_name_field_to_dataset_model.py} (100%)
 rename 
airflow/migrations/versions/{0036_3_0_0_add_backfill_to_dag_run_model.py => 
0037_3_0_0_add_backfill_to_dag_run_model.py} (100%)
 rename airflow/migrations/versions/{0037_3_0_0_add_asset_active.py => 
0038_3_0_0_add_asset_active.py} (100%)
 rename 
airflow/migrations/versions/{0038_3_0_0_tweak_assetaliasmodel_to_match_asset.py 
=> 0039_3_0_0_tweak_assetaliasmodel_to_match_asset.py} (100%)
 rename 
airflow/migrations/versions/{0039_3_0_0_add_exception_reason_and_logical_date_.py
 => 0040_3_0_0_add_exception_reason_and_logical_date_.py} (100%)
 rename airflow/migrations/versions/{0040_3_0_0_rename_dataset_as_asset.py => 
0041_3_0_0_rename_dataset_as_asset.py} (98%)
 create mode 100644 
airflow/migrations/versions/0042_3_0_0_add_uuid_primary_key_to_task_instance_.py
 copy 
airflow/migrations/versions/{0012_2_9_0_adding_adding_max_failure_runs_column_.py
 => 0043_3_0_0_remove_scheduler_lock_column.py} (64%)
 delete mode 100644 airflow/ui/src/App.test.tsx
 create mode 100644 airflow/ui/src/pages/DagsList/Dag/Dag.tsx
 create mode 100644 airflow/ui/src/pages/DagsList/Dag/Header.tsx
 copy airflow/ui/src/{layouts/Nav => pages/DagsList/Dag}/index.tsx (96%)
 create mode 100644 airflow/ui/src/pages/DagsList/DagTags.tsx
 create mode 100644 airflow/ui/src/pages/Error.tsx
 rename airflow/ui/src/{App.tsx => router.tsx} (60%)

Reply via email to