-
Notifications
You must be signed in to change notification settings - Fork 145
fix: Prevent result handler credentials from being stored in config files #1609
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
fix: Prevent result handler credentials from being stored in config files #1609
Conversation
/gcbrun |
Hi, I am not clear how to define and use the Postgres results table. Can you provide the DDL ? Here is what I tried and the error I got
Here is the results table definition and maybe that is not correct
|
You don't need to pre-create the table. The docs ask you just create a schema. I tested it and it works for me.
The table exists and holds the results:
|
Neil, Yes, it does work. However we need some doc change(s):
Given there is a customer waiting and it is only doc changes, I have approved the PR. Thank you for the excellent work. Sundar Mudupalli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the documentation as requested.
For item 1 in your list I have added a link to the existing result handler setup documentation from the validation report section instead of duplicating the setup notes. Item 2: I believe the Item 3: Yes it is unfortunate that we can't reliably use load jobs for BigQuery (which would be a big performance improvement - #1572). I've added a small note to the installation doc. |
Description of changes
Use connection names in result handler config instead of the actual connection content. This prevents credentials from being written to config files. It's also a cleaner way to do it.
Issues to be closed
Closes #1608
Checklist
CONTRIBUTING
Guide.tests/local_check.sh
script)