Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
akolar-db committed May 12, 2022
1 parent 177d22b commit 0a264ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airflow/providers/databricks/operators/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ class DatabricksSubmitRunOperator(BaseOperator):
:param databricks_retry_delay: Number of seconds to wait between retries (it
might be a floating point number).
:param do_xcom_push: Whether we should push run_id and run_page_url to xcom.
:param git_source: Optional specification of a remote git repository from which
supported task types are retrieved.
.. seealso::
https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsSubmit
"""

# Used in airflow.models.BaseOperator
Expand Down

0 comments on commit 0a264ad

Please sign in to comment.