Re: [I] Support writing to a branch [iceberg-python]

2025-01-11 Thread via GitHub
sl2902 commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2585419953 @vinjai Thanks for working on this feature Is there any update regarding this feature? I would like to have this feature to perform a Write Audit Publish pattern in my pipe

Re: [I] Support writing to a branch [iceberg-python]

2024-10-17 Thread via GitHub
vinjai commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2420730890 PR is ready for review -- 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 specifi

Re: [I] Support writing to a branch [iceberg-python]

2024-09-24 Thread via GitHub
sungwy commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2371644536 Hi @vinjai thank you very much for working on this issue. I'm just working through the list of open items to check if they are still actively being worked on. Are you still inter

Re: [I] Support writing to a branch [iceberg-python]

2024-07-11 Thread via GitHub
kevinjqliu commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2224059233 @vinjai yes! please go ahead. -- 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

Re: [I] Support writing to a branch [iceberg-python]

2024-07-06 Thread via GitHub
vinjai commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2211703159 @kevinjqliu @Fokko I can take this forward if no one is actively working on this. -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] Support writing to a branch [iceberg-python]

2024-05-15 Thread via GitHub
kevinjqliu commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2113260320 @Gowthami03B definitely, I've assigned the issue to you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Support writing to a branch [iceberg-python]

2024-05-15 Thread via GitHub
Gowthami03B commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-2113233736 Hello, can I hop back on this train if no one else is actively working on this (again building off of kevin's work)? @kevinjqliu @Fokko -- This is an automated message fr

Re: [I] Support writing to a branch [iceberg-python]

2024-02-15 Thread via GitHub
Gowthami03B commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-1947458069 I had an offline chat with @kevinjqliu , I shall work on this to build off of the PR created by kevin. -- This is an automated message from the Apache Git Service. To resp

Re: [I] Support writing to a branch [iceberg-python]

2024-01-27 Thread via GitHub
kevinjqliu commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-1913306420 also note `dev/provision.py` which is used for integration tests already have statements to create tags and branchs https://github.com/apache/iceberg-python/blob/9e039

Re: [I] Support writing to a branch [iceberg-python]

2024-01-27 Thread via GitHub
kevinjqliu commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-1913305829 We first need a `create branch` API. Then update places currently gated by `MAIN_BRANCH`. 1. https://github.com/apache/iceberg-python/blob/9e0394939bab8d6b26cdde6f7

Re: [I] Support writing to a branch [iceberg-python]

2024-01-27 Thread via GitHub
kevinjqliu commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-1913304752 First pass, just refactoring #312 -- 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

Re: [I] Support writing to a branch [iceberg-python]

2024-01-27 Thread via GitHub
kevinjqliu commented on issue #306: URL: https://github.com/apache/iceberg-python/issues/306#issuecomment-1913303260 In order to write to a branch, the branch needs to be created first. From https://iceberg.apache.org/docs/latest/spark-writes/#writing-to-branches: > the branch