-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Issue in adding tables for Redshift #336
Issue in adding tables for Redshift #336
Comments
+1 @shahneil88 - I believe it masks the password with Xs and uses the mask as the password when you test the connection. Just replace the Xs with your actual password and try "Test Connection" again. As for adding tables, can you add tables manually after updating your search path? E.g. Sources > Tables > Add new Sqla table Type the table name in eg. if it's "atomic.impressions" with the schema, just use "impressions". In general though, this is a bug I've also noticed. |
@kingo55 - I did try adding tables. I cannot add tables even from public schema. |
Interesting... Does the user have access to the table? Do they also have usage on the schema? I had a similar issue where I managed to fix it by granting usage of the schema to the user. |
Yes, My Redshift DB has only 1 user. Admin user. |
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 2.0.1. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/set-value/releases) - [Commits](jonschlinkert/set-value@0.4.3...2.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 2.0.1. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/set-value/releases) - [Commits](jonschlinkert/set-value@0.4.3...2.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 2.0.1. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/set-value/releases) - [Commits](jonschlinkert/set-value@0.4.3...2.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.4.3 to 2.0.1. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/set-value/releases) - [Commits](jonschlinkert/set-value@0.4.3...2.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Hi,
redshift+psycopg2://username:password@host:5439/dev
redshift+psycopg2://username:XXXXXXXXXX@host:5439/dev
I believe password has been masked.
But now when i click on Test Connection it gives error
Not sure, what am I doing wrong.
The text was updated successfully, but these errors were encountered: