-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.Issues related to the googleapis/python-bigquery-dataframes API.
Description
Environment details
Python: 3.11.12 (main, Apr 9 2025, 03:49:53) [Clang 20.1.0 ]
bigframes==2.33.0
google-cloud-bigquery==3.40.0
pandas==2.3.3
pyarrow==23.0.0
Steps to reproduce
- Any
bpd.read_gbq_query(...)will print to the console a job url that has a whitespace in it.
Code example
df = bpd.read_gbq_query(MY_QUERY)results in the console showing the job url with a whitespace in it:
Starting execution.
Query started with request ID {redacted}
Query is PENDING. Job {redacted} details: https://console.cloud. google.com/bigquery?project={redacted}&j=bq:US:{redacted}&page=queryresultsMetadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.Issues related to the googleapis/python-bigquery-dataframes API.