Our Dynamics Dataverse is using the Synapse Data Link to move data to Azure Data Lake gen 2. We then use a Synapse Analytics Data flows to transform the data to a Lake Database parquet file. Up until last week this was working great, but recently any field that is Date or Datetime related is showing up as Null in the lake database.
The Dataflow data previews in each action step show the date data being populated, and the Sink action shows this as well but on final Sink, the values are null.
I've tried dropping and recreating the Date and Datetime fields in the Lake Database tables,
dropping and recreating the tables themselves,
rebuilding the dataflows from scratch, so for none of these work.
The only solution has been to build a 2nd Date field only Table beside the initial table, and then in the data flow have 2 Sink actions, one to the primary table and one to the 2nd date field only table. This works and both tables get date fields populated. If I backtrack and try to only sink to one table, either or, the date fields return to null in the Lake Database after the sink.