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

Snowflake loader: region and account configuration fields should be optional #947

Closed
istreeter opened this issue Jun 23, 2022 · 0 comments
Closed
Milestone

Comments

@istreeter
Copy link
Contributor

Currently there are two alternative ways to configure the Snowflake storage target. Either:

  1. Provide a jdbcHost, which explicitly sets the hostname
  2. ...or provide a account and snowflakeRegion. From these two fields we can derive the hostname.

The problem is, account and snowflakeRegion are currently required fields. So the user needs to set them even if when they provide a jdbcHost. It doesn't make sense, because account and snowflakeRegion should be ignored if jdbcHost is given.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant