Hello,
I noticed a breaking change recently to the arcpy API and ArcGIS API for python. My previous scripts allowed SEDFs as input features to ArcGIS Pro Geoprocessing Tools but now error out with SEDF as input features. This doesn't seem to be working any longer. Has anybody else noticed this change?
For example arcpy.management.Dissolve(sedf, ....) used to work just fine, but causes error now.
Thank you,
Tyler
ArcGIS Pro 3.1
Hi @TylerT, I am able to use SEDF as input to GP tools (I tried with CopyFeatures) without issue on Pro 3.1 and 3.1.2.
Are you working in a cloned Python environment? If so, what packages have you installed? One of the packages you installed may be causing an issue.
hmm...thanks for the check, and glad to know SEDFs are still accepted as input. I'll have to dig a little deeper.
Tyler