Istvan Darvas
12/10/2020, 4:57 PMalex
12/10/2020, 5:05 PMdagit
? Especially if you are watching an execution, we are subscribed to the events db to pick up whats happeningIstvan Darvas
12/10/2020, 5:06 PMalex
12/10/2020, 5:25 PMIstvan Darvas
12/10/2020, 5:26 PM# ==================================================================================================
# Run Launcher
# ==================================================================================================
# Component that determines where runs are executed.
run_launcher:
module: dagster.core.launcher
class: DefaultRunLauncher
# ==================================================================================================
# Run Storage
# ==================================================================================================
# Controls how the history of runs is persisted. Can be set to SqliteRunStorage (default) or
# PostgresRunStorage.
run_storage:
module: dagster_postgres.run_storage
class: PostgresRunStorage
config:
postgres_db:
username:
env: DAGSTER_PG_USERNAME
password:
env: DAGSTER_PG_PASSWORD
hostname:
env: DAGSTER_PG_HOST
db_name:
env: DAGSTER_PG_DB
port: 5432
alex
12/10/2020, 5:29 PMIstvan Darvas
12/10/2020, 5:32 PMalex
12/10/2020, 5:32 PMIstvan Darvas
12/10/2020, 5:33 PMalex
12/10/2020, 5:36 PMIstvan Darvas
12/10/2020, 5:36 PMalex
12/10/2020, 5:37 PMIstvan Darvas
12/10/2020, 5:38 PMalex
12/10/2020, 5:40 PMIstvan Darvas
12/10/2020, 5:40 PMalex
12/11/2020, 4:28 PMIstvan Darvas
12/11/2020, 5:48 PMalex
12/11/2020, 5:49 PMIstvan Darvas
12/11/2020, 5:49 PM