Docs lack guidance about choosing job_name parameter #3826
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Many methods on
google.cloud.bigquery.client.Client
take ajob_name
as their parameter but there's no guidance in the docs about what thejob_name
should be.Investigation suggests it needs to be unique, and this is confirmed under the "Generating a job ID" section of this page (which I found through Googling). That page also suggests using eg Python's
uuid.uuid4()
.Could some advice about choosing
job_name
be added to https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery/client.html?And better, although it'd be a backwards-incompatible change, could
job_name
be an optional parameter that's generated automatically by BQ?The text was updated successfully, but these errors were encountered: