-
Notifications
You must be signed in to change notification settings - Fork 55
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
bigDiffy comparison between natively partitioned BigQuery tables #483
Comments
@catherinejelder my instinct is to set this up to work automatically for inputs with a the updates should be incorporated here. I believe this method is not currently tested. is that accurate? or am I missing it somewhere? just want to adhere to existing approach if there is a test for this method currently. |
After going down the rabbit hole on the previous PR, I concluded that there were too many cases to cover to allow the user to simply feed in a Much simpler is #489, adding an optional |
|
@idreeskhan can you link the merged PR and close this issue? I don't have permissions to link the PR |
Currently,
bigDiffy
does not seem to support comparing natively partitioned BigQuery tables. I ranbigDiffy
with$<partition>
-decorated BQ tables on the rhs and lhs. The$partition
argument was not retained in the arguments to the Dataflow job.The job did not read any input records (according to the job graph) and failed after 15 minutes with
NullPointerException
messages (not 100% sure if the null pointers are related to the native partitioning).FYI @catherinejelder
The text was updated successfully, but these errors were encountered: