This code was previously running successfully, for months. It now fails with this error:
{"messageCode": "AO_100026", "message": "ExtractData failed."}
<SPAN class="keyword token">import</SPAN> arcpy
<SPAN class="keyword token">from</SPAN> arcgis<SPAN class="punctuation token">.</SPAN>gis <SPAN class="keyword token">import</SPAN> GIS
<SPAN class="keyword token">from</SPAN> arcgis<SPAN class="punctuation token">.</SPAN>features<SPAN class="punctuation token">.</SPAN>manage_data <SPAN class="keyword token">import</SPAN> extract_data
gis <SPAN class="operator token">=</SPAN> GIS<SPAN class="punctuation token">(</SPAN><SPAN class="string token"><SPAN>"</SPAN><A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fspokanecounty.maps.arcgis.com%2F" target="_blank">http://spokanecounty.maps.arcgis.com/</A><SPAN>"</SPAN></SPAN><SPAN class="punctuation token">,</SPAN><SPAN class="string token">"<usr>"</SPAN><SPAN class="punctuation token">,</SPAN><SPAN class="string token">"<pw>"</SPAN><SPAN class="punctuation token">)</SPAN>
agolItem <SPAN class="operator token">=</SPAN> gis<SPAN class="punctuation token">.</SPAN>content<SPAN class="punctuation token">.</SPAN>get<SPAN class="punctuation token">(</SPAN><SPAN class="string token">'76d5d453ed374160ab20cd61bf97b056'</SPAN><SPAN class="punctuation token">)</SPAN>
outputGDB <SPAN class="operator token">=</SPAN> extract_data<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">[</SPAN>agolItem<SPAN class="punctuation token">]</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
I have attempted to: define the data_format as shapefile and filegeodatabase, run this on a cloned copy of the data, run this on a different machine on a different Pro licence (named user vs concurrent), run this as a different user, run this with access to 'Everyone', changed the Export Data setting of the agol item to 'Allow others to export to different formats'. Has this occurred for anyone on the 1.3.0 api?
Test Dataset: http://spokanecounty.maps.arcgis.com/home/item.html?id=76d5d453ed374160ab20cd61bf97b056