This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 62bf0f8a61 Add groups in CI output for parallell tasks (#25702)
add b90707ed17 Separate "public" Dataset class from SQLA model (#25727)
No new revisions were added by this update.
Summary of changes:
airflow/__init__.py | 2 +-
.../api_connexion/endpoints/dataset_endpoint.py | 14 ++--
airflow/api_connexion/schemas/dataset_schema.py | 6 +-
.../aws/utils/rds.py => datasets/__init__.py} | 12 +--
airflow/example_dags/example_datasets.py | 2 +-
airflow/lineage/__init__.py | 3 +-
airflow/models/__init__.py | 4 +-
airflow/models/dag.py | 24 +++---
airflow/models/dagrun.py | 3 +-
airflow/models/dataset.py | 21 +++--
airflow/models/taskinstance.py | 7 +-
airflow/serialization/serialized_objects.py | 2 +-
airflow/utils/context.py | 5 ++
airflow/www/views.py | 11 +--
.../endpoints/test_dag_run_endpoint.py | 97 ++++++++++------------
.../endpoints/test_dataset_endpoint.py | 34 ++++----
tests/api_connexion/schemas/test_dataset_schema.py | 15 ++--
tests/dags/test_datasets.py | 2 +-
tests/lineage/test_lineage.py | 20 ++---
tests/models/test_dag.py | 46 +++++-----
tests/models/test_dagrun.py | 62 ++++++--------
tests/models/test_taskinstance.py | 6 +-
tests/serialization/test_dag_serialization.py | 3 +-
tests/test_utils/db.py | 10 ++-
tests/www/views/test_views_grid.py | 16 ++--
25 files changed, 219 insertions(+), 208 deletions(-)
copy airflow/{providers/amazon/aws/utils/rds.py => datasets/__init__.py} (78%)