-
Notifications
You must be signed in to change notification settings - Fork 6
/
dagster.yaml
46 lines (38 loc) · 874 Bytes
/
dagster.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
run_launcher:
module: dagster.core.launcher
class: DefaultRunLauncher
run_coordinator:
module: dagster.core.run_coordinator
class: DefaultRunCoordinator
storage:
sqlite:
base_dir:
env: ANOMSTACK_DAGSTER_SQLITE_STORAGE_BASE_DIR
compute_logs:
module: dagster.core.storage.local_compute_log_manager
class: LocalComputeLogManager
config:
base_dir:
env: ANOMSTACK_DAGSTER_LOCAL_COMPUTE_LOG_MANAGER_DIRECTORY
local_artifact_storage:
module: dagster.core.storage.root
class: LocalArtifactStorage
config:
base_dir:
env: ANOMSTACK_DAGSTER_LOCAL_ARTIFACT_STORAGE_DIR
retention:
schedule:
purge_after_days: 7
sensor:
purge_after_days:
skipped: 7
failure: 7
success: 7
#schedules:
# use_threads: true
# num_workers: 8
#sensors:
# use_threads: true
# num_workers: 4
telemetry:
enabled: true