-
Notifications
You must be signed in to change notification settings - Fork 49
fix: use table clone instead of system time for read_gbq_table
#109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5530aaf
to
42c70f5
Compare
bigframes/session/_io/bigquery.py
Outdated
""" | ||
) | ||
job_config = bigquery.QueryJobConfig() | ||
job_config.labels = {"bigframes-api": api_name} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add "source": "bigquery-dataframes-temp" as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do! FYI: That label is for internal issue 296779699. The original request was to either add it to the job that created the table or the table itself. Wouldn't hurt to do both.
BEGIN_COMMIT_OVERRIDE
chore(reverted): use table clone instead of system time for read_gbq_table
END_COMMIT_OVERRIDE
Towards internal issue 301645192 to have lower-cost default ordering.
Blocked by internal issue 305235665
Closes internal issue 301459572