View a markdown version of this page

spectrum_enable_pseudo_columns - Amazon Redshift

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

spectrum_enable_pseudo_columns

値 (デフォルトは太字)

true、false

説明

セッションの疑似列の作成を無効にするには、spectrum_enable_pseudo_columns設定パラメータを false に設定します。

次のコマンドはセッションの疑似列の作成を無効にします。

set spectrum_enable_pseudo_columns to false;