File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 67
67
run : |
68
68
cd framework/dbt/basic
69
69
pip install -r requirements.txt
70
- dbt build
70
+ dbt run --debug
71
+ dbt test --debug
Original file line number Diff line number Diff line change 1
- Welcome to your new dbt project!
1
+ # dbt CrateDB Example
2
2
3
- ### Using the starter project
3
+ ## Setup
4
+ ``` shell
5
+ uv pip install -r requirements.txt
6
+ ```
7
+
8
+ ## Usage
4
9
5
10
Try running the following commands:
6
11
- ` dbt run `
7
12
- ` dbt test `
8
13
14
+ Optionally, use ` --debug ` to display executed SQL statements.
9
15
10
- ### Resources:
16
+ ## Resources
11
17
- Learn more about dbt [ in the docs] ( https://docs.getdbt.com/docs/introduction )
12
18
- Check out [ Discourse] ( https://discourse.getdbt.com/ ) for commonly asked questions and answers
13
19
- Join the [ chat] ( https://community.getdbt.com/ ) on Slack for live discussions and support
You can’t perform that action at this time.
0 commit comments