Skip to content

Commit 8066309

Browse files
authored
add a request to report issues to the github discussion (#922)
1 parent 336eef1 commit 8066309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dbt/adapters/redshift/impl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ def _behavior_flags(self) -> List[BehaviorFlag]:
7878
"The dbt-redshift adapter is migrating from using pg_ tables "
7979
"to using Redshift Metadata API and information_schema tables "
8080
"in order to support additional Redshift functionalities.\n"
81-
"We do not expect this to impact your dbt experience."
81+
"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"
8283
),
8384
"docs_url": "https://docs.getdbt.com/reference/global-configs/behavior-changes#redshift-restrict_direct_pg_catalog_access",
8485
}

0 commit comments

Comments
 (0)