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 debugability #164

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

prashastia
Copy link
Collaborator

@prashastia prashastia commented Sep 30, 2024

  1. For Datastream API, in case the source records' schema does not match the expected BQ Table(sink) schema, the deserializer (BigQueryDeserializationSchema) is unable to forward the mismatched record further to the pipeline. Hence, making this error more verbose to pinpoint the underlying cause instead of ClassCastException currently being seen due to the mismatch.

  2. Fix error in writing time type to BigQuery. LocalDateTime dropping 00 seconds value when parsing date string value with 00 seconds like "2018-07-06 00:00:00". Parsing now using ISO format to ensure a 00 at the end.
    /gcbrun

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.

1 participant