In Azure mapping dataflow we now have option to save files in delta format. But that is only available when we select inline dataset (without data bricks subscription). And when the sink dataset is inline dataset, it does not allow to set partition based on any column.
I can write pyspark code to rewrite the delta table with required partition. But that would incur additional cost.
What could be work arounds for getting good performance on delta data?