added asset to read agency_list.csv and add it to table in gtfs.duckdb
This commit is contained in:
parent
7791d034ae
commit
2b47a45b8f
9 changed files with 44 additions and 4 deletions
|
|
@ -6,13 +6,13 @@ FROM python:3.10-slim
|
|||
RUN pip install \
|
||||
dagster \
|
||||
dagster-postgres \
|
||||
dagster-docker
|
||||
dagster-docker \
|
||||
dagster-duckdb \
|
||||
pandas
|
||||
|
||||
WORKDIR /opt/dagster/app
|
||||
COPY user_code/gtfs /opt/dagster/app
|
||||
|
||||
COPY definitions.py /opt/dagster/app
|
||||
|
||||
# Run dagster gRPC server on port 4000
|
||||
|
||||
EXPOSE 4000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue