Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix the docstring for Dataproc get_job method (#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Nov 13, 2019
1 parent 0a08cd3 commit 44a8c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/dataproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def get_job(
metadata: Optional[Sequence[Tuple[str, str]]] = None,
) -> Job:
"""
Submits a job to a cluster.
Gets the resource representation for a job in a project.
:param job_id: Id of the Dataproc job
:type job_id: str
Expand Down

0 comments on commit 44a8c37

Please sign in to comment.