Skip to content

Commit

Permalink
add float64 for biguery conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas committed Sep 9, 2021
1 parent f108c42 commit 1d7da46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt2looker/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'INT64': 'number',
'INTEGER': 'number',
'FLOAT': 'number',
'FLOAT64': 'number',
'NUMERIC': 'number',
'BOOLEAN': 'yesno',
'STRING': 'string',
Expand Down

0 comments on commit 1d7da46

Please sign in to comment.