Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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