Skip to content

Commit

Permalink
Update airflow/providers/google/cloud/hooks/bigquery.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
  • Loading branch information
sunank200 and Lee-W committed Apr 15, 2024
1 parent eeb350f commit a3dbbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -3390,7 +3390,7 @@ async def create_job_for_partition_get(

async def cancel_job(self, job_id: str, project_id: str | None, location: str | None) -> None:
"""
Asynchronously cancel a BigQuery job.
Cancel a BigQuery job.
:param job_id: ID of the job to cancel.
:param project_id: Google Cloud Project where the job was running.
Expand Down

0 comments on commit a3dbbf2

Please sign in to comment.