ephraimbuddy commented on code in PR #27828:
URL: https://github.com/apache/airflow/pull/27828#discussion_r1032138383


##########
airflow/jobs/scheduler_job.py:
##########
@@ -1614,4 +1612,4 @@ def _orphan_unreferenced_datasets(self, session: Session 
= NEW_SESSION) -> None:
         )
         for dataset in orphaned_dataset_query:
             self.log.info("Orphaning unreferenced dataset '%s'", dataset.uri)
-            dataset.is_orphaned = True
+            dataset.is_orphaned = True_()

Review Comment:
   ```suggestion
               dataset.is_orphaned = expression.true()
   ```



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