Skip to content

Bug: BigQuery: Need a way to set JobId... #1257

Closed
@lesv

Description

@lesv

There doesn't appear to be a way to set the JobId, making cancel(String JobiD) challenging.

Looking at Python L35, The query Job takes a JobId. There doesn't appear to be a similar method for Java. ;(

    client = bigquery.Client()
    query_job = client.run_async_query(str(uuid.uuid4()), query)
    query_job.use_legacy_sql = False
    query_job.begin()

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions