Skip to content

Commit

Permalink
remove unused code about csv_files_to_load (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmriego authored Dec 2, 2021
1 parent 48a7700 commit 12ca448
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions target_bigquery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def persist_lines(config, lines) -> None:
key_properties = {}
validators = {}
records_to_load = {}
csv_files_to_load = {}
row_count = {}
stream_to_sync = {}
total_row_count = {}
Expand Down Expand Up @@ -197,8 +196,6 @@ def persist_lines(config, lines) -> None:

row_count[stream] = 0
total_row_count[stream] = 0
with NamedTemporaryFile(mode='w+b') as fh:
csv_files_to_load[stream] = fh

elif t == 'ACTIVATE_VERSION':
LOGGER.debug('ACTIVATE_VERSION message')
Expand Down

0 comments on commit 12ca448

Please sign in to comment.