Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Integration test for redshift #7251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NamanMahor
Copy link
Contributor

@NamanMahor NamanMahor commented May 1, 2025

Closed #1652

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@NamanMahor NamanMahor requested a review from k-anshul May 1, 2025 15:13
@@ -0,0 +1,48 @@
#expensive: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will uncomment it before committing.

@NamanMahor NamanMahor self-assigned this May 1, 2025
@@ -240,8 +240,8 @@ type sourceProperties struct {
OutputLocation string `mapstructure:"output_location"`
Workgroup string `mapstructure:"workgroup"`
Database string `mapstructure:"database"`
ClusterIdentifier string `mapstructure:"cluster.identifier"`
RoleARN string `mapstructure:"role.arn"`
ClusterIdentifier string `mapstructure:"cluster_identifier"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will make it backward incompatible. Why is this change necessary ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is mentioned as cluster_identifier and role_arn in SourceProperties which UI uses to generate it yaml.
So I think user were not able to redshift as source unless we told them to use role.arn

@NamanMahor NamanMahor requested a review from k-anshul May 5, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants