We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1264a98 commit 22823a3Copy full SHA for 22823a3
1 file changed
src/azure/mod.rs
@@ -426,8 +426,8 @@ mod tests {
426
///
427
/// Set these env vars before running:
428
/// - `AZURE_STORAGE_TOKEN`: bearer token (e.g. from `az account get-access-token`)
429
- /// - `ONELAKE_URL`: full OneLake table URL, e.g.
430
- /// `https://onelake.dfs.fabric.microsoft.com/<ws>/<item>/Tables/<table>`
+ /// - `ONELAKE_URL`: full OneLake URL, e.g.
+ /// `https://onelake.blob.fabric.microsoft.com/<ws>/<item>/Files/`
431
432
/// See <https://github.com/apache/arrow-rs-object-store/issues/695>
433
#[ignore = "Used for manual testing against a real OneLake endpoint."]
0 commit comments