diff --git a/test_setup.py b/test_setup.py index 7601cfd..f5b0798 100644 --- a/test_setup.py +++ b/test_setup.py @@ -7,7 +7,7 @@ # Optionally, you can add to the source URI of your mount point. dbutils.fs.mount( - source = "abfss://datalake@dacrookdbdevstorage.dfs.core.windows.net", #blobcontainername@storageaccount + source = dbutils.secrets.get(scope = "data-lake", key = "datalake-fqdn"), mount_point = "/mnt/datalake", extra_configs = configs)