NikitaMatskevich
NikitaMatskevich
### Apache Iceberg version 0.10.0 (latest release) ### Please describe the bug 🐞 Starting from version 20, Pyarrow has support for Azure filesystems. ABFS URIs have this [format](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri): abfs[s]://@.dfs.core.windows.net// But...
# Rationale for this change Starting from version 20, Pyarrow has support for Azure filesystems. Azure table locations are typically of this format: "abfss://@..core.windows.net///". When creating a PyArrowFile, we simply...
# Rationale for this change We are using default credential pipeline to get access to Azure (more concretely, [managed identities](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview)). We found out that fsspec library [only allows it if...