You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 17:27:59 UTC

[GitHub] [airflow] dstandish commented on issue #25254: Add Task Instance Lifecycle History table

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org