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

@ -21,6 +21,7 @@ run_launcher:
- DAGSTER_POSTGRES_USER
- DAGSTER_POSTGRES_PASSWORD
- DAGSTER_POSTGRES_DB
- MOBILITY_DB_REFRESH_TOKEN
network: dagster
container_kwargs:
volumes: # Make docker client accessible to any launched containers as well
@ -28,6 +29,11 @@ run_launcher:
- /tmp/io_manager_storage:/tmp/io_manager_storage
- /home/ben/code/gtfs-dagster/data:/opt/dagster/app/data
auto_materialize:
enabled: true
run_tags:
source: auto-materialize
run_storage:
module: dagster_postgres.run_storage
class: PostgresRunStorage