Skip to content

Commit

Permalink
Fix 'polling_interval' parameter docs in LivyOperator (#38979)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuslatrova authored Apr 13, 2024
1 parent 7dee832 commit 6de420a
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 @@ -56,7 +56,7 @@ class LivyOperator(BaseOperator):
:param proxy_user: user to impersonate when running the job. (templated)
:param livy_conn_id: reference to a pre-defined Livy Connection.
:param livy_conn_auth_type: The auth type for the Livy Connection.
:param polling_interval: time in seconds between polling for job completion. Don't poll for values >=0
:param polling_interval: time in seconds between polling for job completion. Don't poll for values <= 0
:param extra_options: A dictionary of options, where key is string and value
depends on the option that's being modified.
:param extra_headers: A dictionary of headers passed to the HTTP request to livy.
Expand Down

0 comments on commit 6de420a

Please sign in to comment.