Re: [PR] Set table properties with dictionary [iceberg-python]

2024-03-08 Thread via GitHub
HonahX merged PR #503: URL: https://github.com/apache/iceberg-python/pull/503 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg

[PR] Set table properties with dictionary [iceberg-python]

2024-03-06 Thread via GitHub
kevinjqliu opened a new pull request, #503: URL: https://github.com/apache/iceberg-python/pull/503 Resolves #502 With this PR, table properties can be set with `set_properties` transaction by passing in a dictionary ``` with table.transaction() as transaction: transactio