Skip to content

Commit

Permalink
GBICSGO-1600: adds missing func
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanTolunayKilicOG committed Jan 17, 2024
1 parent 33eb32c commit c8364ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/processor/schedule_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ type testBigQueryClient struct {
fGetTableErr error
}

func (t *testBigQueryClient) DeleteExtractJob(ctxIn context.Context, extractJobID string, location string) error {
panic("implement me")
}

func (t *testBigQueryClient) GetDatasets(context.Context, string) ([]string, error) {
panic("implement me")
}
Expand Down

0 comments on commit c8364ea

Please sign in to comment.