This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 8dc9541 Task should fail immediately when pod is unprocessable
(#19359)
new 36c7308 Check if job object is None before calling .is_alive()
(#19380)
new 75f1d2a Add missing parameter documentation for "timetable" (#19282)
new 157a864 Fix serialization of Params with set data type (#19267)
new ea0c4bd Fix task instance modal in gantt view (#19258)
new d478f93 Fix moving of dangling TaskInstance rows for SQL Server
(#19425)
new 3e8782a Fix Serialization when``relativedelta`` is passed as
``schedule_interval`` (#19418)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/cli/commands/standalone_command.py | 5 +-
airflow/models/dag.py | 3 ++
airflow/models/param.py | 4 +-
airflow/serialization/schema.json | 22 +++++++-
airflow/serialization/serialized_objects.py | 50 ++++++++++++-----
airflow/timetables/interval.py | 5 +-
airflow/utils/db.py | 78 ++++++++++++++++++++-------
airflow/www/views.py | 2 +
tests/serialization/test_dag_serialization.py | 72 ++++++++++++++++++++++---
tests/timetables/test_interval_timetable.py | 66 +++++++++++++++++++++--
10 files changed, 260 insertions(+), 47 deletions(-)