We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf45ee commit 73f5911Copy full SHA for 73f5911
README.md
@@ -135,14 +135,8 @@ OPTIONS (
135
);
136
```
137
### 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
+
+models/ ├── chronic_conditions_summary.sql ├── claims_status_summary.sql ├── high_claim_patients.sql ├── patient_demographics.sql ├── health_anomalies.sql ├── sources.yml └── schema.yml
146
### 4.6 Testing & Documentation
147
- Added `schema.yml` for column-level tests (`not_null`, `unique`)
148
- Used `dbt test`, `dbt docs generate`, `dbt docs serve`
0 commit comments