snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
65 stars 51 forks source link

OAuth error: "Missing user in config file" #781

Open ozac opened 1 month ago

ozac commented 1 month ago

Connecting to Snowpipe Streaming using OAuth, I receive this error: net.snowflake.ingest.utils.SFException: Missing user in config file

A workaround is to provide some dummy value as user in the configuration.

Why does OAuth expect a user in configuration?