Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/adbc/driver/snowflake: Without the account name we can't establishing a connection with the server #1344

Closed
ryan-syed opened this issue Dec 5, 2023 · 2 comments

Comments

@ryan-syed
Copy link
Contributor

In ODBC while connecting to a Snowflake server, we need to provide the server name, warehouse name and authentication details. However, in case of ADBC it fails and throws an exception saying the account name is empty.

Apache.Arrow.Adbc.AdbcException : [Snowflake] 260000: account is empty

@zeroshade
Copy link
Member

This is reported by the underlying Snowflake Go connector. It would need to be addressed there.

@ryan-syed
Copy link
Contributor Author

Closing this as it will be addressed in the connector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants