Skip to content

Commit

Permalink
Update docstring LivyOperator retry_args and deferrable docs (#39266)
Browse files Browse the repository at this point in the history
  • Loading branch information
boraberke committed Apr 27, 2024
1 parent c946fc3 commit 04caa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/apache/livy/operators/livy.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class LivyOperator(BaseOperator):
depends on the option that's being modified.
:param extra_headers: A dictionary of headers passed to the HTTP request to livy.
:param retry_args: Arguments which define the retry behaviour.
See Tenacity documentation at https://github.com/jd/tenacity
:param deferrable: Run operator in the deferrable mode
See Tenacity documentation at https://github.com/jd/tenacity
"""

template_fields: Sequence[str] = ("spark_params",)
Expand Down

0 comments on commit 04caa6e

Please sign in to comment.