Skip to content

Commit

Permalink
Add docs for property to skip glue archive
Browse files Browse the repository at this point in the history
  • Loading branch information
blvckcoffee authored and ebyhr committed Apr 6, 2023
1 parent 09a9ce6 commit 17570c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/main/sphinx/connector/iceberg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,19 @@ configuration properties as the Hive connector's Glue setup. See
connector.name=iceberg
iceberg.catalog.type=glue
.. list-table:: Iceberg Glue catalog configuration properties
:widths: 35, 50, 15
:header-rows: 1

* - Property name
- Description
- Default
* - ``iceberg.glue.skip-archive``
- Skip archiving an old table version when creating a new version in a
commit. See `AWS Glue Skip Archive
<https://iceberg.apache.org/docs/latest/aws/#skip-archive>`_.
- ``false``

.. _iceberg-rest-catalog:

REST catalog
Expand Down

0 comments on commit 17570c3

Please sign in to comment.