Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2025-01-20 Thread via GitHub
Fokko closed issue #1146: Support Vended Credentials for Azure Data Lake Store URL: https://github.com/apache/iceberg-python/issues/1146 -- 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 c

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-11-06 Thread via GitHub
Fokko commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2460085783 Hey @sfc-gh-tbenroeck, thanks for uncovering this bug. Are you interested in creating a PR to fix this? It looks like you're almost there. -- This is an automated message fro

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-10-31 Thread via GitHub
sfc-gh-tbenroeck commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2450669506 I created a custom FileIO fix as a temporary workaround and I've submitted [Polaris #418](https://github.com/apache/polaris/issues/) ``` catalog = load_catalog(

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-10-29 Thread via GitHub
djouallah commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2443987857 spend too much time on it to find out it is a bug in pyiceberg :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-10-17 Thread via GitHub
sfc-gh-tbenroeck commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2421306564 @sungwy and @ndrluis [#961](https://github.com/apache/iceberg-python/pull/961) isn't a fix for this issue. There are two aspects, first the prefix `adls.sas-token` v

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-09-25 Thread via GitHub
c-thiel commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2373244987 @sungwy sorry for the late reply, I overlooked this. Looking good now :) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-09-10 Thread via GitHub
sungwy commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2340699009 > @sungwy in my comment as well as in the catalog I am using "adls.sas-token" which is exactly what Java and Spark expect: https://github.com/apache/iceberg/blob/4873b4b7534de

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-09-10 Thread via GitHub
sungwy commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2340514942 > The adlfs prefix is wrong, we already have a PR to fix the prefix in #961 Thanks for pointing that out @ndrluis . Let me do a pass through it and get it merged in to r

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-09-10 Thread via GitHub
ndrluis commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2340323128 The adlfs prefix is wrong, we already have a PR to fix the prefix in #961 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Support Vended Credentials for Azure Data Lake Store [iceberg-python]

2024-09-09 Thread via GitHub
c-thiel commented on issue #1146: URL: https://github.com/apache/iceberg-python/issues/1146#issuecomment-2339797459 @sungwy in my comment as well as in my comment I am using "adls.sas-token" which is exactly what Java and Spark expect: https://github.com/apache/iceberg/blob/4873b4b7534d