Skip to content

Commit 50d58bd

Browse files
committed
-> #1409
-> Move BQ to the Google cloud library (needs testing...)
1 parent b8dbf8f commit 50d58bd

File tree

3 files changed

+236
-599
lines changed

3 files changed

+236
-599
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)