Skip to content

Commit 89fc4c8

Browse files
committed
Merge branch 'idc-test' of https://github.com/ImagingDataCommons/IDC-Common into idc-prod-sp
2 parents 6789418 + 26b9839 commit 89fc4c8

File tree

5 files changed

+570
-629
lines changed

5 files changed

+570
-629
lines changed

google_helpers/bigquery/abstract.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ def __init__(self):
2929
def _streaming_insert(self, rows):
3030
pass
3131

32-
@abstractmethod
33-
def _build_request_body_from_rows(self, rows):
34-
pass
35-
3632
@abstractmethod
3733
def _confirm_table_schema(self):
3834
pass

0 commit comments

Comments
 (0)