Skip to content

Commit a77ca9e

Browse files
author
Jonas Bauer
committed
Added additional comment about env var.
Signed-off-by: Jonas Bauer <jbauer@easy2parts.com>
1 parent d04cfc3 commit a77ca9e

File tree

1 file changed

+1
-0
lines changed
  • docs/reference/offline-stores

1 file changed

+1
-0
lines changed

docs/reference/offline-stores/ray.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ hdfs_storage = SavedDatasetFileStorage(path="hdfs://namenode:8020/datasets/drive
465465
job.persist(hdfs_storage, allow_overwrite=True)
466466
467467
# Azure Blob Storage / Azure Data Lake Storage Gen2
468+
# By setting AZURE_STORAGE_ANON=False it uses DefaultAzureCredential
468469
az_storage = SavedDatasetFileStorage(path="abfss://container@stc_account.dfs.core.windows.net/datasets/driver_features.parquet")
469470
job.persist(az_storage, allow_overwrite=True)
470471
```

0 commit comments

Comments
 (0)