Arts-of-coding commited on
Commit
7c62357
·
verified ·
1 Parent(s): 92c0913

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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
- filepath = 'az://bucket-name/df_test_predicate_pushdown.parquet'
34
 
35
  storage_options={'account_name': accountname, 'account_key': accountkey,'anon': False}
36
  azfs = AzureBlobFileSystem(**storage_options )
 
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
 
35
  storage_options={'account_name': accountname, 'account_key': accountkey,'anon': False}
36
  azfs = AzureBlobFileSystem(**storage_options )