Skip to content

Commit eebac39

Browse files
committed
fix: updated mount uri
1 parent 60ed273 commit eebac39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mount.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "databricks_mount" "adls" {
22
for_each = var.mountpoints
33

44
name = each.key
5-
uri = "abfss://${each.value["container_name"]}@${each.value["storage_account_name"]}.dfs.core.windows.net/${each.value["root_path"]}"
5+
uri = "abfss://${each.value["container_name"]}@${each.value["storage_account_name"]}.dfs.core.windows.net"
66
extra_configs = {
77
"fs.azure.account.auth.type" : "OAuth",
88
"fs.azure.account.oauth.provider.type" : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider",

0 commit comments

Comments
 (0)