airflow.providers.google.cloud.transfers.presto_to_gcs

模块内容

PrestoToGCSOperator

将数据从 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 钩子的引用。

ui_color = '#a0e08c'[源代码]
type_map[源代码]
query()[源代码]

查询 Presto 并返回结果的游标。

field_to_bigquery(field)[源代码]

将 Presto 字段类型转换为 BigQuery 字段类型。

convert_type(value, schema_type, **kwargs)[源代码]

什么都不做。Presto 在传输层上使用 JSON,因此类型很简单。

参数
  • value – Presto 列值

  • schema_type – BigQuery 数据类型

此条目是否有帮助?