Arts-of-coding
commited on
Commit
•
33272b7
1
Parent(s):
aa585d7
Update main.py
Browse files
main.py
CHANGED
@@ -30,7 +30,7 @@ mountpount=os.environ['AZURE_MOUNT_POINT'],
|
|
30 |
AZURE_STORAGE_ACCESS_KEY=os.getenv('AZURE_STORAGE_ACCESS_KEY')
|
31 |
AZURE_STORAGE_ACCOUNT=os.getenv('AZURE_STORAGE_ACCOUNT')
|
32 |
|
33 |
-
filepath = 'az://
|
34 |
|
35 |
storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
|
36 |
#azfs = AzureBlobFileSystem(**storage_options )
|
|
|
30 |
AZURE_STORAGE_ACCESS_KEY=os.getenv('AZURE_STORAGE_ACCESS_KEY')
|
31 |
AZURE_STORAGE_ACCOUNT=os.getenv('AZURE_STORAGE_ACCOUNT')
|
32 |
|
33 |
+
filepath = 'az://dataliu/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
34 |
|
35 |
storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
|
36 |
#azfs = AzureBlobFileSystem(**storage_options )
|