Snowpark Migration Accelerator: Using¶
Description¶
The USING command in Spark specifies which file format should be used when creating a table. Common formats include CSV, JSON, and AVRO. For more detailed information about the Create Table USING command, refer to the Databricks documentation.
Syntax¶
Sample source patterns¶
The USING data source statement is not supported in Snowflake. During migration, this statement will be commented out and marked with an Error, Warning, and Issue (EWI) message indicating that it is unsupported.
Sample data¶
Known Issues¶
Snowflake does not support the USING data source clause in SQL statements.