> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Username and password

> Connect Snowflake to Paradime using a service user's Snowflake username and password for the Code IDE, Bolt, and Agent environments.

Connect Snowflake to Paradime using a Snowflake username and password. Set **Target** to match the environment you are configuring (`dev`, `prod`, or `dinoai`).

<Note>
  **Available in:** Code IDE, Bolt, and Agent environments.
</Note>

<Info>
  Field access levels apply only to the **Code IDE** environment: an `Admin` sets workspace-level fields, and each developer sets their own user-level fields. In the Bolt and Agent environments, an `Admin` sets all fields.
</Info>

## Field details

| Field        | Description                                                                                                                                   | Example                     |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| Profile Name | The profile name set in your `dbt_project.yml`. See more [here](https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles). | **`dbt-snowflake`**         |
| Target       | The target name used to identify the connection. See more [here](https://docs.getdbt.com/reference/dbt-jinja-functions/target).               | **`dev`**                   |
| Account      | The Snowflake account to connect to, as per [Snowflake's documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier).   | **`vj71689.eu-west-2.aws`** |
| Role         | The role to assume when running queries as the specified user.                                                                                | **`transformer`**           |
| Database     | The name of your Snowflake database.                                                                                                          | **`analytics`**             |
| Warehouse    | The virtual warehouse to use for running queries.                                                                                             | **`transforming`**          |
| Username     | The username of the user.                                                                                                                     | **`john_user`**             |
| Password     | The password set for the user.                                                                                                                | **`password_xyz`**          |
| Schema       | The default schema used to build dbt™ objects at runtime.                                                                                     | **`dbt_john`**              |
| Threads      | The number of threads used in this connection. See more [here](https://docs.getdbt.com/docs/running-a-dbt-project/using-threads).             | **`8`**                     |


## Related topics

- [Username and password](/integrations/redshift/username-and-password.md)
- [Snowflake cost connection](/integrations/snowflake/cost-connection.md)
- [Dremio](/integrations/dremio.md)
- [Microsoft Fabric](/integrations/microsoft-fabric.md)
- [Redshift](/integrations/redshift/index.md)
