Upload Sample Data

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
  1. In your S3 bucket, create a folder named data.
  2. Prepare your data file in CSV, JSON, or Parquet format with columns matching your Teradata table schema.
  3. For testing, we recommend a simple CSV file with columns: id, name, email, city.

Sample CSV Content:

Create a file named sample_data.csv with the following content:

id,name,email,city
1,John Doe,john.doe@example.com,New York
2,Jane Smith,jane.smith@example.com,Los Angeles
3,Bob Johnson,bob.johnson@example.com,Chicago
4,Alice Williams,alice.williams@example.com,Houston
5,Charlie Brown,charlie.brown@example.com,Phoenix
6,Diana Prince,diana.prince@example.com,Philadelphia
7,Eve Davis,eve.davis@example.com,San Antonio
8,Frank Miller,frank.miller@example.com,San Diego
  1. Upload the file to s3://your-bucket/data/sample_data.csv.