potiuk commented on code in PR #36502:
URL: https://github.com/apache/airflow/pull/36502#discussion_r1438714482


##########
airflow/jobs/backfill_job_runner.py:
##########
@@ -264,16 +264,46 @@ def _manage_executor_state(
         :return: An iterable of expanded TaskInstance per MappedTask
         """
         executor = self.job.executor
+        # list of tuples (dag_id, task_id, execution_date, map_index) of 
running tasks in executor
+        buffered_events = list(executor.get_event_buffer().items())
+        if session.get_bind().dialect.name == "mssql":
+            # SQL Server doesn't support multiple column subqueries

Review Comment:
   Echhh.... :( ...... Few months.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to