We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04cfc3 commit a77ca9eCopy full SHA for a77ca9e
docs/reference/offline-stores/ray.md
@@ -465,6 +465,7 @@ hdfs_storage = SavedDatasetFileStorage(path="hdfs://namenode:8020/datasets/drive
465
job.persist(hdfs_storage, allow_overwrite=True)
466
467
# Azure Blob Storage / Azure Data Lake Storage Gen2
468
+# By setting AZURE_STORAGE_ANON=False it uses DefaultAzureCredential
469
az_storage = SavedDatasetFileStorage(path="abfss://container@stc_account.dfs.core.windows.net/datasets/driver_features.parquet")
470
job.persist(az_storage, allow_overwrite=True)
471
```
0 commit comments