Python Snowflake Connector Absent with Positron Ver. 2025.10.0? #9954
-
|
Hi folks! First-time commenter but big fan of Positron and this community of users. One of my most-anticipated Positron features has been Snowflake support into the Connections pane, so I was excited to update to Ver. 2025.10.0 (see #8580 at Changelog). Yet clicking on the "New Connection" button still only shows these three options: I was hesitant to report this as a bug since I might well be missing something obvious, so I wanted to source the community first. Has anyone else updated to the latest installation but isn't seeing explicit Snowflake support? Many thanks! Here's my "About" info for reference:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi @rewinter799 Thanks for reaching out! We are still missing the UI to create new connections with snowflake. However, connections created within the Python session should be inspectable by running Eg: Or by clicking the small database icon in the connections pane. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for this report, @rewinter799! 🙌
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you @juliasilge and @dfalbel! Daniel's fix works perfectly. But I'm never one to complain about a curated UI, so I'm grateful for the new ticket and will stay tuned! |
Beta Was this translation helpful? Give feedback.

Hi @rewinter799
Thanks for reaching out!
We are still missing the UI to create new connections with snowflake. However, connections created within the Python session should be inspectable by running
%connection_show conEg:
Or by clicking the small database icon in the connections pane.