You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: