This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow/api_fastapi/auth/managers/simple/ui/multi-8f88bca1fb
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 2ae72215f20 Bump esbuild, vite and vitest
add 2a39959f6f4 Rework Params UI Tutorial DAG (#47265)
add b3bccab3a7b Feat: Add username, password to Pinot Connection (#46826)
add 2ea7aed7550 Fix xcom_pull for task_ids=None (#47407)
add 687b86741ec Add other executor tests to K8s tests (#47472)
add efe4bed2469 Bump axios in /airflow/api_fastapi/auth/managers/simple/ui
(#47524)
add cf19a58a65e Bump esbuild, vite and vitest
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 (2ae72215f20)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow/api_fastapi/auth/managers/simple/ui/multi-8f88bca1fb
(cf19a58a65e)
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:
.../auth/managers/simple/ui/pnpm-lock.yaml | 271 ++++++++++++++-------
airflow/example_dags/example_params_ui_tutorial.py | 160 ++++++------
.../airflow_breeze/commands/kubernetes_commands.py | 2 +-
docs/apache-airflow/core-concepts/params.rst | 17 +-
.../img/trigger-dag-tutorial-form-1.png | Bin 0 -> 49667 bytes
.../img/trigger-dag-tutorial-form-2.png | Bin 0 -> 99562 bytes
.../img/trigger-dag-tutorial-form-3.png | Bin 0 -> 68207 bytes
.../img/trigger-dag-tutorial-form-4.png | Bin 0 -> 73829 bytes
.../img/trigger-dag-tutorial-form.png | Bin 247468 -> 0 bytes
docs/apache-airflow/ui.rst | 2 +-
kubernetes_tests/test_other_executors.py | 6 +-
.../airflow/providers/apache/pinot/hooks/pinot.py | 26 +-
.../tests/unit/apache/pinot/hooks/test_pinot.py | 192 +++++++++++++++
scripts/ci/kubernetes/k8s_requirements.txt | 1 +
.../src/airflow/sdk/execution_time/task_runner.py | 2 +-
.../task_sdk/execution_time/test_task_runner.py | 17 +-
16 files changed, 520 insertions(+), 176 deletions(-)
create mode 100644 docs/apache-airflow/img/trigger-dag-tutorial-form-1.png
create mode 100644 docs/apache-airflow/img/trigger-dag-tutorial-form-2.png
create mode 100644 docs/apache-airflow/img/trigger-dag-tutorial-form-3.png
create mode 100644 docs/apache-airflow/img/trigger-dag-tutorial-form-4.png
delete mode 100644 docs/apache-airflow/img/trigger-dag-tutorial-form.png