File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/real-time-intelligence Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Fabric notebooks provide [code snippets](../data-engineering/author-execute-note
45
45
# The database with data to be read.
46
46
database = "DocsDatabase"
47
47
# The access credentials.
48
- accessToken = mssparkutils.credentials.getToken(kustoUri )
48
+ accessToken = mssparkutils.credentials.getToken('kusto' )
49
49
kustoDf = spark.read\
50
50
.format("com.microsoft.kusto.spark.synapse.datasource")\
51
51
.option("accessToken", accessToken)\
@@ -67,7 +67,7 @@ Fabric notebooks provide [code snippets](../data-engineering/author-execute-note
67
67
# The table to write the data
68
68
table = ""
69
69
# The access credentials for the write
70
- accessToken = mssparkutils.credentials.getToken(kustoUri )
70
+ accessToken = mssparkutils.credentials.getToken('kusto' )
71
71
72
72
# Generate a range of 5 rows with Id's 5 to 9
73
73
data = spark.range(5,10)
You can’t perform that action at this time.
0 commit comments