Skip to content

Commit 0c4dc9a

Browse files
committed
Update eirgrid.yaml to switch database to SQLite and modify alert methods
1 parent 823bf02 commit 0c4dc9a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
metric_batch: "eirgrid"
2-
db: "bigquery"
3-
table_key: "andrewm4894.metrics.metrics"
4-
model_path: "gs://andrewm4894-tmp/models"
2+
db: "sqlite"
3+
table_key: "metrics"
54
ingest_cron_schedule: "*/120 * * * *"
65
train_cron_schedule: "*/360 * * * *"
76
score_cron_schedule: "*/130 * * * *"
@@ -10,7 +9,7 @@ change_cron_schedule: "*/140 * * * *"
109
llmalert_cron_schedule: "*/140 * * * *"
1110
plot_cron_schedule: "*/140 * * * *"
1211
alert_always: False
13-
alert_methods: "email"
12+
alert_methods: "email,slack"
1413
disable_llmalert: False
1514
ingest_fn: >
1615
{% include "./examples/eirgrid/eirgrid.py" %}

0 commit comments

Comments
 (0)