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

[FEATURE] Error handling improvement request #2256

Open
yipez-spec opened this issue Sep 10, 2024 · 2 comments
Open

[FEATURE] Error handling improvement request #2256

yipez-spec opened this issue Sep 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@yipez-spec
Copy link
Contributor

yipez-spec commented Sep 10, 2024

Is your feature request related to a problem? If yes, please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently, there are a lot of different runtime exception being thrown in every custom connectors and the exception is all thrown as Runtime exception. We need a way to better understanding if it's a client exception or a server exception

Describe the solution you'd like
A clear and concise description of what you want to happen.
To supply an additional ErrorCode to classify the exception as one of the following:
AccessDeniedException
EntityNotFoundException
InvalidCredentialsException
InvalidInputException
InvalidResponseException
OperationTimeoutException
OperationNotSupportedException
InternalServiceException
PartialFailureException
ThrottlingException

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

For a sample error handling for DynamoDB:

Error handling in Athena Connector CDK.pdf

@yipez-spec yipez-spec added the enhancement New feature or request label Sep 10, 2024
@macohen
Copy link
Contributor

macohen commented Sep 18, 2024

@Trianz-Akshay, do you want this issue assigned to you? Commenting here will enable us to do that.

@Trianz-Akshay
Copy link
Contributor

Trianz-Akshay commented Oct 1, 2024

@Trianz-Akshay, do you want this issue assigned to you? Commenting here will enable us to do that.

I'm sorry for not getting back to you sooner. Sure, you can assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants