added gtfs_feed_metadata
This commit is contained in:
parent
ed220222a7
commit
8fd1406c32
8 changed files with 239 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue