polite-flower-25924
10/02/2021, 8:51 AMredshift-usage statistics is added with this PR at v0.8.15. This connector requires Redshift Super User privileges to run this query with svv_table_info, svl_user_info tables and also explore other user queries.
What’s the approach you follow to pass a Redshift super user to this connector? I’m not sure that data platform team allows us to use super user credentials in a connector. I guess, @witty-state-99511 can give better suggestions here 🙂mammoth-bear-12532
polite-flower-25924
10/02/2021, 8:09 PMmammoth-bear-12532
mammoth-bear-12532
password: ${REDSHIFT_ADMIN_PASSWORD}mammoth-bear-12532
polite-flower-25924
10/03/2021, 7:32 AMquiet-kilobyte-82304
10/03/2021, 12:18 PMdatahub_redshift_user or something similar and granting SYSLOG ACCESS UNRESTRICTED that way you’re not using superuser account. Either way you should not store pwd in plaintext, but suggesting that you isolate datahub related queries that way you can measure the impact of these profile queries on your DB.polite-flower-25924
10/03/2021, 6:13 PM