Forum Discussion
Pipeline change Date to Datetime
- 2 years ago
I have seen that there is already a known issue for this. However, I use Pipeline and not Dataflow Gen2.
Hi HarderT
Under mapping you have Advanced settings:
If in the source, the column is determined to be a String then running the type checker doesn't understand the source's format.
If you need to force a String -> Date, precreate the table.
Hope this helps. Please let me know if you have any further questions.
Hi Anonymous,
the source is an OnPrem-Database. The Columntyp there is DATE and after import into Lakehouse its DATETIME.
I dont use the Mapping-Tab, because I use a ForEach-Loop to import many tables.
I already tried to change the typ with Type conversion settings, but somehow it doenst work. I need the column not as string, but as same as in the source.
I try to precreate the table and see what happens.