Re: [I] Can pyiceberg rename iceberg database? [iceberg-python]

2024-03-25 Thread via GitHub
madeirak closed issue #546: Can pyiceberg rename iceberg database? URL: https://github.com/apache/iceberg-python/issues/546 -- 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

Re: [I] Can pyiceberg rename iceberg database? [iceberg-python]

2024-03-25 Thread via GitHub
syun64 commented on issue #546: URL: https://github.com/apache/iceberg-python/issues/546#issuecomment-2018451026 You can extend the same function to renaming the table namespace, granted that the table namespace exists. ``` properties = {##Your catalog properties##} catalog =

Re: [I] Can pyiceberg rename iceberg database? [iceberg-python]

2024-03-25 Thread via GitHub
madeirak commented on issue #546: URL: https://github.com/apache/iceberg-python/issues/546#issuecomment-2018270689 thx for reply, I mean table namespace. Is there any function to rename this? Replied Message | From | Sung ***@***.***> | | Date | 03/25/2024 22:37 | |

Re: [I] Can pyiceberg rename iceberg database? [iceberg-python]

2024-03-25 Thread via GitHub
syun64 commented on issue #546: URL: https://github.com/apache/iceberg-python/issues/546#issuecomment-2018152377 Hi @madeirak , by "iceberg database", which one of the following are you referring to? To my knowledge, there are three levels of naming in Iceberg: - catalog - table