Skip to content

Commit

Permalink
fix connections.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Apr 30, 2024
1 parent 515fbcb commit e8b8d3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-apache-iceberg/connections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Connecting to Iceberg
=====================

The Iceberg connection type enables connection to Tabular to request a short lived token to access the Apache Iceberg tables. This token can be injected as an environment variable, to be used with Trino, Spark, Flink or your favorite query engine that supports Apache Iceberg.
The Iceberg connection type enables connecting to an Iceberg REST catalog to request a short-lived token to access the Apache Iceberg tables. This token can be injected as an environment variable, to be used with Trino, Spark, Flink, or your favorite query engine that supports Apache Iceberg.

After installing the Iceberg provider in your Airflow environment, the corresponding connection type of ``iceberg`` will be made available.

Expand All @@ -33,10 +33,10 @@ Configuring the Connection
--------------------------

Client ID
The Client ID from Tabular
The OAuth2 Client ID

Client Secret
The Client Secret from Tabular
The OAuth2 Client Secret

Host
Sets the URL to the Tabular environment. By default `https://api.tabulardata.io/ws/v1`

0 comments on commit e8b8d3e

Please sign in to comment.