fix: linting and ci issues

This commit is contained in:
Stijnvandenbroek
2026-03-04 10:17:20 +00:00
parent 0a0f9d711b
commit 5f23d02fcb
7 changed files with 22 additions and 22 deletions

View File

@@ -1,17 +1,17 @@
# data-platform
A [Dagster](https://dagster.io/) + [dbt](https://www.getdbt.com/) data platform,
managed with [uv](https://github.com/astral-sh/uv) and deployed via Docker Compose.
A [Dagster](https://dagster.io/) + [dbt](https://www.getdbt.com/) data platform, managed with
[uv](https://github.com/astral-sh/uv) and deployed via Docker Compose.
## Stack
| Layer | Tool |
|---|---|
| Orchestration | Dagster (webserver + daemon) |
| Transformation | dbt-core + dbt-postgres |
| Storage | PostgreSQL 16 |
| Package/venv | uv |
| Secrets | `.env` file |
| Layer | Tool |
| -------------- | ---------------------------- |
| Orchestration | Dagster (webserver + daemon) |
| Transformation | dbt-core + dbt-postgres |
| Storage | PostgreSQL 16 |
| Package/venv | uv |
| Secrets | `.env` file |
## Project layout
@@ -60,4 +60,4 @@ source .venv/bin/activate
# Run the Dagster UI locally
DAGSTER_HOME=$PWD/dagster_home dagster dev
```
```