0 votes
20 views
My queries were working perfectly not too long ago, although it seems now I am receiving new query errors and even a stuck, rotating wheel which doesn't load. Any ideas at what could be causing this and how I could solve it? I am seeing these issues even with a simple query such as this one:

SELECT

    t.ls_id, t.ra, t.dec, a.apflux_g_1

FROM

    ls_dr10.tractor AS t

JOIN

    ls_dr10.apflux AS a ON t.ls_id = a.ls_id

WHERE

    â€˜t’ = Q3C_RADIAL_QUERY(t.ra, t.dec, 39.8132, -8.1162, 0.03)
by yashhrajjj (180 points) | 20 views

1 Answer

+1 vote
Best answer
Hi, thanks for reaching out and alerting us to the issue. The reason is technical: the database is currently undergoing maintenance, and the way the web query form works is affected by the maintenance. This should go back to normal in a day or two.

Note that you can run the same query without these restrictions of the web query form, using the Data Lab notebook server: https://datalab.noirlab.edu/devbooks

If you haven't used our notebook server yet, we have large collection of example notebooks available:

https://github.com/astro-datalab/notebooks-latest/

Best regards,
Robert
by robertdemo (8.0k points)
selected by 0

416 questions

434 answers

440 comments

636 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories