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
lovromazgon
changed the title
Bug: Connection configuration inconsistent between source and destination
Connection configuration inconsistent between source and destination
Jun 24, 2024
Bug description
Configuration between Snowflake Source and Destination are different.
For example, Source requires a
connection
string which contains any of the following formats:user:password@my_organization-my_account/dbname/schemaname
username[:password]@hostname:port/dbname/schemaname
However, Destination requires all of the following as separate configurations:
username
password
host
database
schema
We should pick one or the other. With respect to the current configuration patterns used by other connectors, a
connection
string makes sense.Steps to reproduce
Version
v0.3.0
The text was updated successfully, but these errors were encountered: