Hello!
When I try to work with MyDB in jupyter notebook, the following error occurs:
print("Listing mydb tables:\n" + qc.mydb_list())
Listing mydb tables:
FATAL: sorry, too many clients already
Also, querying tables from MyDB gives an error:
queryClientError: Error: QM: MyDB table XXX does not exist
Previously everything worked. Is this a temporary problem in the Data Lab or is there something I can do to fix it?