Skip to content

Commit

Permalink
fix(ingest/bigquery): Adding missing BigQuery types (datahub-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored Jul 19, 2024
1 parent c30f4c7 commit 91e8001
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ class BigQuerySchemaGenerator:
"BIGINT": NumberType,
"TINYINT": NumberType,
"BYTEINT": NumberType,
"BIGNUMERIC": NumberType,
"NUMERIC": NumberType,
"DECIMAL": NumberType,
"BIGDECIMAL": NumberType,
"FLOAT64": NumberType,
"RANGE": NullType,
"STRING": StringType,
"TIME": TimeType,
"TIMESTAMP": TimeType,
Expand Down

0 comments on commit 91e8001

Please sign in to comment.