Arts-of-coding
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -27,8 +27,8 @@ config_fig = {
|
|
27 |
|
28 |
from adlfs import AzureBlobFileSystem
|
29 |
mountpount=os.environ['AZURE_MOUNT_POINT'],
|
30 |
-
accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
|
31 |
-
accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
|
32 |
|
33 |
filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
34 |
|
|
|
27 |
|
28 |
from adlfs import AzureBlobFileSystem
|
29 |
mountpount=os.environ['AZURE_MOUNT_POINT'],
|
30 |
+
accountkey=str(os.environ['AZURE_STORAGE_ACCESS_KEY']),
|
31 |
+
accountname=str(os.environ['AZURE_STORAGE_ACCOUNT']),
|
32 |
|
33 |
filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
34 |
|