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 08289c273fe add openblock labs to INTHEWILD (#44365)
add e4f75819627 Add 'airflow assets list' (#44387)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/core_api/datamodels/assets.py | 2 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 8 +++
airflow/cli/cli_config.py | 20 +++++++
.../commands/asset_command.py} | 40 ++++++++-----
airflow/ui/openapi-gen/requests/schemas.gen.ts | 10 ++++
airflow/ui/openapi-gen/requests/types.gen.ts | 2 +
.../core_api/routes/public/test_assets.py | 12 ++++
tests/cli/commands/test_asset_command.py | 65 ++++++++++++++++++++++
8 files changed, 146 insertions(+), 13 deletions(-)
copy airflow/{callbacks/database_callback_sink.py =>
cli/commands/asset_command.py} (51%)
create mode 100644 tests/cli/commands/test_asset_command.py