From b1929f3798d4524b2078d97d4c1610a01a170d8d Mon Sep 17 00:00:00 2001 From: Jacob MacKinnon <95762562+jmackinnon-wayspring@users.noreply.github.com> Date: Thu, 15 May 2025 14:10:11 -0400 Subject: [PATCH 1/2] Update and rename PULL_REQUEST_TEMPLATE.md to redshift_data_share_support.md --- .github/PULL_REQUEST_TEMPLATE.md | 6 ------ .github/redshift_data_share_support.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/redshift_data_share_support.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6bdaa99..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ -*Issue #, if available:* - -*Description of changes:* - - -By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. diff --git a/.github/redshift_data_share_support.md b/.github/redshift_data_share_support.md new file mode 100644 index 0000000..4abff19 --- /dev/null +++ b/.github/redshift_data_share_support.md @@ -0,0 +1,23 @@ +Name of Resource: +Redshift Data Sharing + +Subject +CFN Support for Datasharing +Case ID +174733232100728 +Created +2025-05-15T18:05:21.413Z +Case type +Technical + +Description of changes: +Looking for cloudformation support for redshift's data sharing. Currently only way to create and grant access to/from clusters is either from redshift cli or from within the cluster itself running sql. + +I feel like this should be supported though redshift CFN. The way im thinking of it would be like a datashare resource with parameters like 'cluster consumer' / 'name' / then potentially a resource/parameter that would allow you grant access to other consumer clusters. + +Reference Files: +[https://docs.aws.amazon.com/redshift/latest/mgmt/query-editor-v2-generative-ai.html#query-editor-v2-generative-custom-context](https://docs.aws.amazon.com/cli/latest/reference/redshift/) + +https://docs.aws.amazon.com/redshift/latest/dg/datashare-overview.html + +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. From 58f7b718eb2a67dda0461da0a5411ca5e481ccaf Mon Sep 17 00:00:00 2001 From: Jacob MacKinnon <95762562+jmackinnon-wayspring@users.noreply.github.com> Date: Thu, 15 May 2025 14:23:07 -0400 Subject: [PATCH 2/2] Update redshift_data_share_support.md --- .github/redshift_data_share_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/redshift_data_share_support.md b/.github/redshift_data_share_support.md index 4abff19..4752e72 100644 --- a/.github/redshift_data_share_support.md +++ b/.github/redshift_data_share_support.md @@ -13,7 +13,7 @@ Technical Description of changes: Looking for cloudformation support for redshift's data sharing. Currently only way to create and grant access to/from clusters is either from redshift cli or from within the cluster itself running sql. -I feel like this should be supported though redshift CFN. The way im thinking of it would be like a datashare resource with parameters like 'cluster consumer' / 'name' / then potentially a resource/parameter that would allow you grant access to other consumer clusters. +I feel like this should be supported though redshift CFN. The way im thinking of it would be like a datashare resource with parameters like 'producer cluster' / 'name' / then potentially a resource/parameter that would allow you grant access to other consumer clusters. Reference Files: [https://docs.aws.amazon.com/redshift/latest/mgmt/query-editor-v2-generative-ai.html#query-editor-v2-generative-custom-context](https://docs.aws.amazon.com/cli/latest/reference/redshift/)