uranusjr commented on PR #30669: URL: https://github.com/apache/airflow/pull/30669#issuecomment-1510715454
Now that we have `map_index` thatr breaks the previously one-to-one task-ti relation anyway, I wonder if it’s best if every try simply inserts a new task instance instead of mutating an existing one. Another possibility (if doing `max(try_number)` is problematic in some SQL queries) would be to add a tabke that stores each try of a task instance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
