uranusjr commented on issue #10921: URL: https://github.com/apache/airflow/issues/10921#issuecomment-968698218
Note that `async=False` won’t work since `async` is now a keyword. Given the particular feature request here, `nowait=True` is probably a better argument name. The intention is not to actually make the operator itself work asynchronously (that’s #18999), but to _allow making asynchronous interaction with Databricks_ by not waiting for completion to end the task. -- 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]
