Test Drive Scenario
Here is a sample scenario to test out the Wrangler in your environment
%%sql
CREATE TABLE Sales_Orders_Sample (
Customer_Name STRING,
Company STRING,
Order_Date DATE,
Order_No STRING,
Part_Classification STRING,
Part_Name STRING,
Qty INT,
Price STRING,
Address STRING,
City STRING,
State STRING,
ZipCode STRING,
Phone STRING,
Notes STRING
) USING DELTA;Last updated
Was this helpful?
