airflow.providers.google.cloud.transfers.presto_to_gcs¶
Module Contents¶
Classes¶
| Copy data from PrestoDB to Google Cloud Storage in JSON, CSV or Parquet format. | 
- class airflow.providers.google.cloud.transfers.presto_to_gcs.PrestoToGCSOperator(*, presto_conn_id='presto_default', **kwargs)[source]¶
- Bases: - airflow.providers.google.cloud.transfers.sql_to_gcs.BaseSQLToGCSOperator- Copy data from PrestoDB to Google Cloud Storage in JSON, CSV or Parquet format. - Parameters
- presto_conn_id (str) – Reference to a specific Presto hook. 
 
