fix parent project in BigQueryToParquet#2530
Merged
liferoad merged 1 commit intoGoogleCloudPlatform:mainfrom Jul 12, 2025
Merged
fix parent project in BigQueryToParquet#2530liferoad merged 1 commit intoGoogleCloudPlatform:mainfrom
liferoad merged 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
…change as BQIO is following same logic, it was strange that for schema pulling, pipeline is using dataset's project, while for reading it is following options. now it will be aligned.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2530 +/- ##
============================================
- Coverage 49.87% 49.61% -0.26%
- Complexity 4729 4813 +84
============================================
Files 931 942 +11
Lines 56525 57755 +1230
Branches 6134 6242 +108
============================================
+ Hits 28193 28658 +465
- Misses 26315 27052 +737
- Partials 2017 2045 +28
🚀 New features to boost your workflow:
|
Contributor
Author
|
@liferoad would you be able to review? thank you |
liferoad
approved these changes
Jul 12, 2025
MnkyGns
pushed a commit
to MnkyGns/DataflowTemplates
that referenced
this pull request
Feb 12, 2026
…change as BQIO is following same logic, it was strange that for schema pulling, pipeline is using dataset's project, while for reading it is following options. now it will be aligned. (GoogleCloudPlatform#2530)
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fix parent project in BigQueryToParquet - this should be transparent change as BQIO is following same logic, it was strange that for schema pulling, pipeline is using dataset's project, while for reading it is following options. now it will be aligned.
#2489