I am trying to write a Pipeline which will Read Data From JDBC(oracle,mssql) , do something and write to bigquery. I am Struggling in the ReadFromJdbc steps where it was not able to convert it correct schema type. My Code: My data has three columns two of which are Varchar and one is timestamp. Error which i am facing while