added gtfs_feed_metadata

This commit is contained in:
Ben Varick 2025-11-06 12:31:17 -08:00
parent ed220222a7
commit 8fd1406c32
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
8 changed files with 239 additions and 7 deletions

View file

@ -8,7 +8,8 @@ RUN pip install \
dagster-postgres \
dagster-docker \
dagster-duckdb \
pandas
pandas \
requests
WORKDIR /opt/dagster/app
COPY user_code/gtfs /opt/dagster/app
@ -17,4 +18,4 @@ COPY user_code/gtfs /opt/dagster/app
EXPOSE 4000
CMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "4000", "-f", "definitions.py"]
CMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "4000", "-f", "definitions.py"]