awslabs / aws-glue-libs

AWS Glue Libraries are additions and enhancements to Spark for ETL operations.
Other
635 stars 299 forks source link

Snowflake read table throwing error : create_dynamic_frame from_options not working for connection_type snowflake #203

Open sasidharan-rathinam opened 6 months ago

sasidharan-rathinam commented 6 months ago

Hi Team,

I have tried reading snowflake table from Glue 4.0 docker container but its throwing below error

An error occurred while calling o109.getDynamicFrame. : java.lang.UnsupportedOperationException: empty.reduceLeft

Docker Image: amazon/aws-glue-libs:glue_libs_4.0.0_image_01

image
SylexHakkoda commented 2 months ago

Did u figure this out?