Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

DataHelm is a data engineering framework focused on:

- source ingestion orchestration
- source ingestion and orchestration
- dbt transformation workflows
- notebook-based dashboard execution
- reusable provider connectors (SharePoint, GCS, S3, BigQuery)
- optional local-LLM analytics query scaffolding
- optional local LLM analytics query scaffolding

## Core Capabilities

Expand Down Expand Up @@ -58,7 +58,7 @@ docs/
### Prerequisites

- Python 3.12+
- PostgreSQL (reachable from local environment)
- PostgreSQL (accessible from the local environment)
- Optional: Docker, local Ollama, dbt CLI

### Installation
Expand Down Expand Up @@ -147,7 +147,7 @@ Run all tests:
.venv/bin/python -m pytest -q
```

Current suite covers:
The current test suite covers:

- ingestion and handler behavior
- analytics factory and runner logic
Expand Down
Loading