Skip to content

Commit

Permalink
add a request to report issues to the github discussion (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Sep 30, 2024
1 parent 336eef1 commit 8066309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbt/adapters/redshift/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def _behavior_flags(self) -> List[BehaviorFlag]:
"The dbt-redshift adapter is migrating from using pg_ tables "
"to using Redshift Metadata API and information_schema tables "
"in order to support additional Redshift functionalities.\n"
"We do not expect this to impact your dbt experience."
"We do not expect this to impact your dbt experience. "
"Please report any issues using this GitHub discussion: https://github.com/dbt-labs/dbt-redshift/discussions/921"
),
"docs_url": "https://docs.getdbt.com/reference/global-configs/behavior-changes#redshift-restrict_direct_pg_catalog_access",
}
Expand Down

0 comments on commit 8066309

Please sign in to comment.