airflow.providers.google.cloud.transfers.trino_to_gcs¶
Classes¶
Copy data from TrinoDB to Google Cloud Storage in JSON, CSV or Parquet format. |
Module Contents¶
- 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.
- property db_hook: airflow.providers.trino.hooks.trino.TrinoHook[source]¶