Skip to content

Commit

Permalink
fix: remove debug condition
Browse files Browse the repository at this point in the history
  • Loading branch information
daoleno committed Dec 19, 2023
1 parent 5c47469 commit 94bae04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bq-syncer/sync_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ def map_bq_type_to_python(bq_type):


def sync_table(table_item, index, total_tables):
if table_item.table_id != "profile_metadata":
return

last_timestamp = 0
table_id = table_item.table_id
table_ref = dataset_ref.table(table_id)
Expand Down

0 comments on commit 94bae04

Please sign in to comment.