Skip to content

Commit 723eb7d

Browse files
RafaΕ‚ HarabieΕ„eladkal
andauthored
Give better link to job configuration docs in BigQueryInsertJobOperator (#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>
1 parent 8303ad1 commit 723eb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žairflow/providers/google/cloud/operators/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@ class BigQueryInsertJobOperator(GoogleCloudBaseOperator):
25682568
25692569
:param configuration: The configuration parameter maps directly to BigQuery's
25702570
configuration field in the job object. For more details see
2571-
https://cloud.google.com/bigquery/docs/reference/v2/jobs
2571+
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfiguration
25722572
:param job_id: The ID of the job. It will be suffixed with hash of job configuration
25732573
unless ``force_rerun`` is True.
25742574
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or

0 commit comments

Comments
 (0)