Add an environment
Creating an environment for Google BigQuery? Read Google BigQuery environments.
- In your project, click the Environments tab. This tab lists all environments currently created.
- Click Add environment.
s can be restricted to specific projects and environments. If a is not allowed for your project or environment, it will not appear in the Runner drop-down. For more information, read Restricting s.
Snowflake
Prerequisites
Before configuring a Snowflake connection, you will need:- A Snowflake role with the privileges required to set up this connection. For more information, read Snowflake role privileges.
- For key-pair authentication, the private key of a key pair. For more information, read Using Snowflake key-pair authentication.
- A Snowflake programmatic access token (PAT) for PAT authentication. For more information, read Snowflake programmatic access token authentication.
- For Hybrid SaaS solutions, permission to create and edit secrets in AWS Secrets Manager, Azure Key Vault, or (for a Matillion for Snowflake) your Snowflake secrets schema. For more information, read Using Snowflake key-pair authentication.
Specify credentials
Use the reference tables below to set up your environment connection to your cloud data platform. If you’re using a Full SaaS deployment, credentials such as passwords and private keys are stored directly as strings. However, if you’re using a Hybrid SaaS deployment with your own Maia runner via AWS or Azure, credentials such as passwords and private keys are only retrieved via references to secrets created in either AWS Secrets Manager or Azure Key Vault.Key-pair
We recommend using key-pair authentication to set up your connection to Snowflake, because Snowflake has announced plans to block single-factor password authentication by November 2025. For more information, read our Tech note. Refer to this table if you’re using Snowflake key-pair authentication.If you’re using a Matillion for Snowflake, create the environment before creating the secrets that hold your private key and passphrase. The Private key secret name and Passphrase secret name drop-downs only list secrets that already exist for this environment, so they show no results if you try to create the secrets first. Create the environment, then read Secrets in Matillion for Snowflake to add the secrets, and edit the environment afterward to select them.
If your private key has been shared, the format may have been altered. To correct this, run the following command to validate and convert the key to the correct format:
Password
Refer to this table if you’re using your Snowflake password to authenticate to Snowflake.Programmatic access token
An alternative authentication option is to use a Snowflake programmatic access token (PAT). To use this option, follow the instructions for Password authentication, above, using your PAT as the password. For more details of this authentication option, read Snowflake programmatic access token authentication.Select defaults
Default session parameters
You can set session parameters to change the behavior of the Snowflake connection. An example of this would be setting theQUOTED_IDENTIFIERS_IGNORE_CASE parameter to determine whether the case of letters in double-quoted object identifiers is preserved.
Setting default session parameters when you create an environment is optional, and should only be done if you need to change the default behavior of the Snowflake connection.
To set default session parameters for the environment:
- In the Default session parameters field, click the cog icon to open the Configure Session Parameters dialog.
- Enter a name and value for each required parameter.
- Click Save to close the dialog.
Databricks
Specify credentials
Use the reference tables below to set up your environment connection to your cloud data platform. If you’re using a Full SaaS deployment, credentials such as passwords and private keys are stored directly as strings. However, if you’re using a Hybrid SaaS deployment with your own Maia runner via AWS or Azure, credentials such as passwords and private keys are only retrieved via references to secrets created in either AWS Secrets Manager or Azure Key Vault.Select defaults
Amazon Redshift
Specify credentials
Use the reference tables below to set up your environment connection to your cloud data platform. If you’re using a Full SaaS deployment, credentials such as passwords and private keys are stored directly as strings. However, if you’re using a Hybrid SaaS deployment with your own Maia runner via AWS or Azure, credentials such as passwords and private keys are only retrieved via references to secrets created in either AWS Secrets Manager or Azure Key Vault.Ensure the IAM user has appropriate permissions to read from and write to the specified S3 bucket. At a minimum, the user should have:
s3:GetObjects3:PutObjects3:ListBucket
- Use the cloud credentials assigned to the you specified when creating this environment.
- Enter different cloud credentials. This will override the IAM role belonging to the you specified.
Select defaults
If you use a Matillion Full SaaS solution, the cloud credentials associated with your environment will be used to access the S3 bucket.If you use a Hybrid SaaS solution, your new environment will inherit the Maia runner’s execution role (service account role) to access the default S3 bucket specified here.To overwrite this role, associate different cloud credentials with this environment after you have finished creating it. You can create these credentials before or after creating the environment.
Associate cloud provider credentials with an environment
Each environment in your project should have at least one set of cloud credentials associated with it. This allows you to access account resources on different platforms other than that hosting your project. For example, if your project is on AWS and you want to access resources in Azure, you need to associate your Azure cloud credentials with the environment. Credentials are configured at the project level and apply to selected environments within the project. They can then be used by any pipelines that use those environments. To create cloud credentials, read Cloud provider credentials. To associate cloud credentials with an environment:- Click the three dots … in the row of the environment you want to update.
- Click Associate credentials.
- In the Associate cloud credentials dialog, select credentials from the Azure credentials, AWS credentials, or GCP credentials drop-downs as required.
- Click Associate.
Manage environments
To view your environments:- From the Your projects menu, select your project.
- Navigate to the Environments tab.
Use the Search field to filter environments by name. Click the column headers to sort your environments by name, default , cloud data warehouse account name, or credential type. To navigate between pages of results, use the Previous and Next buttons or select a page number.
View environment defaults
To view the default settings configured for an environment:- Click the three dots … in the row of the environment.
- Click View environment defaults.
Edit an environment
- Click the three dots … in the row of the environment you want to edit.
- Click Edit environment.
- On the second screen, use the Allow inherit project defaults toggle to manage how the environment handles variable values. By default, this setting is enabled, and the environment will inherit the project-level default values.
If you disable this toggle, the environment will not inherit project-level defaults. You must manually provide a default value for each variable within the environment to ensure pipelines function successfully across different environments.
Edit user access
You must have the Owner project role to edit user access for an environment. For more information, read Project roles.
- Click the three dots … in the row of the environment you want to update.
- Click Edit user access.
- Use the Search field to find a specific user by name or email address.
- For each user, select an access level from the Access drop-down.
- Click Save.
Edit API access
You must have the Super Admin account role to manage API credentials. For more information, read Account roles.
- Click the three dots … in the row of the environment you want to update.
- Click Edit API access.
- Use the Search field to find a specific API credential by name or client ID.
- For each API credential, select an access level from the Access drop-down.
- Click Save.
Delete an environment
Before you delete an environment, you must:- Disable any active schedules that run pipelines in this environment.
- Change the default environment of any branches that currently use this environment as their default. For more information, read Branches.
- Click the three dots … in the row of the environment you want to delete.
- Click Delete environment.
- In the confirmation dialog, enter the name of the environment you want to delete.
- Click Delete environment.
