Skip to content

Commit

Permalink
dbt: Update documentation. Naming things.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 23, 2024
1 parent ec7cb91 commit 90bb5b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion framework/dbt/basic/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# dbt CrateDB Example
# dbt CrateDB basic example

## What's Inside
A basic model materialization using the `table` strategy.

## Setup
```shell
Expand Down
4 changes: 2 additions & 2 deletions framework/dbt/basic/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Name your project! Project names should contain only lowercase characters
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'dbt_cratedb_example'
name: 'testdrive_basic'
version: '1.0.0'
config-version: 2

Expand Down Expand Up @@ -31,7 +31,7 @@ clean-targets: # directories to be removed by `dbt clean`
# directory as views. These settings can be overridden in the individual model
# files using the `{{ config(...) }}` macro.
models:
dbt_cratedb_example:
testdrive_basic:
# Config indicated by + and applies to all files under models/example/
example:
+materialized: view

0 comments on commit 90bb5b2

Please sign in to comment.