airflow.providers.google.cloud.transfers.presto_to_gcs
¶
模块内容¶
类¶
将数据从 PrestoDB 以 JSON、CSV 或 Parquet 格式复制到 Google Cloud Storage。 |
- 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 以 JSON、CSV 或 Parquet 格式复制到 Google Cloud Storage。
- 参数
presto_conn_id (str) – 对特定 Presto 钩子的引用。