Skip to content

Commit 4e6391b

Browse files
authored
Merge pull request #94663 from mamccrea/patch-29
Databricks: Fix session configs
2 parents 6395a25 + 449b6c9 commit 4e6391b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-databricks/databricks-extract-load-sql-data-warehouse.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ In this section, you create a notebook in Azure Databricks workspace and then ru
150150
```scala
151151
val appID = "<appID>"
152152
val password = "<password>"
153-
val fileSystemName = "<file-system-name>"
154153
val tenantID = "<tenant-id>"
155154

156155
spark.conf.set("fs.azure.account.auth.type", "OAuth")
@@ -159,8 +158,6 @@ In this section, you create a notebook in Azure Databricks workspace and then ru
159158
spark.conf.set("fs.azure.account.oauth2.client.secret", "<password>")
160159
spark.conf.set("fs.azure.account.oauth2.client.endpoint", "https://login.microsoftonline.com/<tenant-id>/oauth2/token")
161160
spark.conf.set("fs.azure.createRemoteFileSystemDuringInitialization", "true")
162-
dbutils.fs.ls("abfss://<file-system-name>@<storage-account-name>.dfs.core.windows.net/")
163-
spark.conf.set("fs.azure.createRemoteFileSystemDuringInitialization", "false")
164161
```
165162

166163
**Account configuration**

0 commit comments

Comments
 (0)