I'm trying to run a large crossmatch (~100 000 objects) between a user uploaded table of eBOSS objects and the ls_dr7.tractor table. Submitting the query normally results in a "504 Gateway Time-out" error, so I tried submitting the same job with 'async_=True'. When I check the status using the jobId and queryClient.status() it returns "Error", but trying to check the cause using queryClient.error() returns "Error: The job has not yet completed".
How can I see what is going wrong with the query? Thanks.