-
Notifications
You must be signed in to change notification settings - Fork 590
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
SUPP: update min google-cloud-bigquery version #2304
SUPP: update min google-cloud-bigquery version #2304
Conversation
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, thanks @tswast
047eab9
to
a775306
Compare
|
Windows test failure seems unrelated to this change |
|
Yes, thanks. I'm aware, the whole CI is broken again. I'm trying to simplify things in the CI, so it breaks less, or at least is easier to fix when it breaks, but it'll take me some time. |
|
@tswast you'll have to redo this, sorry. All those requirement files do not exist anymore, now bigquery dependencies are in |
This is needed in order to set the application name in the user agent header. This feature to be added in: ibis-project#2303 Also: * Remove pin on google-api-core, now that googleapis/python-api-core#47 is closed. * Update docs/source/release/index.rst Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
a775306
to
b45e832
Compare
Done! |
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. can you add a note in the release notes
It's there, I think you checked the diff of the last commit ;) |
|
great, lgtm. |
|
Thanks @tswast |
This is needed in order to set the application name in the user agent header. This feature to be added in: ibis-project#2303 Also: * Remove pin on google-api-core, now that googleapis/python-api-core#47 is closed. * Update docs/source/release/index.rst Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
This is needed in order to set the application name in the user agent
header. This feature to be added in:
#2303
Also, removes pin on google-api-core, now that
googleapis/python-api-core#47 is closed.