Sam Debruyn

Cloud Data Solution Architect

Specialized in Microsoft Azure, Fabric & modern data stack. Microsoft Data Platform MVP. dbt Community Award. Public speaker & meetup organizer. OSS contributor.

Sam Debruyn

Connecting Neon with dbt Cloud

4 minutes

If you’re looking to build a simple, serverless data stack, then you might have considered the amazing combo of dbt Cloud with Neon.

Neon is a fully managed cloud offering with serverless PostgreSQL databases. They separate storage and compute, which makes it easy to scale and manage your data. If your data is not “big”, then Neon is a great choice.

dbt Cloud is a cloud-based service for running dbt. It’s a great way to run dbt without having to manage infrastructure. It features a user-friendly IDE, scheduling, and monitoring.

They form a perfect pair 🍐:

This is also what we use internally at Dataroots for our own data warehouse.

However, connecting Neon with dbt Cloud is not as straightforward as it might seem. In this post, I’ll show you how to set up a connection between Neon and dbt Cloud.

DALL-E was quite persistent in writing dbt uppercase, blame the AI 😅

DALL-E was quite persistent in writing dbt uppercase, blame the AI 😅

  1. Sign in to dbt Cloud .
  2. Create a new project (if you’re on the free tier, then this is your only project).

dbt Cloud new project

  1. Give your project a name.

  2. Select PostgreSQL as the type of database.

dbt Cloud select Postgres

  1. When dbt Cloud asks you to Configure your environment, scroll to the bottom and click Skip for now. If you are on the Neon Scale plan, then take note of the IP addresses here and add them to your Neon IP Allow rules.

dbt Cloud skip environment

  1. Configure the git repository for your project.

The initial setup is now completed, but we haven’t connected our Neon database yet.

dbt Cloud overview

  1. For some reason, there is no continue button now. Click on the ⚙️ icon and select Account settings.

dbt Cloud account settings

  1. Go to your projects, select the project you just created, and click on Configure Connection.

dbt Cloud configure connection

  1. Make sure to select PostgreSQL again as the type of database as dbt Cloud does not seem to remember this. Then scroll down and fill in the hostname and the name of your database of your Neon database. The port should be 5432. The hostname can be found in your Neon dashboard. Save your settings using the Save button.

Neon connection details

  1. Now click the Deploy button in the top navigation bar and select Environment.

Deploy dropdown

  1. Click the Create environment button, give your environment the name Development and select Development as the type of environment. Put the following text in the Attributes field: sslmode: require. Save using the Save button.

Development environment

  1. Go back to the Deploy dropdown and select Environments again, then click on Create environment again to create a second environment. This time, name it Production and select Deployment as the type of environment. This screen also asks you for the credentials to your database. These will be used to build the dbt models in the production environment. Fill in the username as you created it in Neon.

⚠️ The password you received from Neon has to be prefixed with endpoint=<endpoint_id>; The endpoint ID is the part of the hostname you filled in earlier until the first dot. So in the example hostname ep-lucky-credit-a2i4suok.eu-central-1.aws.neon.tech, the endpoint ID is ep-lucky-credit-a2i4suok. The password should look like this: endpoint=ep-lucky-credit-a2i4suok;your-password.

Password with endpoint ID

If you click the Test Connection button, you should see a success message.

Finally, choose and enter a schema for your production environment and put the following text in the Attributes field: sslmode: require. Save using the Save button. Repeat this process to create more environments as you see fit (e.g. Staging, Testing, …).

  1. Now, click the Develop item in the top navigation bar and select Cloud IDE. dbt Cloud will prompt you to enter your development credentials. These are the credentials used by your personal account to connect to the database. You could reuse the deployment credentials, but it’s best practice to use separate credentials for development. Click Configure credentials to continue and Edit to add your credentials.

Cloud IDE

Configure credentials

  1. Just as before in step 12, fill in the username and schema as usual, but prefix your password with the endpoint ID. Click Save to store your credentials.

Development credentials

  1. You can now click the Develop button again to go the Cloud IDE and get started writing your dbt models! 🎉

You might also like

If you liked this article, follow me on LinkedIn or other social media to stay up-to-date with my latest posts. You might also like the following 2 posts about related topics:

Belgium dbt Meetup 5

1 minutes

Event details I organized the fifth edition of the Belgium dbt Meetup . The meetup was hosted by Digital Hive in Hasselt.

SQL Resurgence - Unleashing Data Potential with dbt on Databricks

1 minutes

Event details I spoke at the Databricks meetup on how you can use dbt with SQL on Databricks to unleash the full potential of your data. The event was held at Cegeka in Antwerp, Belgium. Speakers: Sam Debruyn (tech lead data & cloud @ dataroots) Fabrice Deseyn (data architect & team lead @ Cegeka)