diff --git a/airflow/providers/google/cloud/hooks/bigquery.py b/airflow/providers/google/cloud/hooks/bigquery.py index a5ffb159698563..027a9af0ab413b 100644 --- a/airflow/providers/google/cloud/hooks/bigquery.py +++ b/airflow/providers/google/cloud/hooks/bigquery.py @@ -3391,7 +3391,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.