KoviAnusha commented on code in PR #57452:
URL: https://github.com/apache/airflow/pull/57452#discussion_r2485369178


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/assets.py:
##########
@@ -678,7 +678,7 @@ def delete_dag_asset_queued_event(
         
delete(AssetDagRunQueue).where(*where_clause).execution_options(synchronize_session="fetch")
     )
     result = session.execute(delete_statement)
-    if result.rowcount == 0:
+    if cast("Any", result).rowcount == 0:

Review Comment:
   After the conflict resolution, this is taken care of



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to