rewrite parsing of deals

This commit is contained in:
2025-07-26 16:28:26 +02:00
parent 8a80adcd27
commit fb2e90d47d
11 changed files with 238 additions and 114 deletions

View File

@@ -10,7 +10,7 @@ RUN uv pip install -r requirements.txt --system
RUN uv pip install polars-lts-cpu --system
ARG APP
ENV PYTHONPATH=/apps/$APP/src/
ENV PYTHONPATH=/apps/$APP/src/:/shared/src/
WORKDIR /opt/dagster/home
# Run dagster gRPC server on port 4000