airflow.providers.google.cloud.transfers.trino_to_gcs
¶
Module Contents¶
Classes¶
Copy data from TrinoDB to Google Cloud Storage in JSON, CSV or Parquet format. |
- class airflow.providers.google.cloud.transfers.trino_to_gcs.TrinoToGCSOperator(*, trino_conn_id='trino_default', **kwargs)[source]¶
Bases:
airflow.providers.google.cloud.transfers.sql_to_gcs.BaseSQLToGCSOperator
Copy data from TrinoDB to Google Cloud Storage in JSON, CSV or Parquet format.
- Parameters
trino_conn_id (str) – Reference to a specific Trino hook.