dstandish commented on issue #25254: URL: https://github.com/apache/airflow/issues/25254#issuecomment-1194387317
other options to consider... you could set up CDC on your database for this table we could add taskinstance state changes to the existing `log` table. but yeah, this would produce a _lot_ of events. would could imagine making it optional, to enable verbose state tracking for debugging purposes. but i do wonder what impact this would have on the codebase, whether it would be overly burdensome, and introduce complexity. and would it be trustworthy, e.g. if we miss a logging there.... -- 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]
