Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Error fetching results from a BigQuery asynchronous call in 0.19.0 #2368

Copy link
Copy link

Description

@georgegiovanni
Issue body actions

Referring to the doc, calling QueryResults.fetch_data raises an exception since self.name is None:

if self.name is None:
    raise ValueError("Query not yet executed:  call 'run()'")

However, if QueryResults.run is called, an exception is also raised since self._job already exists:

if self._job is not None:
    raise ValueError("Query job is already running.")
Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

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

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.