Good morning! I want to apply what I'm learning from the Science Examples to the lsst_sim.simdr1 data. I'm querying with
query =\
"""SELECT *
FROM lsst_sim.simdr1
LIMIT 10000"""
response = qc.query(query)
I'm logged in, but the resulting error is
queryClientError: Error: could not connect to server "gp11"
DETAIL: FATAL: password authentication failed for user "datalab"
Thank you for pondering,
bob