Skip to content

Commit

Permalink
Update typeMap (#2790)
Browse files Browse the repository at this point in the history
Update typeMap
  • Loading branch information
Yasirmod17 authored Apr 18, 2024
1 parent 268ff39 commit a151ef7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ function <<access.private>> meta::external::function::activator::snowflakeApp::
{
[
pair(Integer, 'number'),
pair(Float, 'number'),
pair(Float, 'FLOAT'),
pair(Number, 'number'),
pair(String, 'VARCHAR'),
pair(Date, 'date'),
pair(DateTime, 'timestamp'),
pair(StrictDate, 'date'),
pair(Boolean, 'boolean')
]->newMap()
}
}

0 comments on commit a151ef7

Please sign in to comment.