Skip to content

Commit

Permalink
Fix 'polling_interval' parameter docs in LivyOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuslatrova committed Apr 12, 2024
1 parent 7bba05d commit a9dfc17
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 @@ -55,7 +55,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 a9dfc17

Please sign in to comment.