DataflowTemplates icon indicating copy to clipboard operation
DataflowTemplates copied to clipboard

fix jdbc to BigQuery datetime template

Open case-k-git opened this issue 3 years ago • 0 comments

dataflow timestamp format is wrong use HH instead of hh

please read this documents

   h       clock-hour-of-am-pm (1-12)  number            12
   H       hour-of-day (0-23)          number            0

https://docs.oracle.com/javase/jp/8/docs/api/java/time/format/DateTimeFormatter.html

please look at after this pr because this template can not use for SQL Server https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/371

case-k-git avatar Apr 04 '22 13:04 case-k-git