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
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
Change a field in the destination connector
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered:
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.
Environment
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 outpassword
. and now thepassword
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
Steps to Reproduce
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: