Skip to content

Commit 73f5911

Browse files
authored
Update README.md
1 parent aaf45ee commit 73f5911

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,8 @@ OPTIONS (
135135
);
136136
```
137137
### 4.5 DBT Modeling
138-
models/
139-
├── chronic_conditions_summary.sql
140-
├── claims_status_summary.sql
141-
├── high_claim_patients.sql
142-
├── patient_demographics.sql
143-
├── health_anomalies.sql
144-
├── sources.yml
145-
└── schema.yml
138+
139+
models/ ├── chronic_conditions_summary.sql ├── claims_status_summary.sql ├── high_claim_patients.sql ├── patient_demographics.sql ├── health_anomalies.sql ├── sources.yml └── schema.yml
146140
### 4.6 Testing & Documentation
147141
- Added `schema.yml` for column-level tests (`not_null`, `unique`)
148142
- Used `dbt test`, `dbt docs generate`, `dbt docs serve`

0 commit comments

Comments
 (0)