I am using the ArcGis Pro SDK 3.0.0.36056 on our latest Add-In.
To support some functionality I have been utilising ArcGIS.Core.Data.Table GetDefinition method. This fails when the add-in is used with Pro v3.2, and Postgres. I have tried different versions of postgres and all have the same error:
The operation is not supported by this implementation.
at ArcGIS.Core.Data.Dataset.GetDefinitionHandle()
at ArcGIS.Core.Data.FeatureClass.CreateDefinition()
at ArcGIS.Core.Data.Table.GetDefinition()
Does anyone know if this is a breaking change for version 3.2+, or a bug?
Many Thanks.
That's great news. Thanks.