adinamarca commented on issue #40045:
URL: https://github.com/apache/airflow/issues/40045#issuecomment-2905478211

   > I was unable to replicate this on `main`. A few theories which might 
explain the issues here:
   > 
   > * You will need to update the `max_templated_field_length` setting on your 
executors in order for it to take effect. Setting it on only the webserver 
won't change anything since the rendered fields are saved at execution time in 
the RTIF table.
   > * Changing this setting will not un-truncate the rendered templates for 
tasks which already ran, since the templates are only rendered once (at 
execution time), so only tasks run _after_ the setting has been changed will 
reflect the larger value of `max_templated_field_length`.
   > 
   > Do either of these explain the issues you've been seeing?
   
   Does this affect only stored metadata in UI/Database but not task instance 
itself? I mean, it does not impact the actual execution of tasks or result in 
data loss within the task instances themselves? Thanks


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