Skip to main content
uses data pipelines to extract your data from diverse data sources and load that data into your chosen cloud data platform (warehouse). Therefore, before you run your data pipelines, you need a connection to a suitable cloud data platform account. These connections are housed in projects. currently supports Snowflake, Databricks, and Amazon Redshift. When you create a project, you’re setting up a workspace in that will group the following resources:
  • Branches for version control and collaborative working.
  • Environment connections to your cloud data platform.
  • Secret definitions to reference secrets such as passwords, API keys, and so on.
  • Cloud credentials to connect to objects and services on AWS, Azure, and GCP.
  • OAuth connections to access your data at third-party services such as Facebook, Salesforce, and so on.
  • Schedules to run your pipelines at your preferred intervals.
  • Access permissions for your project for other members in your organization.

Create a project

When you create a project, set the following details in the corresponding fields:
  • A Project name.
  • An optional Description of your project.
  • The Data platform you wish to connect to.
Click Continue.

Select a project configuration

Select how you want your project to be configured:
  • Matillion managed
  • Advanced settings
For the purpose of this guide, select Matillion managed. Matillion will set up and manage the following infrastructure:
  • Git repository
  • Secrets
  • Agents
Select Advanced settings if you want to configure and set up a third-party Git repository or deploy a Hybrid SaaS agent. For more information about project settings, read Projects.
Click Continue.

Create an environment

Enter an environment name. Click Continue. From this point forward, use the tabs below to follow instructions specific to your cloud data platform.

Specify data warehouse credentials

ParameterDescription
AccountEnter your Snowflake account name and region (part of the URL you use to log in to Snowflake). Uses the format [accountName].[region_id].
UsernameYour Snowflake username.
PasswordFor Full SaaS deployment model only. Your Snowflake password.
Click Continue.

Select data warehouse defaults

PropertyDescription
Default roleThe default Snowflake role for this environment connection. Read Overview of Access Control to learn more.
Default warehouseThe default Snowflake warehouse for this environment connection. Read Overview of Warehouses to learn more.
Default databaseThe default Snowflake database for this environment connection. Read Database, Schema, and Share DDL to learn more.
Default schemaThe default Snowflake schema for this environment connection. Read Database, Schema, and Share DDL to learn more.
Click Finish to create your project. You can now add a branch and begin building data pipelines in .