Gareth Western
Gareth Western
I might be mistaken, but it looks to me like [azure_parsed_url.cpp](https://github.com/duckdb/duckdb_azure/blob/main/src/azure_parsed_url.cpp) and [azure_dfs_filesystem.cpp](https://github.com/duckdb/duckdb_azure/blob/main/src/azure_dfs_filesystem.cpp) do not properly handle the `abfs(s)://[email protected]/path` syntax (as documented in https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri).
Related? https://github.com/duckdb/duckdb_delta/issues/71
I wonder if this delta issue is also related? https://github.com/duckdb/duckdb_delta/issues/71
@krsma33 can you test if this issue is fixed in 1.1.0?
Same problem here after importing local state to an azure storage account