pierrejeambrun commented on code in PR #61878:
URL: https://github.com/apache/airflow/pull/61878#discussion_r2841095435


##########
airflow-core/src/airflow/utils/helpers.py:
##########
@@ -50,6 +50,55 @@
 S = TypeVar("S")
 
 
+def _truncate_rendered_value(rendered: str, max_length: int) -> str:

Review Comment:
   Also we might need to put that into the shared library. Not sure the 
execution_time/task_runner.py should import from airflow/utils.



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