External Formats
Data is able to read and write data stored in other commonly used data formats, called external formats or external data.
There are three orthogonal concepts for external formats.
- The data storage format (such as CSV or Parquet). The various formats provide different options, such as which character to use as the separator in CSV files. See External Formats.
- The external file storage location (on the local file system, on S3) and corresponding options, such as the credentials for connecting to S3. See External Locations.
- The actions to take on the external data. For example, there are multiple syntactic options to read external data or write data.