---------------------------------------------------------------------------
queryClientError Traceback (most recent call last)
<ipython-input-16-6c0cbcce4c29> in <module>
----> 1 xmatch = qc.query(sql=query_xmatch_dr2,fmt='table',profile='default')
/data0/sw/anaconda3/lib/python3.7/site-packages/noaodatalab-2.18.10-py3.7.egg/dl/Util.py in __call__(self, *args, **kw)
80 return function(self.obj, *args, **kw)
81 else:
---> 82 return function(*args, **kw)
83
84 def __repr__(self):
/data0/sw/anaconda3/lib/python3.7/site-packages/noaodatalab-2.18.10-py3.7.egg/dl/queryClient.py in query(token, adql, sql, fmt, out, async_, drop, profile, **kw)
536 return qc_client._query (token=def_token(token), adql=adql, sql=sql,
537 fmt=fmt, out=out, async_=async_, drop=drop, profile=profile,
--> 538 **kw)
539
540
/data0/sw/anaconda3/lib/python3.7/site-packages/noaodatalab-2.18.10-py3.7.egg/dl/queryClient.py in _query(self, token, adql, sql, fmt, out, async_, drop, profile, **kw)
1919 r = requests.get (dburl, headers=headers, timeout=timeout)
1920 if r.status_code != 200:
-> 1921 raise queryClientError (r.text)
1922 resp = qcToString(r.content)
1923
queryClientError: Error: relation "nsc_dr2.object" does not exist
LINE 3: FROM mydb."des_bds" as d, nsc_dr2.object as N
^