以下の内容はhttps://yohei-a.hatenablog.jp/entry/20220714/1657803756より取得しました。


Redshift のデータシェアリング設定手順

  • producer 側
create datashare test_db;
alter datashare test_db set publicaccessible = true;
alter datashare test_db add schema sample1, sample2;
-- consumer 側で "select current_namespace;" を実行し、以下のクエリの <name space> に指定する
grant usage on datashare central_db to namespace 'b77f3524-8f94-46f9-bc61-b7d8a3026df5';
  • consumer 側
select producer_namespace from svv_datashares where share_name = 'test_db';
-- 上のクエリで取得した "producer_namespace" を以下のクエリの <name space> に指定する
create database central_db from datashare central_db of namespace '248c1dda-67e3-4552-b795-3982dfeca8ec';
grant usage on database test_db to group group1, group group2;



以上の内容はhttps://yohei-a.hatenablog.jp/entry/20220714/1657803756より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14