Arts-of-coding
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -32,7 +32,7 @@ accountname=str(os.environ['AZURE_STORAGE_ACCOUNT']),
|
|
32 |
|
33 |
filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
34 |
|
35 |
-
storage_options={'account_name':
|
36 |
azfs = AzureBlobFileSystem(**storage_options )
|
37 |
|
38 |
df = pl.read_parquet(filepath,storage_options=storage_options)
|
|
|
32 |
|
33 |
filepath = 'az://bucket-name/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 )
|
37 |
|
38 |
df = pl.read_parquet(filepath,storage_options=storage_options)
|