This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch move-prepare-providers-packages-to-breeze
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 3fe5ea78d3 Move prepare-provider-packages to be run entirely in Breeze
Python
add 3c741c008c Fix typo in quarantine marker (#35664)
add 946e1e0c4e Move external logs links to top of react logs page (#35668)
add 054904bb9a Add ability to pass impersonation_chain to BigQuery
triggers (#35629)
add 3c0a714cb5 [AIP-44] Migrate run_task_by_local_task_job to Internal API
(#35527)
add a8c062f781 Generate SBOMs for providers (#35667)
add 6f51e502df Add annotations field into in KubernetesPodOperator
(#35641)
add e29464b062 chore: added Notino to the list of companies using Apache
Airflow (#35655)
new 9410c204e1 Move prepare-provider-packages to be run entirely in Breeze
Python
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 (3fe5ea78d3)
\
N -- N -- N refs/heads/move-prepare-providers-packages-to-breeze
(9410c204e1)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
INTHEWILD.md | 1 +
airflow/api_internal/endpoints/rpc_api_endpoint.py | 2 +
airflow/cli/commands/task_command.py | 2 +-
airflow/jobs/local_task_job_runner.py | 7 +-
airflow/models/taskinstance.py | 242 ++++++++++++++-------
airflow/providers/cncf/kubernetes/operators/pod.py | 3 +-
airflow/providers/google/cloud/hooks/bigquery.py | 24 ++
.../providers/google/cloud/operators/bigquery.py | 8 +-
.../providers/google/cloud/triggers/bigquery.py | 84 +++++--
airflow/serialization/pydantic/dag.py | 81 ++++++-
airflow/serialization/pydantic/dag_run.py | 28 +--
airflow/serialization/pydantic/taskinstance.py | 85 +++++++-
.../js/dag/details/taskInstance/Logs/index.tsx | 36 ++-
.../src/airflow_breeze/commands/sbom_commands.py | 178 +++++++++++----
.../commands/sbom_commands_config.py | 1 +
dev/breeze/src/airflow_breeze/utils/cdxgen.py | 231 ++++++++++++++------
dev/breeze/src/airflow_breeze/utils/path_utils.py | 1 +
.../breeze/output_sbom_update-sbom-information.svg | 52 +++--
.../breeze/output_sbom_update-sbom-information.txt | 2 +-
.../cncf/kubernetes/operators/test_pod.py | 2 +
tests/providers/daskexecutor/test_dask_executor.py | 2 +-
.../google/cloud/triggers/test_bigquery.py | 15 ++
tests/serialization/test_pydantic_models.py | 20 +-
23 files changed, 828 insertions(+), 279 deletions(-)