Skip to content

Commit

Permalink
docs: database must exist before connecting (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint authored Sep 27, 2024
1 parent 6098e9d commit ea9e7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To connect MotherDuck to Fivetran, you need the following:
4. Click **Add**.
5. Select **MotherDuck** as the destination type.
6. Enter your **Authentication Token**. Refer to [MotherDuck's documentation](https://motherduck.com/docs/authenticating-to-motherduck#fetching-the-service-token) for details on how to get the authentication token.
7. Enter the **Database** name that you would like to send your data to. Note that if this database does not exist, it will be created the first time you connect to it.
7. Enter the **Database** name of an existing MotherDuck database that you would like to send your data to.
8. Click **Save and Test**.

Fivetran tests that you are able to connect to MotherDuck with the provided token.
Expand Down

0 comments on commit ea9e7c3

Please sign in to comment.