GetGoogleSheets 2025.10.2.19

バンドル

com.snowflake.openflow.runtime | runtime-google-sheets-processors-nar

説明

Google Sheetsからデータを取得するプロセッサーです。デフォルトでは1日1回データを取得します。

タグ

Google, Googleシート, スプレッドシート

入力要件

FORBIDDEN

機密動的プロパティをサポート

false

プロパティ

プロパティ

説明

日付時刻レンダリングオプション

出力における日付の表示方法を決定します。

GCP 認証情報・サービス

Google Cloud Platformの認証情報を取得するために使用するController Serviceです。

範囲

The A1 notation or R1C1 notation of the comma-separated ranges to retrieve values from. For example: Sheet1!A1:B2,Sheet2!D4:E5,Sheet3. The first row in a sheet must represent column names. If not specified, all sheets will be downloaded.

スプレッドシート ID

Google Sheetsスプレッドシートの IDスプレッドシートの URL。

値レンダリングオプション

出力における値のレンダリング方法を決定します。

リレーションシップ

名前

説明

failure

Google Sheets からの取得中にエラーが発生した FlowFile。

success

FlowFile は JSON 配列を含み、各オブジェクトはソースシートの行を表します。キーは最初の行の列ヘッダーに対応し、値はそれぞれの行エントリーに対応します。

属性の書き込み

名前

説明

google.sheets.spreadsheet.id

Google Sheetsスプレッドシートの ID

google.sheets.range

取得したGoogle Sheetsスプレッドシートの範囲。

run.id

各摂取実行の一意の ID。1回の実行中に生成されたすべてのフローファイルの識別を可能にします。

destination.table.schema

次の形式のデスティネーション・テーブルのSnowflakeスキーマ: { "columns": [ { "name": "<column name>", "type": "<column type>", "nullable": <true/false>, "precision": <precision, only for numeric type>, "scale": <scale, only for numeric type> }, ... ], "primaryKeys": ["<第 1 主キー列の名前>", "<第 2 主キー列の名前>", ...] }