pierrejeambrun commented on code in PR #30397:
URL: https://github.com/apache/airflow/pull/30397#discussion_r1154752961
##########
docs/apache-airflow-providers-apache-livy/operators.rst:
##########
@@ -34,6 +34,15 @@ This operator wraps the Apache Livy batch REST API, allowing
to submit a Spark a
:start-after: [START create_livy]
:end-before: [END create_livy]
+You can also run this operator in deferrable mode by setting the parameter
``deferrable`` to True.
+This will lead to efficient utilization of Airflow workers as polling for job
status happens on
+the triggerer. Note that this will need triggerer to be available on your
Airflow deployment.
Review Comment:
```suggestion
the triggerer asynchronously. Note that this will need triggerer to be
available on your Airflow deployment.
```
--
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]