subkanthi commented on a change in pull request #22027:
URL: https://github.com/apache/airflow/pull/22027#discussion_r820286890
##########
File path: airflow/executors/dask_executor.py
##########
@@ -96,7 +96,7 @@ def airflow_run():
raise AirflowException(f"Attempted to submit task to an
unavailable queue: '{queue}'")
resources = {queue: 1}
- future = self.client.submit(airflow_run, pure=False,
resources=resources)
+ future = self.client.submit(subprocess.check_call, command,
pure=False, resources=resources)
Review comment:
Related to #11451
--
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]