View a markdown version of this page

AWS Glue Data Catalog から登録解除する - Amazon Redshift

Amazon Redshift は、2026 年 6 月 30 日以降、Python UDF の使用をサポートしなくなります。これは段階的に実施されます。Python のサポート終了と移行オプションの詳細については、2025 年 6 月 30 日に公開されたブログ記事を参照してください。

AWS Glue Data Catalog から登録解除する

Amazon Redshift フェデレーティッドアクセス許可を登録解除する IAM ポリシー要件

クラスターまたはサーバーレス名前空間を AWS Glue Data Catalog から登録解除するには、以下の IAM アクセス許可が必要です。

Redshift でプロビジョニングされたクラスターの場合

  • redshift:ModifyLakehouseConfiguration

  • redshift:DregisterNamespace

Redshift Serverless の場合

  • redshift-serverless:UpdateLakehouseConfiguration

  • redshift:DregisterNamespace

AWS Glue Data Catalog の統合の場合

  • glue:DeleteCatalog

  • glue:GetCatalog

Lake Formation リソースの登録の場合

  • lakeformation:DeregisterResource

AWS Glue Data Catalog から Redshift の登録を解除する

CLI

modify-lakehouse-configuration コマンドを使用して AWS Glue Data Catalog からクラスターを登録解除できます。クラスターに関連付けられた IdC プロバイダーがある場合、クラスター内の IdC プロバイダーは無効モードになります。

aws redshift modify-lakehouse-configuration \ --cluster-identifier 'redshift-cluster' \ --lakehouse-registration Deregister
Console
  1. AWS Management Consoleにサインインして、https://console.aws.amazon.com/redshiftv2/ で Amazon Redshift コンソールを開きます。

  2. 登録を解除するプロビジョニングされたクラスターに移動し、選択します。

  3. クラスターの詳細ページで、[アクション] ドロップダウンメニューから [AWS Glue Data Catalog から登録解除] をクリックし、[登録解除する] を選択します。

AWS Glue Data Catalog から Redshift Serverless 名前空間の登録を解除する

CLI

update-lakehouse-configuration コマンドを使用して、Redshift Serverless 名前空間を AWS Glue Data Catalog から登録解除できます。クラスターに関連付けられた IdC プロバイダーがある場合、クラスター内の IdC プロバイダーが無効モードになります。

aws redshift modify-lakehouse-configuration \ --cluster-identifier 'redshift-cluster' \ --lakehouse-registration Deregister
Console
  1. AWS Management Consoleにサインインして、https://console.aws.amazon.com/redshiftv2/ で Amazon Redshift コンソールを開きます。

  2. 登録を解除するサーバーレス名前空間クラスターに移動し、選択します。

  3. クラスターの詳細ページで、[アクション] ドロップダウンメニューから [AWS Glue Data Catalog から登録解除] をクリックし、[登録解除する] を選択します。