airflow.providers.apache.iceberg.hooks.iceberg¶
属性¶
类¶
此 Hook 作为 Iceberg 服务的基类 Hook。 |
模块内容¶
- class airflow.providers.apache.iceberg.hooks.iceberg.IcebergHook(iceberg_conn_id=default_conn_name)[source]¶
基类:
airflow.hooks.base.BaseHook
此 Hook 作为 Iceberg 服务的基类 Hook。
它提供了生成临时、短期会话令牌的能力,以便在 Airflow 提交的任务中使用。
- 参数:
iceberg_conn_id (str) – 引用连接到 Iceberg 所需信息的 Iceberg 连接 ID>。