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

Some connection property did not work #21

Closed
howryu opened this issue Mar 5, 2018 · 2 comments
Closed

Some connection property did not work #21

howryu opened this issue Mar 5, 2018 · 2 comments
Assignees
Milestone

Comments

@howryu
Copy link
Contributor

howryu commented Mar 5, 2018

Attempting to use the ACCOUNT= connection string parameter WITHOUT a HOST= parameter will fail due to an invalid string formatter being used (%s instead of {0}
).

Even fixing the string formatter issue with the ACCOUNT= the standard URL that is built does not work and returns a 403 when we attempt to login. Explicitly setting the HOST= to: zp51084.us-east-1.snowflakecomputing.com allows us to login.
The ROLE=, DB=, SCHEMA=, WAREHOUSE= connection string parameters do not seem to work, even setting a WAREHOUSE= parameter we still need to execute a USE WAREHOUSE statement when the connection opens otherwise a warehouse will not be chosen.

@howryu howryu changed the title Some connection string did not work Some connection property did not work Mar 5, 2018
@howryu
Copy link
Contributor Author

howryu commented Mar 5, 2018

One known issue is that region property is not implemented.

@howryu
Copy link
Contributor Author

howryu commented Jun 21, 2018

Fixed in #45 #44

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

No branches or pull requests

1 participant