Hitting a wall with an extraction of tens of millions of rows from Amazon Athena via the SQL editor. The pull itself seems to finish without complaint, but the pipeline then breaks at the Data Push Job step with an InternalException.
A couple of things I've noticed:
- A similar extraction through the visual editor (same columns, but a much smaller row count) runs without any issue as part of the daily load, so I don't think it's the source system itself causing this.
- I only moved to the SQL editor because I needed JOIN and CAST logic that the visual editor doesn't support.
- Not sure yet whether it's the volume or the JOIN/CAST operations that's actually the trigger.
Has anyone hit Data Push failures at this scale, or specifically with JOIN/CAST in SQL editor extractions? Any insight into what usually causes this would help.