Hello!
I've been working quite a bit with some tables previously uploaded to myDB. Historically this has been working quite well. Today, however I noticed that I can no longer run queries with QueryClient that match against tables in myDB
(e.g. I get an error that looks like this:
dl.queryClient.queryClientError: Error: relation "mydb.snr10_matched225" does not exist
LINE 2: FROM mydb."snr10_matched225" AS d,
)
I've also checked the Data Explorer itself to see if these tables accidentally got deleted or something; they do seem to still be there. However, I can't query them from inside the Data Explorer either; I get the message One or more tables provided in the query were not found with any query involving these tables. Interestingly, querying against these tables worked successfully as recent as Aug 5; re-running queries that worked then no longer run. I also don't seem to be able to successfully re-upload identical copies of these tables to myDB. Is there a way to fix this?