You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/15 09:29:44 UTC

[GitHub] [airflow] uranusjr commented on issue #10921: Asynchronous run for DatabricksRunNowOperator

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

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