Skip to main content

Sample Connection

curriculum

If you're working on this page as part of the Ascend Curriculum, click here to navigate back.

Learn how to create Connections in Ascend to bring your data into the platform.

Prerequisites

S3 sample data connection

This example uses s3://ascend-io-sample-data-read/ as the bucket root.

Create an S3 Connection

From your Workspace Super Graph view, follow these steps:

  1. Create a Connection by either:
    • Clicking the + button next to Connections in the left Build panel
    • add-connection
    • Right-clicking in the Super Graph and selecting Create Connection
    • menu
  2. Enter a descriptive name like read_sample_s3
  3. Select S3 from the available options
  4. Fill in the required fields (and any optional fields as needed)
  5. Click Save at the bottom to create your Connection
  6. form

For complete configuration options, see our Connection reference guide.

Click Test Read Connection at the bottom of the form to verify that your Connection works properly.

Example

connections/read_sample_s3.yaml
connection:
s3:
root: s3://ascend-io-sample-data-read/

🎉 Congratulations, you just set up an S3 Connection in Ascend!