Skip to content

Commit ce2ffda

Browse files
authored
Create CONTRIBUTING.md
1 parent 391c7d6 commit ce2ffda

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing
2+
3+
## Running locally
4+
1. `docker compose up -d`
5+
2. Run the queries:
6+
- `docker exec -i sql_analytics_lab_db psql -U postgres -d analytics < queries/01_dimensional_metrics.sql`
7+
- `docker exec -i sql_analytics_lab_db psql -U postgres -d analytics < queries/02_data_quality_checks.sql`
8+
- `docker exec -i sql_analytics_lab_db psql -U postgres -d analytics < queries/03_performance_notes.sql`
9+
10+
## Expectations
11+
- Keep SQL readable (CTEs, clear naming, comments for intent).
12+
- If you change query outputs, update the matching file in `expected_results/`.
13+
- CI must stay green.

0 commit comments

Comments
 (0)