Open
Description
Describe the bug
Getting following error on call to download_s3_parquet_file_as_csv
Err: Csv error: Nested type List(Field { name: "element", data_type: Int64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }) is not supported in CSV
To reproduce
Parquet file with list data in columns.
A file can be provided if needed.
Expected behavior
Should create csv with lists converted to comma separated values in the respective columns
Screenshots
Browser information
Chrom 131.0.6778.87
Application version
Windmill EE v1.421.0
Additional Context
No response