Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hardeybisey committed Dec 19, 2024
1 parent a16df9a commit fe641e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,8 @@ class DatabricksTaskBaseOperator(BaseOperator, ABC):
:param caller: The name of the caller operator to be used in the logs.
:param databricks_conn_id: The name of the Airflow connection to use.
:param databricks_task_key: An optional task_key used to refer to the task by Databricks API. By
default this will be set to the hash of ``dag_id + task_id``.
:param databricks_retry_args: An optional dictionary with arguments passed to ``tenacity.Retrying`` class.
:param databricks_retry_delay: Number of seconds to wait between retries.
:param databricks_retry_limit: Amount of times to retry if the Databricks backend is unreachable.
Expand Down

0 comments on commit fe641e4

Please sign in to comment.