Using
Who is USING who?
Description
USING command in spark create table is to indicate the file format to use for the table. For example CSV, JSON, AVRO, etc. You can find more information about Create table USING here.
Syntax
Sample source patterns
USING data source is not supported in snowflake so in migration this statement will be comment and indicated with an EWI that is not supported
Sample data
Known Issues
Snowflake does not support USING data source.
Related EWIs
SNOWFLAKE DOES NOT SUPPORT USING STATEMENT.
Last updated