This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7727db55b7e Mark Google Oauth2 backend as Airflow 2 only (#47622)
add 64f8bd7c2bb Correctly assign asset type in AssetProfile (#47659)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/execution_api/datamodels/asset.py | 14 ++--
airflow/models/taskinstance.py | 17 ++---
.../src/airflow/sdk/api/datamodels/_generated.py | 15 ++--
.../src/airflow/sdk/definitions/asset/__init__.py | 2 +-
.../src/airflow/sdk/execution_time/task_runner.py | 9 +--
.../task_sdk/execution_time/test_supervisor.py | 8 +-
.../task_sdk/execution_time/test_task_runner.py | 88 +++++++++++++++++++---
.../execution_api/routes/test_task_instances.py | 6 +-
8 files changed, 118 insertions(+), 41 deletions(-)