Skip to content

Commit

Permalink
Adding two more missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Jul 19, 2024
1 parent e8a8d9d commit f4ed14b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class BigQuerySchemaGenerator:
"BYTEINT": NumberType,
"BIGNUMERIC": NumberType,
"NUMERIC": NumberType,
"DECIMAL": NumberType,
"BIGDECIMAL": NumberType,
"FLOAT64": NumberType,
"RANGE": NullType,
"STRING": StringType,
Expand Down

0 comments on commit f4ed14b

Please sign in to comment.