kosiew commented on code in PR #68017: URL: https://github.com/apache/airflow/pull/68017#discussion_r3519291531
########## providers/databricks/docs/operators/submit_run.rst: ########## @@ -166,3 +166,41 @@ DatabricksSubmitRunDeferrableOperator Deferrable version of the :class:`~airflow.providers.databricks.operators.DatabricksSubmitRunOperator` operator. It allows to utilize Airflow workers more effectively using `new functionality introduced in Airflow 2.2.0 <https://airflow.apache.org/docs/apache-airflow/2.2.0/concepts/deferring.html#triggering-deferral>`_ + +.. _howto/operator:DatabricksSubmitRunDeferrableOperator:retry-args: + +Retry args in deferrable mode +----------------------------- + +When ``deferrable=True``, the ``databricks_retry_args`` dictionary is serialized across the Review Comment: Implemented in `run_now.rst`; also mirrored in `submit_run.rst`. -- 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]
