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