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 9aa330909ba AIP-83: Restore Uniqueness Constraint on Logical Date,
Make It Nullable (#46295)
add 39d5c55a462 Handle null logical date in CLI commands (#46407)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_config.py | 2 +-
.../cli/commands/remote_commands/dag_command.py | 36 +++++++------
.../cli/commands/remote_commands/task_command.py | 62 +++-------------------
airflow/cli/utils.py | 54 +++++++++++++++++--
.../commands/remote_commands/test_dag_command.py | 2 +
.../commands/remote_commands/test_task_command.py | 20 +++----
6 files changed, 88 insertions(+), 88 deletions(-)