Skip to content

Commit

Permalink
Make the database note more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtwo authored Jan 13, 2024
1 parent 1834a81 commit 21ba2d8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions modules/ROOT/pages/dbt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,7 @@ We will now configure dbt to connect to your Vantage database. Create file `$HOM
[NOTE]
.Database setup
====
The following dbt profile points to a database called `jaffle_shop`. You can change `schema` value to point to an existing database in your Teradata Vantage instance or you can create `jaffle_shop` database:
[source, teradata-sql]
----
CREATE DATABASE jaffle_shop
AS PERMANENT = 110e6,
SPOOL = 220e6;
----
The following dbt profile points to a database called `jaffle_shop`. If the database doesn't exist on your Teradata Vantage instance, it will be created. You can also change `schema` value to point to an existing database in your instance.
====

[source, yaml, id="dbt_first_config", role="emits-gtm-events"]
Expand Down

0 comments on commit 21ba2d8

Please sign in to comment.