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

Add support for Snowflake go driver #44

Open
mbarton98 opened this issue Feb 5, 2021 · 4 comments
Open

Add support for Snowflake go driver #44

mbarton98 opened this issue Feb 5, 2021 · 4 comments

Comments

@mbarton98
Copy link

Is your feature request related to a problem? Please describe.
I was looking to get some autocomplete functionality when editing SQL in Emacs with lsp-mode.

I can run lsp mode and it connects to sqls and shows my configured connection string. I get a snowflake driver not found.

Describe the solution you'd like
I was looking to get some autocomplete functionality when editing SQL in Emacs with lsp-mode.

Describe alternatives you've considered
not using lsp-mode

Additional context
https://pkg.go.dev/github.com/snowflakedb/gosnowflake

@lighttiger2505
Copy link
Collaborator

lighttiger2505 commented Feb 6, 2021

@mbarton98 #24

There are a number of reasons for this, but the main problem is that it can be difficult to maintain. Especially with products like Snowflake, BigQuery and Athena, for which I can't easily set up a test environment, I can't make sure that the code is correct. This is critical for me to maintain.

@mbarton98
Copy link
Author

I understand. I might try looking at the code and see If I can figure it out and get it working in my Snowflake environment. If I happen to get it to work and can commit to support it, then I will let you know.

@rolandtritsch
Copy link

Hi All. Was just wondering, if there is a solution to this problem? Would love/like to connect sqls to snowflake!

@detailedghost
Copy link

bump, this would be great to have

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

4 participants