-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: ensure "bigframes-api"
label is always set on jobs, even if the API is unknown
#722
Conversation
…he API is unknown
@@ -1777,12 +1783,6 @@ def _prepare_query_job_config( | |||
bigframes.options.compute.maximum_bytes_billed | |||
) | |||
|
|||
current_labels = job_config.labels if job_config.labels else {} |
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.
Moved to bigframes.session._io.bigquery.create_job_configs_labels
Sorry, something went wrong.
All reactions
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.
LGTM
Sorry, something went wrong.
All reactions
Failure is in
I'll try a re-run of the presubmit tests. |
All reactions
Sorry, something went wrong.
chelsea-lin
Genesis929
Successfully merging this pull request may close these issues.
None yet
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes internal issue 336521938
🦕