Linking Snowflake as a source

Last updated:

|Edit this page

The data warehouse can link to data in Snowflake.

Start by going to the Data pipeline page and the sources tab and clicking New source. Choose Snowflake and enter the following data:

  • Account identifier: Likely a combination of your organization and the name of the account (e.g. myorg-account123). You can find this in the sidebar account selector or by executing the CURRENT_ACCOUNT_NAME and CURRENT_ORGANIZATION_NAME functions in SQL.
  • Database: Like tasty_bytes_sample_data
  • Warehouse: Like compute_wh
  • User: Your username like IANVPH
  • Password: The password for your user
  • Role (optional): The role with necessary privelges to access your context like accountadmin.
  • Schema: The schema for your database like RAW_POS. If it isn't working, trying using all caps.
  • Table Prefix: The optional prefix for your tables in PostHog. For example, if your table name ended up being menu, a prefix of snow_prod_ would create a table in PostHog called snow_prod_menu.
Snowflake details

Once added, click Next, select the tables you want to sync, as well as the sync method, and then press Import.

Once done, you can now query your new table using the table name.

Snowflake details

Questions?

Was this page useful?

Next article

Linking Vitally as a source

The Vitally connector can link accounts, conversations, notes, tasks, and more to PostHog. To link Vitally: Go to the sources tab of the data pipeline section in PostHog. Click + New source and then click Link next to Vitally. Next, you need a secret token from Vitally. To start, click on your account logo in the top left, then Settings . Next, under Operations , select Integrations . Choose Vitally REST API , enable the integration with the toggle, and copy the secret token. Back in…

Read next article