Tutorials: Bulk load data¶
The following tutorials provide examples and step-by-step instructions you can follow as you learn to bulk load data into Snowflake:
Note
These tutorials show you how to load data into a table by using the COPY INTO <table> command. For information about other options for loading data, see Overview of data loading.
- Bulk load from a local file system using COPY
Describes how to bulk load data from files in your local file system into a table.
- Bulk load from Amazon S3 using COPY
Describes how to bulk load data from files in an existing Amazon Simple Storage Service (Amazon S3) bucket into a table.