Skip to content

Fix credentials parsing for redshift#2262

Merged
iffyio merged 1 commit intoapache:mainfrom
romanoff:fix_credentials_parsing_for_redshift
Mar 4, 2026
Merged

Fix credentials parsing for redshift#2262
iffyio merged 1 commit intoapache:mainfrom
romanoff:fix_credentials_parsing_for_redshift

Conversation

@romanoff
Copy link
Contributor

@romanoff romanoff commented Mar 4, 2026

Fix CREDENTIALS keyword parsing for redshift

Sample query:

COPY table1
FROM 's3://my-bucket/my-file.csv'
CREDENTIALS 'aws_access_key_id=AKIAEXAMPLE;aws_secret_access_key=SECRETEXAMPLE'
CSV;

Spec: https://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-authorization.html?utm_source=chatgpt.com

Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @romanoff!

@iffyio iffyio added this pull request to the merge queue Mar 4, 2026
Merged via the queue into apache:main with commit 6691f31 Mar 4, 2026
10 checks passed
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