An Azure service for ingesting, preparing, and transforming data at scale.
I did get a response from your Microsoft colleague with steps to remediate the issue. By modifying the JSON, we can get the custom object to come through. This would be a great property to add to the Dynamics AX connector rather than go through JSON but I am pleased the workaround works.
=================
In your initial description you have stated you're unable to see the custom enumeration field when you're connecting using ODATA Connector. Can you kindly add this property to your Copy Activity JSON
- Add following property to json payload of Dataset / Copy activity.
retrieveEnumValuesAsString: true
If you want this feature on Dataset, put the property in Dataset JSON. Path: root.properties.typeProperties
If you only want this feature in a particular copy activity, put the property in Copy Activity JSON. Path: root.properties.activities.typeProperties
Let me know if this is helpful.