Lucas Hosoya
12/09/2021, 2:16 PMAnna Geller
Lucas Hosoya
12/09/2021, 2:36 PMAnna Geller
query {
flow_run {
logs {
flow_run_id
id
object_id
object_table
created
info
level
message
timestamp
is_audit_log
name
task_run_id
}
}
}
But this would be probably cumbersome.
The easiest way to approach this would be to backup logs on your execution layer. E.g. if you use a Kubernetes agent on AWS EKS, you could set up a mechanism to store all logs for all pods in CloudWatch.Lucas Hosoya
12/09/2021, 2:39 PMAnna Geller