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

potiuk pushed a change to branch move-first-provider-to-separate-project
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard e7a89c31ac5 Move first provider (airbyte) to a separate project
     add a91fd01b0d8 Update index.rst (#45263)
     add 41815d98f24 Fixing some nits in 01_ci_environment.md (#45277)
     add e2c754396ad Re-enable cache for scheduiled builds (#45278)
     add 1283cc347f2 AIP-72: Handling task retries in task SDK + execution API 
(#45106)
     add 03c24946e6f Fixing CI static checks due to #45278 (#45280)
     add 1e56eb25278 Skip building CI image when change does not touch python 
code (#45281)
     add 1c3d2f3500e Extending task sdk loggers to handle non ascii characters 
(#45279)
     add e9412bf69e5 feat: automatically inject OL info into spark job in 
DataprocCreateBatchOperator (#44612)
     add d2a68784df5 Slight caching improvement in image building (#45283)
     add 87b2265f76a Use existing mock_supervisor_comms fixture for tests 
(#45284)
     add 7c931446410 Add from-job and from-pr option to breeze ci-image load 
(#45287)
     add f09bd4ed1bd feat: Add CLL to OpenLineage in BigQueryInsertJobOperator 
(#44872)
     add d22684cbabb AIP-72: Handling SystemExit from task sdk (#45282)
     add a152b6a8279 Fix Version Check for CLI Imports in Celery provider 
(#45255)
     add 52ed7d72e96 Extend --from-job and --from-pr to PROD images as well 
(#45296)
     add 9bfae12469d Small changes to provider_issue_TEMPLATE.md.jinja2 (#45306)
     add abe0bd4bb37  feat(cli): add "core.task_runner" and 
"core.enable_xcom_pickling" to unsupported config check to command "airflow 
config lint" (#45214)
     add 3941fc471b1 udpated 404 hyperlink to gcstogcsoperator (#45311)
     add 988dcee1a5d Add GFM support for markdown rendering (#45299)
     add 4af49a07aa9 Import Variable button and modal on variables list page 
(#45309)
     add 24caa2b62f4 AIP-72: Handling AirflowException in task sdk (#45308)
     add 6eab1f24c2f Fix update issues for object and advanced-arrays fields 
when empty default (#45313)
     add 87c55b51457 Introduce notion of dialects in DbApiHook (#41327)
     add c4989e45ce0 Change UI source formatting to 110 chars (#45312)
     add 1bcabb81613 Improve caching strategy across the board of CI workflow 
(#45289)
     add 465c4a246d2 Speed up image building in CI by exporting and importing 
mount cache (#45314)
     add 67fd8f33ca6 Add dependency between finalize tests and building prod 
images (#45319)
     add 7bbda163374 AIP-72: Handling `execution_timeout` for tasks in task SDK 
(#45310)
     add cda0e9e9bee Move create topic from 
`AzureServiceBusTopicCreateOperator` to `AdminClientHook` (#45297)
     add 0c926388217 Re-add conditional prod image build (#45320)
     add 59bc37f37fd add disk space cleanup script (#45322)
     add a4f308d616b Add extra explanation on how to use "--from-pr" and 
"--from-job" (#45321)
     add 3d4be964e6b Download only test-warnings-* artifacts for finalize step 
(#45323)
     add 78df72b362a Fix --from-job parameter to be --from-run and update dev 
CI docs (#45324)
     add f0003e1cee0 Use free_up_disk_space after checkout (#45325)
     add b5c1bcf2096 fix header (#45330)
     add 53ec2798b3f Fix manual refresh images script (#45331)
     add 053309991f5 Move first provider (airbyte) to a separate project

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   (e7a89c31ac5)
            \
             N -- N -- N   refs/heads/move-first-provider-to-separate-project 
(053309991f5)

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:
 .github/actions/breeze/action.yml                  |   22 +-
 .github/actions/install-pre-commit/action.yml      |   46 +-
 .../actions/prepare_breeze_and_image/action.yml    |    7 +-
 .github/actions/prepare_single_ci_image/action.yml |    2 +-
 .github/workflows/additional-ci-image-checks.yml   |   10 +-
 .github/workflows/additional-prod-image-tests.yml  |    6 +
 .github/workflows/basic-tests.yml                  |  108 +-
 .github/workflows/ci-image-build.yml               |   39 +-
 .github/workflows/ci-image-checks.yml              |   84 +-
 .github/workflows/ci.yml                           |   35 +-
 .github/workflows/codeql-analysis.yml              |    2 +
 .github/workflows/finalize-tests.yml               |   12 +-
 .github/workflows/generate-constraints.yml         |    6 +
 .github/workflows/helm-tests.yml                   |    7 +
 .github/workflows/integration-system-tests.yml     |    7 +
 .github/workflows/k8s-tests.yml                    |   16 +-
 .github/workflows/prod-image-build.yml             |   18 +-
 .github/workflows/prod-image-extra-checks.yml      |    2 +
 .github/workflows/push-image-cache.yml             |    6 +-
 .github/workflows/release_dockerhub_image.yml      |    5 +
 .github/workflows/run-unit-tests.yml               |    5 +
 .github/workflows/special-tests.yml                |   10 +
 .github/workflows/task-sdk-tests.yml               |    5 +
 .github/workflows/test-provider-packages.yml       |    6 +
 Dockerfile.ci                                      |    3 +-
 .../execution_api/routes/task_instances.py         |   36 +-
 .../cli/commands/remote_commands/config_command.py |   15 +
 airflow/ui/.prettierrc                             |    2 +-
 airflow/ui/dev/index.html                          |    6 +-
 airflow/ui/openapi-gen/queries/common.ts           |  354 +-
 airflow/ui/openapi-gen/queries/prefetch.ts         |  263 +-
 airflow/ui/openapi-gen/queries/queries.ts          |  446 +--
 airflow/ui/openapi-gen/queries/suspense.ts         |  286 +-
 airflow/ui/openapi-gen/requests/core/ApiError.ts   |    6 +-
 .../openapi-gen/requests/core/ApiRequestOptions.ts |    9 +-
 airflow/ui/openapi-gen/requests/core/request.ts    |   21 +-
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |   68 +-
 airflow/ui/openapi-gen/requests/services.gen.ts    |  276 +-
 airflow/ui/openapi-gen/requests/types.gen.ts       |   38 +-
 airflow/ui/package.json                            |    1 +
 airflow/ui/pnpm-lock.yaml                          |  203 +-
 airflow/ui/rules/core.js                           |   10 +-
 airflow/ui/rules/off.js                            |    4 +-
 airflow/ui/rules/perfectionist.js                  |  185 +-
 airflow/ui/rules/prettier.js                       |    9 +-
 airflow/ui/rules/react.js                          |   14 +-
 airflow/ui/rules/stylistic.js                      |  115 +-
 airflow/ui/rules/typescript.js                     | 3716 ++++++++++----------
 airflow/ui/rules/unicorn.js                        | 2493 +++++++------
 .../ui/src/components/ClearRun/ClearRunButton.tsx  |    9 +-
 .../ui/src/components/ClearRun/ClearRunDialog.tsx  |    5 +-
 .../components/ClearRun/ClearRunTaskAccordion.tsx  |   16 +-
 airflow/ui/src/components/ConfirmationModal.tsx    |    8 +-
 airflow/ui/src/components/DagRunInfo.tsx           |    9 +-
 airflow/ui/src/components/DataTable/CardList.tsx   |   18 +-
 .../ui/src/components/DataTable/DataTable.test.tsx |   14 +-
 airflow/ui/src/components/DataTable/DataTable.tsx  |   15 +-
 airflow/ui/src/components/DataTable/TableList.tsx  |  101 +-
 .../src/components/DataTable/searchParams.test.ts  |   19 +-
 .../ui/src/components/DataTable/searchParams.ts    |   32 +-
 airflow/ui/src/components/DataTable/types.ts       |    6 +-
 airflow/ui/src/components/DocumentationModal.tsx   |   17 +-
 airflow/ui/src/components/ErrorAlert.tsx           |    9 +-
 airflow/ui/src/components/MetricsBadge.tsx         |   17 +-
 airflow/ui/src/components/ParseDag.tsx             |    6 +-
 airflow/ui/src/components/QuickFilterButton.tsx    |    6 +-
 airflow/ui/src/components/SearchBar.test.tsx       |   17 +-
 airflow/ui/src/components/SearchBar.tsx            |   21 +-
 airflow/ui/src/components/TaskInstanceTooltip.tsx  |    9 +-
 airflow/ui/src/components/TaskTrySelect.tsx        |   27 +-
 airflow/ui/src/components/Time.test.tsx            |    8 +-
 airflow/ui/src/components/Time.tsx                 |   12 +-
 airflow/ui/src/components/TimeRangeSelector.tsx    |    9 +-
 airflow/ui/src/components/TogglePause.tsx          |   18 +-
 airflow/ui/src/components/TrendCountButton.tsx     |    6 +-
 airflow/ui/src/components/TrendCountChart.tsx      |   20 +-
 .../src/components/TriggerDag/TriggerDAGButton.tsx |    5 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |   19 +-
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |   14 +-
 .../ui/src/components/ui/Accordion/ItemContent.tsx |    5 +-
 .../ui/src/components/ui/Accordion/ItemTrigger.tsx |    5 +-
 airflow/ui/src/components/ui/Alert.tsx             |   11 +-
 airflow/ui/src/components/ui/Breadcrumb/Root.tsx   |   46 +-
 airflow/ui/src/components/ui/Button.tsx            |   51 +-
 airflow/ui/src/components/ui/Checkbox.tsx          |   26 +-
 airflow/ui/src/components/ui/Clipboard.tsx         |   93 +-
 airflow/ui/src/components/ui/CloseButton.tsx       |   12 +-
 .../ui/src/components/ui/Dialog/CloseTrigger.tsx   |    8 +-
 airflow/ui/src/components/ui/Dialog/Content.tsx    |   34 +-
 .../NextTrigger.tsx => FileUpload/Dropzone.tsx}    |   33 +-
 .../ui/src/components/ui/FileUpload/FileInput.tsx  |   52 +
 airflow/ui/src/components/ui/FileUpload/Item.tsx   |   61 +
 .../Ellipsis.tsx => FileUpload/List.tsx}           |   39 +-
 .../ui/{CloseButton.tsx => FileUpload/Root.tsx}    |   25 +-
 .../ui/FileUpload/index.ts}                        |   20 +-
 airflow/ui/src/components/ui/InputGroup.tsx        |   53 +-
 .../ui/src/components/ui/Pagination/Ellipsis.tsx   |    5 +-
 airflow/ui/src/components/ui/Pagination/Item.tsx   |   34 +-
 .../src/components/ui/Pagination/NextTrigger.tsx   |    5 +-
 .../ui/src/components/ui/Pagination/PageText.tsx   |   38 +-
 .../src/components/ui/Pagination/PrevTrigger.tsx   |    5 +-
 airflow/ui/src/components/ui/Pagination/Root.tsx   |   20 +-
 airflow/ui/src/components/ui/ProgressBar.tsx       |   16 +-
 airflow/ui/src/components/ui/RadioCard.tsx         |   82 +
 airflow/ui/src/components/ui/SegmentedControl.tsx  |   13 +-
 airflow/ui/src/components/ui/Select/Content.tsx    |   22 +-
 airflow/ui/src/components/ui/Select/Item.tsx       |   22 +-
 airflow/ui/src/components/ui/Select/ItemGroup.tsx  |   20 +-
 airflow/ui/src/components/ui/Select/Root.tsx       |   12 +-
 airflow/ui/src/components/ui/Select/ValueText.tsx  |   46 +-
 airflow/ui/src/components/ui/Status.tsx            |   27 +-
 airflow/ui/src/components/ui/Switch.tsx            |   47 +-
 airflow/ui/src/components/ui/Tag.tsx               |   17 +-
 airflow/ui/src/components/ui/Toaster.tsx           |   23 +-
 airflow/ui/src/components/ui/Tooltip.tsx           |   57 +-
 airflow/ui/src/constants/searchParams.ts           |    5 +-
 .../src/context/openGroups/OpenGroupsProvider.tsx  |   22 +-
 airflow/ui/src/context/openGroups/useOpenGroups.ts |    5 +-
 .../ui/src/context/timezone/TimezoneProvider.tsx   |   10 +-
 airflow/ui/src/layouts/Details/DagVizModal.tsx     |   10 +-
 airflow/ui/src/layouts/Details/DetailsLayout.tsx   |   15 +-
 airflow/ui/src/layouts/Details/Graph/Edge.tsx      |    6 +-
 airflow/ui/src/layouts/Details/Graph/Graph.tsx     |    7 +-
 airflow/ui/src/layouts/Details/Graph/JoinNode.tsx  |   11 +-
 .../ui/src/layouts/Details/Graph/NodeWrapper.tsx   |   12 +-
 airflow/ui/src/layouts/Details/Graph/TaskName.tsx  |    4 +-
 airflow/ui/src/layouts/Details/Graph/TaskNode.tsx  |    7 +-
 .../ui/src/layouts/Details/Graph/reactflowUtils.ts |    6 +-
 .../ui/src/layouts/Details/Graph/useGraphLayout.ts |   49 +-
 airflow/ui/src/layouts/Details/NavTabs.tsx         |    6 +-
 airflow/ui/src/layouts/Nav/DocsButton.tsx          |    7 +-
 airflow/ui/src/layouts/Nav/Nav.tsx                 |   13 +-
 airflow/ui/src/layouts/Nav/TimezoneSelector.tsx    |   14 +-
 airflow/ui/src/main.tsx                            |    4 +-
 airflow/ui/src/pages/Dag/Code/Code.tsx             |   27 +-
 airflow/ui/src/pages/Dag/Dag.tsx                   |   16 +-
 airflow/ui/src/pages/Dag/Header.tsx                |   18 +-
 airflow/ui/src/pages/Dag/Overview/Overview.tsx     |   37 +-
 airflow/ui/src/pages/Dag/Runs/Runs.tsx             |   23 +-
 airflow/ui/src/pages/Dag/Tasks/TaskCard.tsx        |   18 +-
 airflow/ui/src/pages/Dag/Tasks/TaskRecentRuns.tsx  |   11 +-
 airflow/ui/src/pages/Dag/Tasks/Tasks.tsx           |   50 +-
 airflow/ui/src/pages/DagsList/DagCard.test.tsx     |    8 +-
 airflow/ui/src/pages/DagsList/DagCard.tsx          |   35 +-
 airflow/ui/src/pages/DagsList/DagsFilters.tsx      |   64 +-
 airflow/ui/src/pages/DagsList/DagsList.tsx         |   35 +-
 airflow/ui/src/pages/DagsList/RecentRuns.tsx       |    4 +-
 airflow/ui/src/pages/DagsList/Schedule.tsx         |    3 +-
 airflow/ui/src/pages/DagsList/SortSelect.tsx       |    4 +-
 airflow/ui/src/pages/Dashboard/Health/Health.tsx   |    6 +-
 .../ui/src/pages/Dashboard/Health/HealthTag.tsx    |    6 +-
 .../Dashboard/HistoricalMetrics/DagRunMetrics.tsx  |   14 +-
 .../HistoricalMetrics/HistoricalMetrics.tsx        |   24 +-
 .../Dashboard/HistoricalMetrics/MetricSection.tsx  |    5 +-
 .../HistoricalMetrics/TaskInstanceMetrics.tsx      |   12 +-
 .../src/pages/Dashboard/Stats/DAGImportErrors.tsx  |   11 +-
 .../pages/Dashboard/Stats/DAGImportErrorsModal.tsx |   22 +-
 .../src/pages/Dashboard/Stats/DagFilterButton.tsx  |    8 +-
 airflow/ui/src/pages/Dashboard/Stats/Stats.tsx     |   12 +-
 airflow/ui/src/pages/Error.tsx                     |   35 +-
 airflow/ui/src/pages/Run/Header.tsx                |    4 +-
 airflow/ui/src/pages/Run/Run.tsx                   |   16 +-
 airflow/ui/src/pages/Run/TaskInstances.tsx         |   33 +-
 airflow/ui/src/pages/Task/Header.tsx               |    4 +-
 airflow/ui/src/pages/Task/Instances.tsx            |   42 +-
 airflow/ui/src/pages/Task/Task.tsx                 |   24 +-
 airflow/ui/src/pages/TaskInstance/Header.tsx       |   24 +-
 airflow/ui/src/pages/TaskInstance/Logs.tsx         |   21 +-
 airflow/ui/src/pages/TaskInstance/TaskInstance.tsx |   28 +-
 .../Variables/ImportVariablesButton.tsx}           |   50 +-
 .../ui/src/pages/Variables/ImportVariablesForm.tsx |  156 +
 .../ManageVariable/DeleteVariableButton.tsx        |    4 +-
 .../ManageVariable/EditVariableButton.tsx          |    7 +-
 .../Variables/ManageVariable/VariableForm.tsx      |   27 +-
 airflow/ui/src/pages/Variables/Variables.tsx       |   37 +-
 airflow/ui/src/pages/XCom/XComEntry.tsx            |    8 +-
 airflow/ui/src/queries/useAddVariable.ts           |   15 +-
 airflow/ui/src/queries/useClearRun.ts              |   11 +-
 airflow/ui/src/queries/useDagParams.ts             |    5 +-
 airflow/ui/src/queries/useDagParsing.ts            |    3 +-
 airflow/ui/src/queries/useDags.tsx                 |   17 +-
 airflow/ui/src/queries/useDeleteVariable.ts        |   11 +-
 airflow/ui/src/queries/useEditVariable.ts          |    9 +-
 .../{useAddVariable.ts => useImportVariables.ts}   |   41 +-
 airflow/ui/src/queries/useLogs.tsx                 |    8 +-
 airflow/ui/src/queries/useTrigger.ts               |   44 +-
 airflow/ui/src/utils/RouterWrapper.tsx             |    4 +-
 airflow/ui/src/utils/pluralize.test.ts             |    9 +-
 airflow/ui/vite.config.ts                          |    4 +-
 airflow/utils/state.py                             |    1 +
 airflow/www/static/js/trigger.js                   |    4 +-
 airflow/www/templates/airflow/trigger.html         |    4 +-
 contributing-docs/testing/k8s_tests.rst            |   34 +-
 dev/breeze/README.md                               |    2 +-
 dev/breeze/doc/05_test_commands.rst                |    8 +-
 dev/breeze/doc/06_managing_docker_images.rst       |   45 +
 dev/breeze/doc/ci/01_ci_environment.md             |    4 +-
 dev/breeze/doc/ci/07_running_ci_locally.md         |  152 +-
 dev/breeze/doc/images/output_ci-image.svg          |   22 +-
 dev/breeze/doc/images/output_ci-image.txt          |    2 +-
 .../images/output_ci-image_export-mount-cache.svg  |  118 +
 .../images/output_ci-image_export-mount-cache.txt  |    1 +
 .../images/output_ci-image_import-mount-cache.svg  |  118 +
 .../images/output_ci-image_import-mount-cache.txt  |    1 +
 dev/breeze/doc/images/output_ci-image_load.svg     |   74 +-
 dev/breeze/doc/images/output_ci-image_load.txt     |    2 +-
 dev/breeze/doc/images/output_prod-image_load.svg   |   68 +-
 dev/breeze/doc/images/output_prod-image_load.txt   |    2 +-
 .../output_setup_check-all-params-in-groups.svg    |   22 +-
 .../output_setup_check-all-params-in-groups.txt    |    2 +-
 .../output_setup_regenerate-command-images.svg     |   82 +-
 .../output_setup_regenerate-command-images.txt     |    2 +-
 dev/breeze/pyproject.toml                          |    1 +
 .../airflow_breeze/commands/ci_image_commands.py   |  169 +-
 .../commands/ci_image_commands_config.py           |   23 +
 .../commands/common_image_options.py               |   22 +
 .../commands/production_image_commands.py          |   36 +-
 .../commands/production_image_commands_config.py   |    4 +
 .../commands/release_management_commands.py        |    1 +
 .../provider_issue_TEMPLATE.md.jinja2              |    4 +-
 dev/breeze/src/airflow_breeze/utils/github.py      |  119 +
 .../src/airflow_breeze/utils/kubernetes_utils.py   |    7 +-
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |    4 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |    4 +-
 .../src/airflow_breeze/utils/selective_checks.py   |    6 +-
 .../src/airflow_breeze/utils/virtualenv_utils.py   |   12 +-
 dev/breeze/uv.lock                                 |   56 +-
 dev/refresh_images.sh                              |   44 +-
 .../logging/index.rst                              |   10 +
 .../guides/developer.rst                           |    2 +-
 .../guides/user.rst                                |   11 +-
 docs/exts/templates/openlineage.rst.jinja2         |    3 +
 .../airflow/providers/celery/cli/celery_command.py |    7 +-
 .../providers/celery/executors/celery_executor.py  |   12 +-
 .../src/airflow/providers/celery/version_compat.py |   30 +
 .../providers/common/sql/dialects}/__init__.py     |    0
 .../providers/common/sql/dialects/dialect.py       |  190 +
 .../providers/common/sql/dialects/dialect.pyi      |   73 +
 .../src/airflow/providers/common/sql/hooks/sql.py  |  118 +-
 .../src/airflow/providers/common/sql/hooks/sql.pyi |   23 +-
 .../src/airflow/providers/common/sql/provider.yaml |    4 +
 .../providers/google/cloud/openlineage/mixins.py   |  502 ++-
 .../providers/google/cloud/openlineage/utils.py    |  248 +-
 .../providers/google/cloud/operators/bigquery.py   |    4 +-
 .../providers/google/cloud/operators/dataproc.py   |   13 +
 .../airflow/providers/microsoft/azure/hooks/asb.py |   88 +
 .../providers/microsoft/azure/operators/asb.py     |   46 +-
 .../microsoft/mssql/dialects}/__init__.py          |    0
 .../providers/microsoft/mssql/dialects/mssql.py    |   64 +
 .../providers/microsoft/mssql/hooks/mssql.py       |   67 +-
 .../providers/microsoft/mssql/provider.yaml        |    4 +
 .../src/airflow/providers/mysql/hooks/mysql.py     |    1 +
 .../providers/postgres/dialects}/__init__.py       |    0
 .../providers/postgres/dialects/postgres.py        |   91 +
 .../airflow/providers/postgres/hooks/postgres.py   |   73 +-
 .../src/airflow/providers/postgres/provider.yaml   |    4 +
 providers/tests/celery/cli/test_celery_command.py  |   28 +-
 .../tests/common/sql/dialects}/__init__.py         |    0
 .../tests/common/sql/dialects/test_dialect.py      |   67 +
 providers/tests/common/sql/hooks/test_dbapi.py     |    5 +
 providers/tests/common/sql/hooks/test_sql.py       |   34 +-
 .../tests/google/cloud/openlineage/test_mixins.py  |  442 ++-
 .../tests/google/cloud/openlineage/test_utils.py   |  410 +++
 .../tests/google/cloud/operators/test_dataproc.py  |  186 +
 .../tests/google/cloud/utils/job_details.json      |   17 +-
 providers/tests/jdbc/hooks/test_jdbc.py            |   25 +-
 providers/tests/microsoft/azure/hooks/test_asb.py  |   20 +
 .../tests/microsoft/azure/operators/test_asb.py    |   32 +-
 .../tests/microsoft/mssql/dialects}/__init__.py    |    0
 .../tests/microsoft/mssql/dialects/test_mssql.py   |   83 +
 .../tests/microsoft/mssql/hooks/test_mssql.py      |  221 +-
 .../tests/microsoft/mssql/resources/replace.sql    |   14 +-
 providers/tests/mysql/hooks/test_mysql.py          |   85 +-
 providers/tests/odbc/hooks/test_odbc.py            |   25 +
 .../tests/postgres/dialects}/__init__.py           |    0
 providers/tests/postgres/dialects/test_postgres.py |   87 +
 providers/tests/postgres/hooks/test_postgres.py    |   82 +
 providers/tests/teradata/hooks/test_teradata.py    |    9 +-
 scripts/ci/pre_commit/helm_lint.py                 |    2 +-
 scripts/ci/pre_commit/kubeconform.py               |    2 +-
 scripts/tools/free_up_disk_space.sh                |   39 +
 task_sdk/src/airflow/sdk/api/client.py             |    1 -
 .../src/airflow/sdk/api/datamodels/_generated.py   |    1 +
 .../src/airflow/sdk/execution_time/task_runner.py  |   55 +-
 task_sdk/src/airflow/sdk/log.py                    |    4 +-
 task_sdk/tests/execution_time/test_supervisor.py   |    2 +-
 task_sdk/tests/execution_time/test_task_runner.py  |  195 +-
 tests/always/test_providers_manager.py             |    3 +-
 .../execution_api/routes/test_task_instances.py    |  106 +-
 289 files changed, 9903 insertions(+), 7358 deletions(-)
 copy airflow/ui/src/components/ui/{Pagination/NextTrigger.tsx => 
FileUpload/Dropzone.tsx} (53%)
 create mode 100644 airflow/ui/src/components/ui/FileUpload/FileInput.tsx
 create mode 100644 airflow/ui/src/components/ui/FileUpload/Item.tsx
 copy airflow/ui/src/components/ui/{Pagination/Ellipsis.tsx => 
FileUpload/List.tsx} (50%)
 copy airflow/ui/src/components/ui/{CloseButton.tsx => FileUpload/Root.tsx} 
(62%)
 copy airflow/ui/src/{utils/RouterWrapper.tsx => 
components/ui/FileUpload/index.ts} (70%)
 create mode 100644 airflow/ui/src/components/ui/RadioCard.tsx
 copy airflow/ui/src/{components/DocumentationModal.tsx => 
pages/Variables/ImportVariablesButton.tsx} (53%)
 create mode 100644 airflow/ui/src/pages/Variables/ImportVariablesForm.tsx
 copy airflow/ui/src/queries/{useAddVariable.ts => useImportVariables.ts} (59%)
 create mode 100644 dev/breeze/doc/images/output_ci-image_export-mount-cache.svg
 create mode 100644 dev/breeze/doc/images/output_ci-image_export-mount-cache.txt
 create mode 100644 dev/breeze/doc/images/output_ci-image_import-mount-cache.svg
 create mode 100644 dev/breeze/doc/images/output_ci-image_import-mount-cache.txt
 create mode 100644 providers/src/airflow/providers/celery/version_compat.py
 copy {airflow/api_connexion => 
providers/src/airflow/providers/common/sql/dialects}/__init__.py (100%)
 create mode 100644 
providers/src/airflow/providers/common/sql/dialects/dialect.py
 create mode 100644 
providers/src/airflow/providers/common/sql/dialects/dialect.pyi
 copy {airflow/api_connexion => 
providers/src/airflow/providers/microsoft/mssql/dialects}/__init__.py (100%)
 create mode 100644 
providers/src/airflow/providers/microsoft/mssql/dialects/mssql.py
 copy {airflow/api_connexion => 
providers/src/airflow/providers/postgres/dialects}/__init__.py (100%)
 create mode 100644 
providers/src/airflow/providers/postgres/dialects/postgres.py
 copy {airflow/api_connexion => 
providers/tests/common/sql/dialects}/__init__.py (100%)
 create mode 100644 providers/tests/common/sql/dialects/test_dialect.py
 copy {airflow/api_connexion => 
providers/tests/microsoft/mssql/dialects}/__init__.py (100%)
 create mode 100644 providers/tests/microsoft/mssql/dialects/test_mssql.py
 copy {airflow/api_connexion => providers/tests/postgres/dialects}/__init__.py 
(100%)
 create mode 100644 providers/tests/postgres/dialects/test_postgres.py
 create mode 100755 scripts/tools/free_up_disk_space.sh

Reply via email to