BigQuery: refactor bigquery_load_*
code samples to pass parameters
to LoadJobConfig
constructor
#9907
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Related to #9596. Since
query_parameters
will be passed directly into theQueryJobConfig
constructor I assume the same should be applied to the parameters inLoadJobConfig
constructor as well. I consider that it will help to simplify and optimize the code of the request.google-cloud-python/bigquery/docs/snippets.py
Lines 678 to 681 in 38d8f2b
google-cloud-python/bigquery/docs/snippets.py
Lines 746 to 753 in 38d8f2b
Describe the solution you'd like
A clear and concise description of what you want to happen.
LoadJobConfig
snippets into thesamples
folderLoadJobConfig
constructor initialization same way as in 9495e.g.,
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
N/A
Additional context
Add any other context or screenshots about the feature request here.
N/A
The text was updated successfully, but these errors were encountered: