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

Connector for Snowflake #1116

Open
superbeagle opened this issue Sep 7, 2023 · 2 comments
Open

Connector for Snowflake #1116

superbeagle opened this issue Sep 7, 2023 · 2 comments
Labels
kind:enhancement New feature or request

Comments

@superbeagle
Copy link

Is your feature request related to a problem? Please describe.

Many financial institutions have been asking for integration with Snowflake:

https://www.snowflake.com/en/

Describe the solution you'd like

Inbound and Outbound connectors for Snowflake. From my understanding it works in a similar way to a database interaction

Describe alternatives you've considered

Maybe I'll give it a go and try building one myself :)

Additional context

Add any other context or screenshots about the feature request here.

@superbeagle superbeagle added the kind:enhancement New feature or request label Sep 7, 2023
@bastiankoerber
Copy link

@superbeagle do you have any use case in mind?
I had document in the past to support the following API;:

Supported Operations:
Create stage
Delete warehouse
List table columns DDL
Update table
Update warehouse
Create database
Create schema
Create table
Create warehouse
Custom query
Delete database
Delete files from stage
API Reference:
https://docs.snowflake.com/en/developer-guide/develop-apps-extensions

@superbeagle
Copy link
Author

Right, from my understanding it works very much like a database. A number of folks have been asking for it but nothing more specific than 'We'd like to be able to connect to Snowflake'. The above list should do the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants