You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The current implementation appears to allow connections to only one database via the function for example vn.connect_to_snowflake(account='my-account', username='my-username', password='my-password', database='my-database')
Therefore, performing a join operation between multiple tables across two different databases seems impossible.
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be nice to have ability to connect to multiple database.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The current implementation appears to allow connections to only one database via the function for example
vn.connect_to_snowflake(account='my-account', username='my-username', password='my-password', database='my-database')
Therefore, performing a join operation between multiple tables across two different databases seems impossible.
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be nice to have ability to connect to multiple database.
The text was updated successfully, but these errors were encountered: