Skip to content

Commit

Permalink
Update apache-iceberg.mdx (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian authored Jan 6, 2025
1 parent a97c268 commit 0a7fc48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/sources/apache-iceberg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You don’t need to specify the column name for the Iceberg source, as RisingWav
| catalog.token| Optional. A Bearer token for accessing the Iceberg catalog, used for interaction with the server. Applicable only in the `rest` catalog. |
| catalog.oauth2-server-uri | Optional. The `oauth2-server-uri` for accessing the Iceberg catalog, serving as the token endpoint URI to fetch a token if the `rest` catalog is not the authorization server. Applicable only in the `rest` catalog.|
| catalog.scope | Optional. Scope for accessing the Iceberg catalog, providing additional scope for OAuth2. Applicable only in the `rest` catalog. |
| commit_checkpoint_interval | Optional. Commit every N checkpoints (N > 0). Default value is 60.|

## Data type mapping

Expand Down

0 comments on commit 0a7fc48

Please sign in to comment.