airflow.providers.apache.iceberg.hooks.iceberg¶
Attributes¶
Classes¶
This hook acts as a base hook for iceberg services. |
Module Contents¶
- class airflow.providers.apache.iceberg.hooks.iceberg.IcebergHook(iceberg_conn_id=default_conn_name)[source]¶
Bases:
airflow.hooks.base.BaseHook
This hook acts as a base hook for iceberg services.
It offers the ability to generate temporary, short-lived session tokens to use within Airflow submitted jobs.
- Parameters:
iceberg_conn_id (str) – The Iceberg connection id which refers to the information to connect to the Iceberg.