Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -30,7 +30,7 @@ mountpount=os.environ['AZURE_MOUNT_POINT'],
|
|
30 |
accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
|
31 |
accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
|
32 |
|
33 |
-
storage_options={'account_name':
|
34 |
df = pl.read_parquet(path="liu/filename.parquet",storage_options=storage_options)
|
35 |
#abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
|
36 |
|
|
|
30 |
accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
|
31 |
accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
|
32 |
|
33 |
+
storage_options={'account_name': accountname, 'anon': False}
|
34 |
df = pl.read_parquet(path="liu/filename.parquet",storage_options=storage_options)
|
35 |
#abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
|
36 |
|