There is imported data (from RDB) in the data store that I don’t want to migrate and would like to import from RDB again, because I changed the data type of this data.
In the migration file I described this for the specific collection:
'<collection name>': collection = <!""!> none
When deploying this unfortunately results in a job fail:
Unable to load instance data. Error initializing dataset. Unknown property
<...>
found in dataset at<...>
.
How to resolve this?