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

Connection configuration inconsistent between source and destination #118

Open
justmisosoup opened this issue Jun 17, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@justmisosoup
Copy link
Collaborator

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

  1. Configure a Snowflake source.
  2. Configure a Snowflake destination.

Version

v0.3.0

@justmisosoup justmisosoup added the bug Something isn't working label Jun 17, 2024
@hariso hariso moved this to Triage in Conduit Main Jun 18, 2024
@hariso
Copy link

hariso commented Jun 18, 2024

I've added this manually to our Main board. We can think about configuring project automation for this repo (given that it's in our Labs org).

@lovromazgon
Copy link
Contributor

We're going to go with the connection string.

@lovromazgon lovromazgon added enhancement New feature or request and removed bug Something isn't working labels Jun 24, 2024
@lovromazgon lovromazgon changed the title Bug: Connection configuration inconsistent between source and destination Connection configuration inconsistent between source and destination Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants