I keep getting this error
Conversion from ArrayType(StructType(StructField(MachineKey,StringType,true)),true) to ArrayType(StructType(StructField(MachineKey,StringType,true), StructField(FrameNumber,StringType,true), StructField(IsActive,BooleanType,true), StructField(Created,StringType,true), StructField(Modified,StringType,true)),false) not defined
For simplicity sake i have only one value in array.
This is the data preview right before the SINK
Sink Mapping is
This Gives the Error
if i change the sink mapping to anything else than "Machines"
it works. HOW , why ? but i need the data key value to be Machines:[] and that is the only name i cannot use
and that is the only name that gives the errors. It looks like i have to create a new sink to simply rename.
I tried that, doenst work.
please help