We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 136066e + acb5e1d commit bbcd029Copy full SHA for bbcd029
articles/synapse-analytics/get-started.md
@@ -167,7 +167,7 @@ We have data available in a SQL pool database. Now we load it into a Spark datab
167
* Select **Add code** to add a notebook code cell and paste the text below:
168
169
```scala
170
- %% spark
+ %%spark
171
spark.sql("CREATE DATABASE IF NOT EXISTS nyctaxi")
172
val df = spark.read.sqlanalytics("SQLDB1.dbo.Trip")
173
df.write.mode("overwrite").saveAsTable("nyctaxi.trip")
0 commit comments