Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

It is not possible to set the success parameter when running a BigQueryOperation job #208

Closed
jswarburton opened this issue Nov 12, 2019 · 1 comment

Comments

@jswarburton
Copy link
Contributor

When using the BiqQueryOperator to trigger a BigQuery load job one has to set the success parameter on the BigQueryOperation. It is not possible to set this field and without it set a NullPointerException is thrown when running the job.

This is not caught by the tests as the success method is package private, so can be called in the tests but cannot be called externally.

https://github.com/spotify/flo/blob/master/contrib/flo-bigquery/src/main/java/com/spotify/flo/contrib/bigquery/BigQueryOperation.java

@jswarburton
Copy link
Contributor Author

jswarburton commented Aug 10, 2020

Fixed by #210

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant