DataflowTemplates
DataflowTemplates copied to clipboard
fix jdbc to BigQuery datetime template
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