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

Skip the optional decimal field if type is not decimal; add logging #50

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

elefeint
Copy link
Contributor

@elefeint elefeint commented Sep 3, 2024

The fivetran_log connector is experiencing an occasional "UNAVAILABLE: Network closed for unknown reason" error during Describe calls. This kind of error tends to indicate the connector or its container shut down unexpectedly.
The only place where I can even imagine a process crash is maybe this uninitialized decimal field for a non-decimal column... But I also added more logging to pinpoint what exactly fails.

@elefeint elefeint requested a review from hrl20 September 3, 2024 22:40
Copy link
Contributor

@hrl20 hrl20 left a comment

Choose a reason for hiding this comment

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

lgtm

@elefeint elefeint merged commit d332d16 into main Sep 4, 2024
1 check passed
@elefeint elefeint deleted the make_decimals_conditional branch September 4, 2024 13:02
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