Skip to content

Commit bbcd029

Browse files
authored
Merge pull request #116188 from CHEEKATLAPRADEEP-MSFT/patch-101
(AzureCXP) MicrosoftDocs/azure-docs#55390
2 parents 136066e + acb5e1d commit bbcd029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ We have data available in a SQL pool database. Now we load it into a Spark datab
167167
* Select **Add code** to add a notebook code cell and paste the text below:
168168
169169
```scala
170-
%% spark
170+
%%spark
171171
spark.sql("CREATE DATABASE IF NOT EXISTS nyctaxi")
172172
val df = spark.read.sqlanalytics("SQLDB1.dbo.Trip")
173173
df.write.mode("overwrite").saveAsTable("nyctaxi.trip")

0 commit comments

Comments
 (0)