shohamy7 commented on PR #35639: URL: https://github.com/apache/airflow/pull/35639#issuecomment-1861823921
Hi! @hussein-awala I am interested in this PR, so I will try to help :) I encountered the problem with returning list from define in the past, it seems like it's not possible as define `helpers` only returns strings. Maybe you can workaround this issue by converting the list to and from json as suggested in the following SO issue: https://stackoverflow.com/questions/77438391/return-a-list-variable-from-a-helm-helper-function It seems a bit hacky but it does the trick. Let me know what you think! -- 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]
