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 fe28902 Add docker-compose explanation to conn localhost (#19076)
add ee4fb07 Allow Param to support a default value of ``None`` (#19034)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 14 ++++++++
airflow/models/dag.py | 4 +--
airflow/models/param.py | 39 +++++++++++++++++-----
airflow/serialization/serialized_objects.py | 18 +++-------
tests/api_connexion/endpoints/test_dag_endpoint.py | 6 ++--
.../api_connexion/endpoints/test_task_endpoint.py | 6 ++--
tests/api_connexion/schemas/test_dag_schema.py | 2 +-
tests/api_connexion/schemas/test_task_schema.py | 2 +-
tests/models/test_dag.py | 16 +++++++++
tests/models/test_param.py | 31 +++++++++++++++--
tests/serialization/test_dag_serialization.py | 17 ++++++++++
11 files changed, 119 insertions(+), 36 deletions(-)