Skip to content

Commit

Permalink
Temporarily disable task_fail pre-upgrade duplicates check (#22839)
Browse files Browse the repository at this point in the history
I am reworking it to actually move the rows but for now we can disable it.

GitOrigin-RevId: 57884f93ddd769687adbd72fbdba3d7b334b796e
  • Loading branch information
dstandish authored and Cloud Composer Team committed Sep 12, 2024
1 parent 1ac320d commit b076e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/utils/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ def _check_migration_errors(session: Session = NEW_SESSION) -> Iterable[str]:
:rtype: list[str]
"""
check_functions: Tuple[Callable[..., Iterable[str]], ...] = (
check_task_fail_for_duplicates,
# todo: check task fail for duplicates
check_conn_id_duplicates,
check_conn_type_null,
check_run_id_null,
Expand Down

0 comments on commit b076e0d

Please sign in to comment.