> For the complete documentation index, see [llms.txt](https://docs.espresso.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.espresso.ai/snowflake-optimizer/proxy-onboarding/proxy-onboarding-dbt-cloud-1.md).

# dbt Core

You can connect to Snowflake through a custom domain using the `host` parameter in `profiles.yaml`:

```yaml
my_project:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: myorg-myaccount
      host: $account.espressocomputing.com
      user: <user>
      # ...
```

Each project can be configured to use its own profile if needed.

See the [dbt docs](https://docs.getdbt.com/docs/platform/connect-data-platform/connect-snowflake?version=2.0\&name=Fusion#custom-domain-url) for more information.
