This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Conversation
tswast
commented
May 28, 2024
| @@ -1432,9 +1433,7 @@ def square_num(x): | |||
|
|
|||
|
|
|||
| def test_remote_function_via_session_vpc_invalid(session): | |||
Contributor
Author
There was a problem hiding this comment.
TODO: Might be better to replace this test with a unit test where we verify that we're actually sending VPC info in the relevant requests.
Contributor
Author
There was a problem hiding this comment.
Removed this test, as it's redundant with the check here:
TrevorBergeron
approved these changes
May 28, 2024
We already check the VPC is added to the Cloud Function metadata here: https://github.com/googleapis/python-bigquery-dataframes/blob/72e95834f8755760f3529d38f340703f3b971f0a/tests/system/large/test_remote_function.py#L1426
Contributor
Author
|
Filed internal issue 343447415 to investigate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 #<issue_number_goes_here> 🦕