https://dagster.io/ logo
#random
Title
d

dwall

12/08/2020, 6:29 PM
great talk at coalesce this morning @Emily!
🎉 1
dagsir 5
a

Alf

12/08/2020, 6:30 PM
Link to video?
a

Alf

12/08/2020, 6:31 PM
Found it, thanks.
e

Emily

12/08/2020, 6:33 PM
thank you so much!! glad you could attend 🙂
d

dwall

12/08/2020, 6:39 PM
We've been considering switching over to using the
run_results.json
for our monitoring as well. Do you know if the
run_results.json
contains the dbt invocation id? Being able to link groups of nodes together within an invocation is important for our existing monitoring setup
e

Emily

12/08/2020, 6:58 PM
hmm ill look into that
d

dwall

12/08/2020, 7:00 PM
how do y'all currently group nodes together within an invocation? Im assuming that you do considering that IIRC there was a number on your looker dashboard showing you the avg total runtime (or something like that)
e

Emily

12/08/2020, 7:38 PM
ah yeah so we just have one big dbt run each morning, so its just grouped based on the timestamp/date of the overall run
d

dwall

12/08/2020, 7:42 PM
ah! okay that makes sense. thanks @Emily
e

Emily

12/08/2020, 10:42 PM
no problem! i checked run_results and i dont see any sort of ID for the run, but i could pass along that feedback to the fishtown team
d

dwall

12/08/2020, 10:44 PM
@Emily I think there are probably enough ways around it. Even just prefixing the
run_results.json
in s3 with a UUID should be enough since I think a single
run_results.json
is 1:1 with an invocation anyway. Is that your understanding as well?
👍 1
e

Emily

12/08/2020, 10:47 PM
yes im pretty sure thats the case