We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c01f8b commit 2d1b81bCopy full SHA for 2d1b81b
2.access_adls_using_sas_token.py
@@ -4,5 +4,5 @@
4
spark.conf.set("fs.azure.sas.fixed.token.formula1dl.dfs.core.windows.net", "")
5
display(dbutils.fs.ls("abfss://[email protected]"))
6
7
-display(spark.read.csv("abfss://[email protected]/circuits.csv"))
+display(spark.read.csv("abfss://[email protected]/circuits.csv")
8
0 commit comments