sqls icon indicating copy to clipboard operation
sqls copied to clipboard

Add support for Snowflake go driver

Open mbarton98 opened this issue 4 years ago • 4 comments
trafficstars

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

mbarton98 avatar Feb 05 '21 21:02 mbarton98

@mbarton98 https://github.com/lighttiger2505/sqls/pull/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.

lighttiger2505 avatar Feb 06 '21 07:02 lighttiger2505

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.

mbarton98 avatar Feb 06 '21 17:02 mbarton98

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

rolandtritsch avatar Jan 12 '24 11:01 rolandtritsch