airflow.providers.mysql.transfers.trino_to_mysql
¶
模組內容¶
類別¶
將資料從 Trino 移動到 MySQL。 |
- class airflow.providers.mysql.transfers.trino_to_mysql.TrinoToMySqlOperator(*, sql, mysql_table, trino_conn_id='trino_default', mysql_conn_id='mysql_default', mysql_preoperator=None, **kwargs)[原始碼]¶
基底類別:
airflow.models.BaseOperator
將資料從 Trino 移動到 MySQL。
請注意,目前資料在推送到 MySQL 之前會載入到記憶體中,因此此運算子應適用於少量資料。
- 參數
- template_fields: collections.abc.Sequence[str] = ('sql', 'mysql_table', 'mysql_preoperator')[原始碼]¶
- template_ext: collections.abc.Sequence[str] = ('.sql',)[原始碼]¶