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

UI Bug - Unable to update snowflake destination credentials #12121

Closed
danieldiamond opened this issue Apr 19, 2022 · 2 comments
Closed

UI Bug - Unable to update snowflake destination credentials #12121

danieldiamond opened this issue Apr 19, 2022 · 2 comments
Labels
community type/bug Something isn't working

Comments

@danieldiamond
Copy link
Contributor

Environment

  • Airbyte version: 0.36.0-alpha (and also 0.34.XX)
  • OS Version / Instance: AWS EC2
  • Deployment: Docker
  • Source Connector and version:
  • Destination Connector and version: Snowflake (0.4.24)
  • Severity: Critical
  • Step where error happened: Update connector

Current Behavior

Unable to update any fields in snowflake destination. The save changes and test button is greyed out when changing fields.

Additionally, when using the API to update various fields, I included username but left out password. and now the password field in the UI is permanently gone. Even when providing complete list of fields in the API request afterwards.

Expected Behavior

I should be able to update the destination connector

Logs

If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.

LOG

replace this with
your long log
output here

Steps to Reproduce

  1. Change a field in the destination connector

Are you willing to submit a PR?

No

@marcosmarxm
Copy link
Member

The #11093 changed the specification of the Snowflake connector. @danieldiamond you must insert the password inside the credentials object now. In the UI you must resubmit your password to make the changes.

@danieldiamond
Copy link
Contributor Author

Issue was resulting in not having a password specified in the UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants