Skip to content

Commit 052f330

Browse files
committed
dbt: Update README and CI configuration
1 parent 14cb5fd commit 052f330

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/framework-dbt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ jobs:
6767
run: |
6868
cd framework/dbt/basic
6969
pip install -r requirements.txt
70-
dbt build
70+
dbt run --debug
71+
dbt test --debug

framework/dbt/basic/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
Welcome to your new dbt project!
1+
# dbt CrateDB Example
22

3-
### Using the starter project
3+
## Setup
4+
```shell
5+
uv pip install -r requirements.txt
6+
```
7+
8+
## Usage
49

510
Try running the following commands:
611
- `dbt run`
712
- `dbt test`
813

14+
Optionally, use `--debug` to display executed SQL statements.
915

10-
### Resources:
16+
## Resources
1117
- Learn more about dbt [in the docs](https://docs.getdbt.com/docs/introduction)
1218
- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers
1319
- Join the [chat](https://community.getdbt.com/) on Slack for live discussions and support

0 commit comments

Comments
 (0)