We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336eef1 commit 8066309Copy full SHA for 8066309
dbt/adapters/redshift/impl.py
@@ -78,7 +78,8 @@ def _behavior_flags(self) -> List[BehaviorFlag]:
78
"The dbt-redshift adapter is migrating from using pg_ tables "
79
"to using Redshift Metadata API and information_schema tables "
80
"in order to support additional Redshift functionalities.\n"
81
- "We do not expect this to impact your dbt experience."
+ "We do not expect this to impact your dbt experience. "
82
+ "Please report any issues using this GitHub discussion: https://github.com/dbt-labs/dbt-redshift/discussions/921"
83
),
84
"docs_url": "https://docs.getdbt.com/reference/global-configs/behavior-changes#redshift-restrict_direct_pg_catalog_access",
85
}
0 commit comments