Skip to main content

GCS

This guide shows you how to create a Google Cloud Storage Connection in Ascend.

Prerequisites​

  • Ascend Project
  • Ascend Workspace
  • Credentials for your GCP account
    • Service Account Key: The GCP key associated with the service account you are using for the Connection.

Create a Google Cloud Storage 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_gcs`
  3. Select Google Cloud Storage 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.

Example​

Use the following YAML template for your Google Cloud Storage Connection. Customize the highlighted values with your specific Connection details:

/my_project/connections/gcs_connection.yaml
connection:
gcs:
root: <path_to_bucket>
key: ${vaults.<your_vault>.<gcs_key>}

🎉 Congratulations, you just set up a Google Cloud Storage Connection in Ascend!