使用Redshift Datashares查看外部表视图

0

【以下的问题经过翻译处理】 我有集群A和集群B。集群A拥有一个名为“landing_external”的外部 schema,其中包含来自我们的glue数据目录的许多表。集群A还有一个本地 schema,由使用“landing_external”数据的视图组成 - 这个 schema 被称为“landing”。

集群A有一个数据共享,集群B是其使用者。'landing' schema与集群B共享,但是,任何时候当用户尝试从'landing'模式中的任何视图中选择数据时,他们会收到一个错误:“ERROR: permission denied for schema landing_external”。我认为使用选项“WITH NO SCHEMA BINDING”创建所有视图将解决这个权限差距,但事实并非如此。

您有什么想法?

profile picture
EXPERT
asked 5 months ago25 views
1 Answer
0

【以下的回答经过翻译处理】 Redshift数据共享是针对在Redshift中包含和管理的数据,也称为Redshift托管存储(RMS),因此得名“Redshift数据”共享。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions