airflow.providers.common.sql.example_dags.example_analytics¶
Attributes¶
For example when working iceberg with glue catalog provide the following format for iceberg connection extras: |
|
Module Contents¶
- airflow.providers.common.sql.example_dags.example_analytics.datasource_config_iceberg[source]¶
For example when working iceberg with glue catalog provide the following format for iceberg connection extras:
{
“client.access-key-id”: “<>”, “client.secret-access-key”: “<>”, ‘client.region’: ‘<region>’, “type”: “glue”, “uri”: “https://glue.<region>.amazonaws.com/iceberg”,
}