Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Oct 21, 2024
1 parent b7ba917 commit caef0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ The table below shows which PyIceberg features are currently available.
| Sort order || https://shorturl.at/TycZN | These can be partitions but that's not necessary. Also, they require a transform. Easiest thing to do is to allow end-users to set this in metadata. |
| PyIceberg commit retries || https://github.com/apache/iceberg-python/pull/330 https://github.com/apache/iceberg-python/issues/269 | PR to add this to PyIceberg is open. Will probably be merged for an upcoming release. Added a custom retry function using Tenacity for the time being. |
| Partition evolution || https://py.iceberg.apache.org/api/#partition-evolution | Create, Update, Delete partitions by updating the Dagster partitions definition |
| Table properties || https://py.iceberg.apache.org/api/#table-properties | Can add this through metadata on the asset. |
| Table properties || https://py.iceberg.apache.org/api/#table-properties | Can add this through metadata on the asset or through configuration options. Available properties [here](https://py.iceberg.apache.org/configuration/#tables) |
| Snapshot properties || https://py.iceberg.apache.org/api/#snapshot-properties | Useful for correlating Dagster runs to snapshots by adding tags to snapshot. |
|

### Supported catalog backends

Expand Down

0 comments on commit caef0c5

Please sign in to comment.