Skip to content

Commit

Permalink
Snowflake loader: Specify file format in the load statement (close #957)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Jul 1, 2022
1 parent 8a8e891 commit 7ac4350
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ object Snowflake {
|FROM (
| SELECT $frSelectColumns FROM $frPath
|)
|FILE_FORMAT = (TYPE = JSON TIMESTAMP_FORMAT = 'YYYY-MM-DD HH24:MI:SS.FF')
|$frOnError""".stripMargin
}
case Statement.ShreddedCopy(_, _) =>
Expand Down

0 comments on commit 7ac4350

Please sign in to comment.