airflow.providers.google.cloud.transfers.presto_to_gcs
¶
模組內容¶
類別¶
將資料從 PrestoDB 複製到 Google Cloud Storage,格式為 JSON、CSV 或 Parquet。 |
- class airflow.providers.google.cloud.transfers.presto_to_gcs.PrestoToGCSOperator(*, presto_conn_id='presto_default', **kwargs)[原始碼]¶
基底:
airflow.providers.google.cloud.transfers.sql_to_gcs.BaseSQLToGCSOperator
將資料從 PrestoDB 複製到 Google Cloud Storage,格式為 JSON、CSV 或 Parquet。
- 參數
presto_conn_id (str) – 參考特定的 Presto hook。