Salta al contenuto

Catalog 'andes_ext' does not exist

0

Hi,

I am trying to ran a simplest query on tommy_asin_v2 table, at bumblebee I found that it it belongs to the andes_ext.searchdata catalog:

But when I ran: select * from andes_ext.searchdata.tommy_asin_v2 limit 100;

I got the following error: CATALOG_NOT_FOUND: line 1:15: Catalog 'andes_ext' does not exist

My Query Id: 15db55c0-9704-466c-b180-232c56c501da

Thank you and best regards,

dimasot

posta 3 anni fa478 visualizzazioni

1 Risposta
0

In order to run query in schema "xx.yy", please enclose the schema with double quotation marks. select * from “andes_ext.searchdata”.tommy_asin_v2 limit 100;

con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.