I have date value created using NOW('America/Newyork') function which gives the date value in yyyy*mm*dd*HH:MM:SS format.
I need to publish the data to a snowflake table with time format in yyyy*mm*dd*HH:MM:SS.sss format.
While performing target mapping, the date datatypes are not matching and hence I am not able to run the flow.
I have manually tried to change the datatype of the date column but the value still does not have milliseconds.