njriasan opened a new issue, #10127:
URL: https://github.com/apache/iceberg/issues/10127

   ### Feature Request / Improvement
   
   When you setup a managed Snowflake Iceberg table on an Azure account, they 
will provide locations that use `wasbs://` and not `abfss://`. `wasb` is 
currently deprecated by Azure and everyone is encouraged to use ABFS instead. 
While Snowflake should really change this behavior, in the spirit of allowing 
people to "update" Iceberg tables without rewriting all the metadata files, it 
would be great if the iceberg library could handle this automatically.
   
   Its my understanding that you can convert a `wasbs` URI to an `abfss` URI by 
just making two changes:
   - Replacing `wasbs://` with `abfss://`
   - Updating `blob.core.windows.net` with `dfs.core.windows.net`.
   
   If this change could be replaced when loading the location and file 
information from metadata files, then every user could effortlessly update to 
using  `abfs`.
    
   
   ### Query engine
   
   Snowflake


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to