Hello. I have submitted asynchronously the following query:
select coadd_object_id, ra, dec, mag_auto_g, mag_auto_r,
mag_auto_i, mag_auto_z from des_dr2.main where mag_auto_i < 20.5 and mag_auto_i > 20 and
flags_i < 4 and extended_class_coadd > 2.5
This should return a 7M object catalog (around 400 MB in fits format).
However, after one full day it never finishes, and is still executing. The job id is:
f3y5o5gzpljo2n3r
Is this expected? Thanks!