-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
The prepare_data.sh file runs the following commands:
# loading shipping data into table stage
snow object stage copy ./app/data/shipping_data.csv @%MFG_SHIPPING --database NATIVE_APP_QUICKSTART_DB --schema NATIVE_APP_QUICKSTART_SCHEMA
# loading orders data into table stage
snow object stage copy ./app/data/order_data.csv @%MFG_ORDERS --database NATIVE_APP_QUICKSTART_DB --schema NATIVE_APP_QUICKSTART_SCHEMA
# loading site recovery data into table stage
snow object stage copy ./app/data/site_recovery_data.csv @%MFG_SITE_RECOVERY --database NATIVE_APP_QUICKSTART_DB --schema NATIVE_APP_QUICKSTART_SCHEMA
However the commands
should be snow stage copy... and are properly referenced as this in the instructions. Manual updates are required on part of the user to get the prepare script to work properly.
Metadata
Metadata
Assignees
Labels
No labels