Skip to content

Commit

Permalink
Changing ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
seanglynn-thrive committed Apr 20, 2022
1 parent 5016f3c commit 5e03a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_bigquery/db_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def column_type_avro(name, schema_property):
elif property_format == 'date-time':
result_type = {
'type': 'long',
'logicalType': 'timestamp-millis'}
'logicalType': 'timestamp-micros'}
elif property_format == 'time':
result_type = {
'type': 'int',
Expand Down

0 comments on commit 5e03a9f

Please sign in to comment.