Re: [I] check if table exist [iceberg-python]

2024-02-20 Thread via GitHub
Fokko closed issue #406: check if table exist URL: https://github.com/apache/iceberg-python/issues/406 -- 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: i

Re: [I] check if table exist [iceberg-python]

2024-02-16 Thread via GitHub
Fokko commented on issue #406: URL: https://github.com/apache/iceberg-python/issues/406#issuecomment-1948187320 @Gowthami03B That would be great! 👍 One note here: > important if we just want to check that a table exists in a namespace. I'd argue this is the same as calling lis

Re: [I] check if table exist [iceberg-python]

2024-02-15 Thread via GitHub
Gowthami03B commented on issue #406: URL: https://github.com/apache/iceberg-python/issues/406#issuecomment-1947454813 Can I take a stab at the `table_exists` method proposed here? @Fokko @djouallah @syun64 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] check if table exist [iceberg-python]

2024-02-13 Thread via GitHub
syun64 commented on issue #406: URL: https://github.com/apache/iceberg-python/issues/406#issuecomment-1941783224 I think `table_exists` function that @djouallah proposed and the PR that @hussein-awala is working on to support `CREATE TABLE IF NOT EXISTS` both serve different purposes. And I

Re: [I] check if table exist [iceberg-python]

2024-02-13 Thread via GitHub
Fokko commented on issue #406: URL: https://github.com/apache/iceberg-python/issues/406#issuecomment-1941427010 I like the `table_exists` method 👍 -- 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] check if table exist [iceberg-python]

2024-02-13 Thread via GitHub
djouallah commented on issue #406: URL: https://github.com/apache/iceberg-python/issues/406#issuecomment-1941236182 I don't want to replace the table, if the table exist leave it as it is , otherwise create a new one, but not replace it. -- This is an automated message from the Apache Gi