This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-dbd0276bfc
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard b79f5c0eb5c Bump the fab-ui-package-updates group across 1 directory
with 3 updates
add 54d6ef11c80 i18n: Replaced hard-coded "no {modelName} found" message
in DataTable (#51209)
add a08ea0a223f Minor fix in python client docs (#51216)
add 46908a146bd Bring back "standard" example dags to the airflow-core
package (#51192)
add 21f4a400d55 Make test_scheduler_job work locally after moving examples
(#50917)
add 7084076a8f9 Add Polish translation for the UI including CODEOWNER
(#51219)
add 1439e1f07eb Fix `StopIteration` error in AWS System Test
`variable_fetcher` when using remote executor (#51127)
add 9016d9ac5b5 Add Looker connection types and LevelDB documentation
(#51058)
add 9f43d6666b3 [provider-airbyte] add option to create connections using
proxies (#49729)
add 381da6c6d6a Rename the internal list backfills endpoint (#51200)
add 42003357cc3 Remove filtering by last dag run state in patch dags
endpoint (#51176)
add 64e289240dc Add MaxComputeSQLOperator, MaxComputeHook and
AlibabaBaseHook to Alibaba Provider (#50178)
add 6a7d25714ec fix(i18n): replace 插件 as 外掛 (#51230)
add a73e5f0baed Ignore generated log files while testing go-sdk (#51231)
add 86b0c82f9b3 Significantly speed up Pytest bootstrapping on MacOS in
Breeze (#51223)
add d0e7481ca17 Drop dangling reference to Executor class (#51227)
add 6041b77666a Fix OpenLineage macro _get_logical_date (#51210)
add a8054bf7c0c Bypass go module proxies while installing libraries for
precommit (#51232)
add 40d9c4080f3 Fix inconsistent conn_name_attr (#51112)
add 6528f6de3b1 i18n - Translate Task Instance and Dag Run tables (#51222)
add 3d56ab12eca fix weaviate system test (#51240)
add 894f2086e8a fix: Add noItemsFound for en (#51244)
add 23a9a99e93b feat: add test connection button to ui (#51055)
add c3861e794aa Ensure that both public and ui dags endpoints map to
DagService (#51226)
add 1ff86784c77 Bump the fab-ui-package-updates group across 1 directory
with 3 updates
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 (b79f5c0eb5c)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-dbd0276bfc
(1ff86784c77)
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/CODEOWNERS | 1 +
.gitignore | 3 +
.pre-commit-config.yaml | 7 +-
.../src/airflow/api_fastapi/common/db/dags.py | 92 --------
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 8 -
.../api_fastapi/core_api/routes/public/dags.py | 8 +-
.../api_fastapi/core_api/routes/ui/backfills.py | 2 +-
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 2 +-
.../src/airflow/dag_processing/bundles/manager.py | 26 ---
airflow-core/src/airflow/example_dags/standard | 1 +
.../src/airflow/jobs/scheduler_job_runner.py | 3 -
airflow-core/src/airflow/models/dagbag.py | 8 -
.../src/airflow/ui/openapi-gen/queries/common.ts | 123 ++++++-----
.../ui/openapi-gen/queries/ensureQueryData.ts | 169 +++++++-------
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 169 +++++++-------
.../src/airflow/ui/openapi-gen/queries/queries.ts | 194 ++++++++---------
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 189 ++++++++--------
.../ui/openapi-gen/requests/services.gen.ts | 102 +++++----
.../airflow/ui/openapi-gen/requests/types.gen.ts | 83 ++++---
.../components/ActionAccordion/ActionAccordion.tsx | 23 +-
.../ui/src/components/ActionAccordion/columns.tsx | 41 +---
.../ui/src/components/Assets/AssetEvents.tsx | 2 +-
.../ui/src/components/Banner/BackfillBanner.tsx | 8 +-
.../ui/src/components/Clear/Run/ClearRunButton.tsx | 13 +-
.../ui/src/components/Clear/Run/ClearRunDialog.tsx | 51 ++---
.../Clear/TaskInstance/ClearTaskInstanceButton.tsx | 13 +-
.../Clear/TaskInstance/ClearTaskInstanceDialog.tsx | 37 +++-
.../src/components/DagActions/DeleteDagButton.tsx | 8 +-
.../ui/src/components/DataTable/DataTable.tsx | 4 +-
.../src/components/MarkAs/Run/MarkRunAsButton.tsx | 15 +-
.../src/components/MarkAs/Run/MarkRunAsDialog.tsx | 7 +-
.../TaskInstance/MarkTaskInstanceAsButton.tsx | 15 +-
.../TaskInstance/MarkTaskInstanceAsDialog.tsx | 33 ++-
.../airflow/ui/src/components/SearchBar.test.tsx | 2 +-
.../src/airflow/ui/src/components/SearchBar.tsx | 4 +-
.../src/components/TriggerDag/TriggerDAGButton.tsx | 4 +-
.../src/airflow/ui/src/constants/stateOptions.ts | 48 ++--
airflow-core/src/airflow/ui/src/i18n/config.ts | 13 +-
.../src/airflow/ui/src/i18n/locales/en/common.json | 8 +
.../ui/src/i18n/locales/en/connections.json | 4 +
.../src/airflow/ui/src/i18n/locales/en/dags.json | 110 +++++++++-
.../src/airflow/ui/src/i18n/locales/pl/common.json | 114 ++++++++++
.../src/airflow/ui/src/i18n/locales/pl/dags.json | 55 +++++
.../airflow/ui/src/i18n/locales/pl/dashboard.json | 38 ++++
.../airflow/ui/src/i18n/locales/zh-TW/common.json | 35 ++-
.../ui/src/pages/Asset/CreateAssetEventModal.tsx | 4 +-
.../ui/src/pages/Connections/Connections.tsx | 2 +
.../src/pages/Connections/TestConnectionButton.tsx | 89 ++++++++
.../ui/src/pages/Dag/Backfills/Backfills.tsx | 4 +-
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx | 4 +-
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 47 ++--
.../src/airflow/ui/src/pages/DeleteRunButton.tsx | 15 +-
.../TaskInstances/DeleteTaskInstanceButton.tsx | 15 +-
.../ui/src/pages/TaskInstances/TaskInstances.tsx | 54 +++--
.../pages/TaskInstances/TaskInstancesFilter.tsx | 19 +-
.../airflow/ui/src/queries/useCreateBackfill.ts | 4 +-
.../src/airflow/ui/src/queries/useDags.tsx | 4 +-
.../src/airflow/ui/src/queries/useDeleteDagRun.ts | 22 +-
.../ui/src/queries/useDeleteTaskInstance.ts | 22 +-
.../ui/src/queries/useRefreshOnNewDagRuns.ts | 4 +-
...useDeleteConnection.ts => useTestConnection.ts} | 30 +--
.../src/airflow/ui/src/queries/useTogglePause.ts | 4 +-
.../src/airflow/ui/src/queries/useTrigger.ts | 4 +-
.../tests/unit/always/test_project_structure.py | 1 +
.../core_api/routes/public/test_dag_report.py | 11 +-
.../core_api/routes/public/test_dags.py | 8 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 33 ++-
airflow-core/tests/unit/models/test_dagbag.py | 2 +-
clients/python/README.md | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 32 ++-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 1 +
devel-common/src/tests_common/pytest_plugin.py | 40 +++-
docs/spelling_wordlist.txt | 3 +
providers/airbyte/docs/connections.rst | 8 +
providers/airbyte/pyproject.toml | 1 +
.../src/airflow/providers/airbyte/hooks/airbyte.py | 8 +
.../tests/unit/airbyte/hooks/test_airbyte.py | 34 ++-
providers/alibaba/provider.yaml | 16 ++
providers/alibaba/pyproject.toml | 1 +
.../airflow/providers/alibaba/cloud/exceptions.py | 5 +-
.../alibaba/cloud/hooks/analyticdb_spark.py | 2 +-
.../providers/alibaba/cloud/hooks/base_alibaba.py | 99 +++++++++
.../providers/alibaba/cloud/hooks/maxcompute.py | 242 +++++++++++++++++++++
.../airflow/providers/alibaba/cloud/hooks/oss.py | 2 +-
.../providers/alibaba/cloud/links}/__init__.py | 0
.../providers/alibaba/cloud/links/maxcompute.py} | 46 ++--
.../alibaba/cloud/operators/maxcompute.py | 145 ++++++++++++
.../airflow/providers/alibaba/get_provider_info.py | 21 ++
.../airflow/providers/alibaba}/version_compat.py | 0
.../tests/system/alibaba/example_maxcompute_sql.py | 20 +-
.../unit/alibaba/cloud/hooks/test_base_alibaba.py | 53 +++++
.../unit/alibaba/cloud/hooks/test_maxcompute.py | 117 ++++++++++
.../tests/unit/alibaba/cloud/links}/__init__.py | 0
.../unit/alibaba/cloud/links/test_maxcompute.py | 66 ++++++
.../alibaba/cloud/operators/test_maxcompute.py | 88 ++++++++
.../tests/unit/alibaba/cloud/test_exceptions.py | 11 +-
.../tests/system/amazon/aws/utils/__init__.py | 22 +-
.../unit/amazon/aws/system/utils/test_helpers.py | 10 +-
.../airflow/providers/fab/www/package-lock.json | 42 ++--
.../fab/src/airflow/providers/fab/www/package.json | 4 +-
providers/google/docs/connections/leveldb.rst | 67 ++++++
providers/google/provider.yaml | 2 +
.../airflow/providers/google/cloud/hooks/looker.py | 5 +
.../airflow/providers/google/get_provider_info.py | 4 +
.../providers/openlineage/plugins/macros.py | 2 +-
.../system/weaviate/example_weaviate_cohere.py | 1 +
107 files changed, 2465 insertions(+), 1060 deletions(-)
delete mode 100644 airflow-core/src/airflow/api_fastapi/common/db/dags.py
create mode 120000 airflow-core/src/airflow/example_dags/standard
create mode 100644
airflow-core/src/airflow/ui/src/i18n/locales/en/connections.json
create mode 100644 airflow-core/src/airflow/ui/src/i18n/locales/pl/common.json
create mode 100644 airflow-core/src/airflow/ui/src/i18n/locales/pl/dags.json
create mode 100644
airflow-core/src/airflow/ui/src/i18n/locales/pl/dashboard.json
create mode 100644
airflow-core/src/airflow/ui/src/pages/Connections/TestConnectionButton.tsx
copy airflow-core/src/airflow/ui/src/queries/{useDeleteConnection.ts =>
useTestConnection.ts} (60%)
copy airflow-core/src/airflow/listeners/__init__.py =>
providers/alibaba/src/airflow/providers/alibaba/cloud/exceptions.py (86%)
create mode 100644
providers/alibaba/src/airflow/providers/alibaba/cloud/hooks/base_alibaba.py
create mode 100644
providers/alibaba/src/airflow/providers/alibaba/cloud/hooks/maxcompute.py
copy {airflow-core/src/airflow/api =>
providers/alibaba/src/airflow/providers/alibaba/cloud/links}/__init__.py (100%)
copy providers/{google/src/airflow/providers/google/cloud/links/cloud_run.py
=> alibaba/src/airflow/providers/alibaba/cloud/links/maxcompute.py} (63%)
create mode 100644
providers/alibaba/src/airflow/providers/alibaba/cloud/operators/maxcompute.py
copy providers/{amazon/src/airflow/providers/amazon =>
alibaba/src/airflow/providers/alibaba}/version_compat.py (100%)
copy airflow-core/tests/system/example_empty.py =>
providers/alibaba/tests/system/alibaba/example_maxcompute_sql.py (82%)
create mode 100644
providers/alibaba/tests/unit/alibaba/cloud/hooks/test_base_alibaba.py
create mode 100644
providers/alibaba/tests/unit/alibaba/cloud/hooks/test_maxcompute.py
copy {airflow-core/src/airflow/api =>
providers/alibaba/tests/unit/alibaba/cloud/links}/__init__.py (100%)
create mode 100644
providers/alibaba/tests/unit/alibaba/cloud/links/test_maxcompute.py
create mode 100644
providers/alibaba/tests/unit/alibaba/cloud/operators/test_maxcompute.py
copy
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_health.py
=> providers/alibaba/tests/unit/alibaba/cloud/test_exceptions.py (70%)
create mode 100644 providers/google/docs/connections/leveldb.rst