amoghrajesh opened a new issue, #67228:
URL: https://github.com/apache/airflow/issues/67228

   Ref: https://github.com/apache/airflow/pull/66859#discussion_r3270160482
   
   What i think:
   I was under the impression that "task states" only need to be cleared for 
clear_on_success because those are bound to tasks and asset states are 
intentionally not cleared on task success, server-side or worker-side cos asset 
state is designed to persist across task runs (e.g. watermarks, file counts 
that accumulate), so clearing it on success would not be beneficial by default. 
If there's a case for clearing asset state on success in the future, it should 
be a separate opt-in config (e.g. [state_store] clear_asset_state_on_success) 
as per me.
   
   cc @kaxil 


-- 
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]

Reply via email to