You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a parquet file in a fabric lakehouse that I would like to map in duckdb. It works well using the dfs URL az://onelake.dfs.fabric.microsoft.com/xxx/xxxx/Files/xxxx.parquet (just copy pasting from fabric and replacing https with az
but not with the abfss URL: abfss://[email protected]/xxxx/Files/xxxx.parquet
I authenticate using azure cli.
D create or replace view actualcosts as select * FROM 'abfss://[email protected]/xxxx/Files/xxxx.parquet';
IO Error: AzureBlobStorageFileSystem could not open file: 'xxxx Files/xxxx.parquet', unknown error occurred, this could mean the credentials used were wrong. Original error message: 'Error while getting a connection handle. Error Code: 12005: The URL is invalid
The text was updated successfully, but these errors were encountered:
I have a parquet file in a fabric lakehouse that I would like to map in duckdb. It works well using the dfs URL
az://onelake.dfs.fabric.microsoft.com/xxx/xxxx/Files/xxxx.parquet
(just copy pasting from fabric and replacing https with azbut not with the abfss URL:
abfss://[email protected]/xxxx/Files/xxxx.parquet
I authenticate using azure cli.
IO Error: AzureBlobStorageFileSystem could not open file: 'xxxx Files/xxxx.parquet', unknown error occurred, this could mean the credentials used were wrong. Original error message: 'Error while getting a connection handle. Error Code: 12005: The URL is invalid
The text was updated successfully, but these errors were encountered: