andrewgodwin commented on a change in pull request #15389:
URL: https://github.com/apache/airflow/pull/15389#discussion_r639924906



##########
File path: airflow/models/dag.py
##########
@@ -1223,7 +1244,7 @@ def clear(
                     include_subdags=include_subdags,
                     include_parentdag=False,
                     dag_run_state=dag_run_state,
-                    get_tis=True,
+                    get_ti_keys=True,

Review comment:
       Yup, the JSON column meant the UNIONs no longer worked, since UNION 
compares every single field in the query for equality.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to