You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new table in the DB which has a 1:1 mapping for identifier:deadline, where identifier can be a dagrun_id, task_id, etc. and a query which returns the deadlines filtered to only return the ones which have passed
If we are only storing dagrun_id and task_id in the identifier column then it's easy to infer what type of id it is from the format, but does every possible future identifier type have a name format where we can infer what it is from the pattern? Presumably not? So we likely need a type column as well just to be safe?
Determine storage method (in the DAG object or in a DB table or ??? )
The text was updated successfully, but these errors were encountered: