AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
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
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;