Spaces:
Running
Running
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -26,7 +26,7 @@ mountpount=os.environ['AZURE_MOUNT_POINT'],
|
|
26 |
accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
|
27 |
accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
|
28 |
|
29 |
-
storage_options={'account_name':
|
30 |
df = pl.read_parquet(path="liu/filename.parquet",storage_options=storage_options)
|
31 |
#abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
|
32 |
|
|
|
26 |
accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
|
27 |
accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
|
28 |
|
29 |
+
storage_options={'account_name': accountname, 'anon': False}
|
30 |
df = pl.read_parquet(path="liu/filename.parquet",storage_options=storage_options)
|
31 |
#abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
|
32 |
|