Up until last Thursday, my Python script to export a hosted feature service to GDB was working fine. Since the AGOL update it has started failing and I can't figure out why.
It's a service that has one spatial layer and two related tables, which has always worked to export with no issues. However I'm now getting an error message "Could not export item: <item id>" (with the actual ID in there).
If I try and export to GDB using the AGOL interface, it says it's completed but the whole thing stays at 0kb.
I have tried exporting without attachments in case it was too big, but that has the same issue.
I have other datasets that are exporting to GDB with no issues still. None of the other ones have related non-spatial tables, so that's the only thing I can see that may be an issue.
Any suggestions welcome, or wonder if anyone else having the same problem?