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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-19cf9a4198
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard d1f148899ca Bump the edge-ui-package-updates group across 1 directory 
with 17 updates
     add 87826505f25 Emit log stream stopped warning as ndjson (#56474)
     add 0dca308dc58 feat: make clipboard hover (#56382)
     add a7535992126 Allow sub-pages in React UI plugins (#56413)
     add 6821ad11106 56058: Validating latestRun before accessing its 
properties (#56303)
     add 463d51c885c Fix broken main after pydantic 2.12.0 (#56483)
     add 8400602cbc9 Simple sending of return value to XCom (#56481)
     add 5cb96f6de56 feature: Add Open Lineage support for 
CloudDataFusionStartPipelineOperator (#56365)
     add fcc28a56437 Add use_rest_api parameter for CloudComposerDAGRunSensor 
for pulling dag_runs using the Airflow REST API (#56138)
     add 29aedc1885d Added Vrahad Analaytics to the list of companies using 
Apache Airflow (#56472)
     add 0214f076de9 Bump the edge-ui-package-updates group across 1 directory 
with 17 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   (d1f148899ca)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-19cf9a4198
 (0214f076de9)

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:
 INTHEWILD.md                                       |    1 +
 airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx  |    4 +-
 .../src/pages/TaskInstance/RenderedTemplates.tsx   |   45 +-
 airflow-core/src/airflow/ui/src/router.tsx         |    2 +-
 airflow-core/src/airflow/utils/log/log_reader.py   |    3 +-
 .../tests/unit/utils/log/test_log_reader.py        |    2 +-
 airflow-ctl/pyproject.toml                         |    2 +-
 go-sdk/bundle/bundlev1/registry.go                 |    1 -
 go-sdk/bundle/bundlev1/task.go                     |   24 +-
 go-sdk/example/bundle/main.go                      |   11 +-
 go-sdk/pkg/api/client.gen.go                       | 1203 ++++++++++++-------
 go-sdk/pkg/api/models.go                           |    2 +
 go-sdk/pkg/edgeapi/client.gen.go                   |  274 +++--
 go-sdk/pkg/worker/runner.go                        |    4 +
 go-sdk/pkg/worker/task.go                          |  158 ---
 go-sdk/pkg/worker/task_test.go                     |  119 --
 go-sdk/sdk/client.go                               |   47 +-
 go-sdk/sdk/errors.go                               |    2 +
 go-sdk/sdk/sdk.go                                  |   14 +
 .../providers/edge3/plugins/www/package.json       |    4 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 1269 ++++++++++----------
 .../providers/google/cloud/hooks/cloud_composer.py |  132 +-
 .../cloud/openlineage/DataFusionRunFacet.json      |   32 +
 .../providers/google/cloud/openlineage/facets.py   |   21 +
 .../providers/google/cloud/operators/datafusion.py |   43 +-
 .../google/cloud/sensors/cloud_composer.py         |   74 +-
 .../google/cloud/triggers/cloud_composer.py        |   72 +-
 .../unit/google/cloud/hooks/test_cloud_composer.py |   56 +
 .../unit/google/cloud/openlineage/test_facets.py   |    8 +
 .../unit/google/cloud/operators/test_datafusion.py |   60 +
 .../google/cloud/sensors/test_cloud_composer.py    |   68 +-
 .../google/cloud/triggers/test_cloud_composer.py   |    3 +
 32 files changed, 2172 insertions(+), 1588 deletions(-)
 delete mode 100644 go-sdk/pkg/worker/task.go
 delete mode 100644 go-sdk/pkg/worker/task_test.go
 create mode 100644 
providers/google/src/airflow/providers/google/cloud/openlineage/DataFusionRunFacet.json

Reply via email to