Hello!
I am experiencing a confusing issue that seems to have happened out of nowhere. I am getting an “Exception: Job Failed.” error when trying to overwrite a hosted table that has been overwriting daily without any problems as part of an automated Python script.
The issue occurs when using the .manager.overwrite(path). I can confirm that the updated csv is populating correctly and has data. What’s confusing is that I only get this error when overwriting the hosted table – it works fine when overwriting a hosted feature layer in the same script.
When I go to see the hosted table in my AGOL content, I see a “Data Error” message, and the attribute table is blank.
Any suggestions on what could be causing this? I am completely lost 😖
I would greatly appreciate any help!
Hey @alondranorat
A few things to test, if you're able to find an older version of the table that you overwrite with, attempt to overwrite with a known older and working file, and if that works, maybe it's a data issue with your current file. Otherwise, maybe attempt to create another hosted table, and see if you're able to overwrite the new one, it may be corrupted or had the permissions change unintentionally and it may have broke something!
Cody