This is an automated email from the ASF dual-hosted git repository.

phanikumv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 08efc32fd1 Fix celery command deprecation message with right version 
(#37926)
     add 832d2f561a Add the dataset_expression as part of DagModel and 
DAGDetailSchema (#37826)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/schemas/dag_schema.py        |   1 +
 ...36_2_9_0_add_dataset_expression_in_dagmodel.py} |  29 +-
 airflow/models/dag.py                              |  20 ++
 docs/apache-airflow/img/airflow_erd.sha256         |   2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 361 +++++++++++----------
 tests/api_connexion/endpoints/test_dag_endpoint.py |  86 +++++
 tests/api_connexion/schemas/test_dag_schema.py     |  57 ++++
 tests/models/test_dag.py                           |  37 +++
 8 files changed, 401 insertions(+), 192 deletions(-)
 copy 
airflow/migrations/versions/{0094_2_2_3_add_has_import_errors_column_to_dagmodel.py
 => 0136_2_9_0_add_dataset_expression_in_dagmodel.py} (62%)

Reply via email to