Skip to content

Commit

Permalink
Give better link to job configuration docs in BigQueryInsertJobOperat…
Browse files Browse the repository at this point in the history
…or (#31736)

Link directly to job configuration docs instead of jobs resource in Google REST API docs.

Co-authored-by: eladkal <45845474+eladkal@users.noreply.github.com>
  • Loading branch information
Rafał Harabień and eladkal committed Jul 7, 2023
1 parent 8303ad1 commit 723eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/bigquery.py
Expand Up @@ -2568,7 +2568,7 @@ class BigQueryInsertJobOperator(GoogleCloudBaseOperator):
:param configuration: The configuration parameter maps directly to BigQuery's
configuration field in the job object. For more details see
https://cloud.google.com/bigquery/docs/reference/v2/jobs
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfiguration
:param job_id: The ID of the job. It will be suffixed with hash of job configuration
unless ``force_rerun`` is True.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or
Expand Down

0 comments on commit 723eb7d

Please sign in to comment.