Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

Data Assistant maintaining attachments #213

Closed JRosenfeldIntern closed 7 years ago

JRosenfeldIntern commented 7 years ago

I ran into an issue where if a source dataset had attachments, in this case a relationship class and feature table, those would get copied into dla.gdb and subsequently cause the program to crash. I disabled this environment variable (arcpy.env.maintainAttachments = False) and that seemed to fix that error.

Will be in the next pull request.

JRosenfeldIntern commented 7 years ago

Contained in pull request #219