Skip to content

Commit

Permalink
fix: add missing alias for valid types (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx authored Jul 10, 2024
1 parent ae90be2 commit 7195951
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/bigquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +1012,19 @@ export class BigQuery extends Service {
'TIMESTAMP',
'BYTES',
'NUMERIC',
'DECIMAL',
'BIGNUMERIC',
'BIGDECIMAL',
'BOOL',
'INT64',
'INT',
'SMALLINT',
'INTEGER',
'BIGINT',
'TINYINT',
'BYTEINT',
'FLOAT64',
'FLOAT',
'STRING',
'GEOGRAPHY',
'ARRAY',
Expand Down

0 comments on commit 7195951

Please sign in to comment.