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

improve error logging for kinesis sdk error #12589

Closed
lmatz opened this issue Sep 28, 2023 · 1 comment · Fixed by #12603
Closed

improve error logging for kinesis sdk error #12589

lmatz opened this issue Sep 28, 2023 · 1 comment · Fixed by #12603

Comments

@lmatz
Copy link
Contributor

lmatz commented Sep 28, 2023

CREATE
SOURCE stream
       (
   id varchar
)
WITH (
    connector='kinesis',
    stream='******',
    aws.region='*****',
    aws.credentials.role.arn='****',
    aws.credentials.access_key_id = '****',
    aws.credentials.secret_access_key = '*****'
)
     FORMAT PLAIN ENCODE JSON;

[2023-09-28 15:26:16] [XX000] ERROR: ExecuteError: internal error: connector error: failed to construct request
no detailed reasons are found when users try to create a kinesis source.

seems similar to #10993

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

Successfully merging a pull request may close this issue.

1 participant