fix: linting and ci issues
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user