This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4ca1da76b66 GoogleCalendarToGCSOperator: add unwrap_single flag and
return full GCS URIs (#61284)
add 9da4a153b22 grid merge node dict storage (#61656)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/services/ui/grid.py | 17 ++---
.../api_fastapi/core_api/services/ui}/__init__.py | 0
.../api_fastapi/core_api/services/ui/test_grid.py | 72 ++++++++++++++++++++++
3 files changed, 78 insertions(+), 11 deletions(-)
copy airflow-core/{src/airflow/_shared =>
tests/unit/api_fastapi/core_api/services/ui}/__init__.py (100%)
create mode 100644
airflow-core/tests/unit/api_fastapi/core_api/services/ui/test_grid.py