[Hypercare] restrict_direct_pg_catalog_access
implementation
#921
mikealfare
started this conversation in
General
Replies: 1 comment
-
Bad job Run #328791671
They then immediately changed the flag to false due to two consecutive failed job runs. Good job Run #328794583
Debug logs for both job runs (dbt command: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
We recently began migrating
dbt-redshift
to use theredshift-connector
SDK for metadata collection in an effort to retire our custom metadata queries that usepg_catalog
. While we intended no end user impact with this change, we felt the blast radius was large enough that we should gate this behind a behavior flag (restrict_direct_pg_catalog_access
). This would allow users to turn this functionality off in the event that their experience degrades or breaks. In an effort to expedite remediation of these issues, we are asking users to participate in this discussion and to share any negative experiences they encounter.Bug reports
Bug reports will be collected from comments below and organized in this list. Feel free to submit your bug report as a comment below, or by using our normal bug report template and linking the issue in a comment below.
Beta Was this translation helpful? Give feedback.
All reactions