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
This appears to be impossible. A PipelineSpec dry runs the entire job. It allows us to provide test inputs that go through the processing logic and populate a test output, on which assertions are performed. However, part of the Loader.run() logic is to load events into BQ and only failures make it all the way to the failedInserts output. The consequence of this is that whenever a PipelineSpec test is run, it tries to insert data in an actual BigQuery table.
There doesn't appear to be a way to provide a mock BQ table to the PipelineSpec test.
No description provided.
The text was updated successfully, but these errors were encountered: