This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d09b5aefd2e Fix incorrect class path in dag-bundles docs (#57652)
add c25455ef4df Make `extra` of Asset, AssetAlias, AssetEvent a `dict[str,
JsonValue]` (#57352)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/assets.py | 6 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 6 +-
.../api_fastapi/execution_api/datamodels/asset.py | 4 +-
.../execution_api/datamodels/asset_event.py | 4 +-
.../execution_api/datamodels/taskinstance.py | 5 +-
airflow-core/src/airflow/lineage/hook.py | 8 +-
airflow-core/src/airflow/models/taskinstance.py | 14 ++-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 8 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 4 +-
.../tests/unit/models/test_taskinstance.py | 13 +-
.../unit/serialization/test_serialized_objects.py | 6 +-
.../src/airflowctl/api/datamodels/generated.py | 4 +-
.../tests/airflow_ctl/api/test_operations.py | 2 +-
.../src/airflow/sdk/api/datamodels/_generated.py | 140 ++++++++++-----------
.../src/airflow/sdk/definitions/asset/__init__.py | 16 +--
.../airflow/sdk/definitions/asset/decorators.py | 4 +-
.../src/airflow/sdk/definitions/asset/metadata.py | 6 +-
task-sdk/src/airflow/sdk/execution_time/context.py | 6 +-
.../src/airflow/sdk/execution_time/task_runner.py | 2 +-
task-sdk/src/airflow/sdk/types.py | 8 +-
20 files changed, 149 insertions(+), 117 deletions(-)