Skip to content

Commit 9cc819a

Browse files
authored
Merge pull request #418 from ImagingDataCommons/idc-prod-sp
Release 48 / v22
2 parents 6789418 + 89fc4c8 commit 9cc819a

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)