Skip to content

Multiple Snowflake Accounts? #2

Answered by littleK0i
BenKentzer asked this question in Q&A
Discussion options

You must be logged in to vote

Sure, you may run as many instances as you want. SnowKill is a basic Python script.

It should be relatively easy to use SQLite, if you prefer. Here is the Postgres storage class: https://github.com/littleK0i/SnowKill/blob/master/snowkill/storage/postgres_table.py

You may create your own storage class and implement only one function: store_and_remove_duplicate. It is going to be mostly copy-paste, with some minor adjustments.

No need to monkey-patch SnowKill, you may implement this class in your own code and straight up use it instead of Postgres storage.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BenKentzer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants