Skip to content
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

Add redshift data endpoints #2

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

Add redshift data endpoints #2

wants to merge 1 commit into from

Conversation

riiwo
Copy link
Collaborator

@riiwo riiwo commented May 22, 2024

According to the documentation, sending SQL statements to Redshift is handled with a different API:
https://docs.aws.amazon.com/redshift-data/latest/APIReference/Welcome.html instead of
https://docs.aws.amazon.com/redshift/latest/APIReference/Welcome.html so a new service must be defined in the fork.

Before opening a PR, please make sure you have:

  • Run mix format using a recent version of Elixir
  • Run mix dialyzer to make sure the typing is correct
  • Run mix test to ensure no tests have broken (also please make sure you've added tests for your particular change, where appropriate).

According to the documentation, sending SQL statements to redshift is handled
with different API:
https://docs.aws.amazon.com/redshift-data/latest/APIReference/Welcome.html
instead of
https://docs.aws.amazon.com/redshift/latest/APIReference/Welcome.html so new
service must be defined in the fork.
@alcidesteixeira
Copy link

I would assume that both redshift and redshift-data would be part of the elixir aws library.
If this is not the case, then let's give it a try with the new service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants