Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Danish AmjadDanish AmjadReviewer
Ankit JainAnkit JainComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Danish Amjad
Danish AmjadReviewer
Ankit Jain
Ankit JainComponents
Priority
Created June 18, 2024 at 8:31 PM
Updated June 19, 2024 at 8:59 AM
We have MSSQL Server as a source and BigQuery as a sink. MSSQL Server has
datetime2
type. This type supports seven subsecond decimal places. On the other hand, BigQuery only supports six. Because of this, we are facing the following error:Invalid datetime string "2022-01-30 11:11:11.1111111"
My suggestion is to trim the timestamp in the BQ Sink. Maybe, there is a better alternative.