Nacki
Nacki
WWindmill
Created by Nacki on 12/31/2023 in #help
Python script parameter types confusion
Given a script parameter like this: "input_files: List[S3Object]" where S3Object comes from the "wmill" package, the parameter is set as an "object" in the windmill ui, but is an array of a type. Trying to follow "https://www.windmill.dev/docs/script_editor/customize_ui", the UI on the script editor on app.windmill.dev is completely different with the "Customize" button not existing, but rather "Diff, Settings, Save Draft, Deploy" are the visible options. Under settings, there is a "Generated UI" tab and a customize option below, but it's also completely different than what is shown in the docs. How do I make wmill python script parameters respect the type set in the UI?
4 replies