Error connecting Iceberg destination with Snowflake REST catalog

Summary

Error message ‘Could not connect to the Iceberg catalog with the provided configuration. Cannot invoke ‘String.startsWith(String)’ because ‘value’ is null, root cause: NullPointerException(Cannot invoke ‘String.startsWith(String)’ because ‘value’ is null)’ when using Iceberg destination with Snowflake REST catalog.


Question

Hey, I’m trying to use the Iceberg destination with a snowflake rest catalog and I’m gettting this error message
Could not connect to the Iceberg catalog with the provided configuration. Cannot invoke "String.startsWith(String)" because "value" is null, root cause: NullPointerException(Cannot invoke "String.startsWith(String)" because "value" is null)



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["iceberg-destination", "snowflake-rest-catalog", "error", "null-pointer-exception"]

is there a way for me where this exception is throws to get a better understanding what value could be null?