Skip to content

Commit d664db4

Browse files
committed
updates
1 parent f552634 commit d664db4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ When your SQL pool is created, it will be associated with a SQL pool database al
117117
> [!NOTE]
118118
> Despite the name, an Apache Spark pool is not like a SQL pool. It's just some basic metadata that you use to inform the Synapse workspace how to interact with Spark.
119119
120-
Because they are metadata Spark pools cannot be started or stopped.
120+
Because they are metadata, Spark pools cannot be started or stopped.
121121

122-
When you do any Spark activity in Synapse, you specify a Spark pool to use. The pool informs Synapse how many Spark resources to use. You pay only for the resources thar are used. When you actively stop using the pool the resources will automatically time out and be recycled.
122+
When you do any Spark activity in Synapse, you specify a Spark pool to use. The pool informs Synapse how many Spark resources to use. You pay only for the resources thar are used. When you actively stop using the pool, the resources will automatically time out and be recycled.
123123

124124
> [!NOTE]
125125
> Spark databases are independently created from Spark pools. A workspace always has a Spark DB called **default** and you can create additional Spark databases.
@@ -128,15 +128,15 @@ When you do any Spark activity in Synapse, you specify a Spark pool to use. The
128128

129129
Every workspace comes with a pre-built and undeleteable pool called **SQL on-demand**. The SQL on-demand pool allows you to work with SQL without having to create or think about managing a Synapse SQL pool. Unlike the other kinds of pools, billing for SQL on-demand is based on the amount of data scanned to run the query - and not the number of resources used to execute the query.
130130

131-
* SQL on-demand also has its own kind of SQL on-demand databases that exist independently from any SQL on-demand pool.
131+
* SQL on-demand also has its own SQL on-demand databases that exist independently from any SQL on-demand pool.
132132
* Currently a workspace always has exactly one SQL on-demand pool named **SQL on-demand**.
133133

134134
## Load the NYC Taxi Sample data into the SQLDB1 database
135135

136136
1. In Synapse Studio, in the top-most blue menu, select the **?** icon.
137137
1. Select **Getting started > Getting started hub**
138-
1. In the card labeled **Query sample data** select the SQL pool named `SQLDB1`
139-
1. Select **Query data**. You will see a notification saying "Loading sample data" which will appear and then disappear.
138+
1. In the card labeled **Query sample data**, select the SQL pool named `SQLDB1`
139+
1. Select **Query data**. You will see a notification saying "Loading sample data" that will appear and then disappear.
140140
1. You'll see a light-blue notification bar near the top of Synapse Studio indicating that data is being loaded into SQLDB1. Wait until it turns green then dismiss it.
141141

142142
## Explore the NYC taxi data in the SQL Pool
@@ -159,7 +159,7 @@ Every workspace comes with a pre-built and undeleteable pool called **SQL on-dem
159159
```
160160

161161
1. This query shows how the total trip distances and average trip distance relate to the number of passengers
162-
1. In the SQL script result window change the **View** to **Chart** to see a visualization of the results as a line chart
162+
1. In the SQL script result window, change the **View** to **Chart** to see a visualization of the results as a line chart
163163

164164
## Load the NYC Taxi Sample data into the Spark nyctaxi database
165165

@@ -214,7 +214,7 @@ We have data available in a table in `SQLDB1`. Now we load it into a Spark datab
214214
215215
## Customize data visualization data with Spark and notebooks
216216
217-
With notebooks you can control how render charts. The following code shows a simple example using the popular libraries `matplotlib` and `seaborn`. It will render the same kind of line chart you saw when running the SQL queries earlier.
217+
With notebooks, you can control how render charts. The following code shows a simple example using the popular libraries `matplotlib` and `seaborn`. It will render the same kind of line chart you saw when running the SQL queries earlier.
218218
219219
```py
220220
%%pyspark
@@ -357,9 +357,9 @@ You can link a Power BI workspace to your Synapse workspace. This allows you to
357357
1. This will launch Power BI desktop and automatically connect it to `SQLDB1` in your synapse workspace.
358358
1. If you see a dialog appear called **SQL server database**:
359359
a. Select **Microsoft account**.
360-
b. Select **Sign in** and log in.
360+
b. Select **Sign in** and sign in.
361361
c. Select **Connect**.
362-
1. The **Navigator** dialog will open. When it does check the **PassengerCountStats** table and select **Load**.
362+
1. The **Navigator** dialog will open. When it does, check the **PassengerCountStats** table and select **Load**.
363363
1. A **Connection settings** dialog will appear. Select **DirectQuery** and select **OK**
364364
1. Select the **Report** button on the left.
365365
1. Add **Line chart** to your report.
@@ -377,7 +377,7 @@ You can link a Power BI workspace to your Synapse workspace. This allows you to
377377
1. At the left, under **Workspaces** select the `NYCTaxiWorkspace1` workspace.
378378
1. Inside that workspace you should see a dataset called `Passenger Analysis` and a report called `Passenger Analysis`.
379379
1. Hover over the `PassengerAnalysis` dataset and select the icon with the three dots and select **Settings**.
380-
1. In **Data source credentials** set the **Authentication method** to **OAuth2** and select **Sign in**.
380+
1. In **Data source credentials**, set the **Authentication method** to **OAuth2** and select **Sign in**.
381381

382382
### Edit a report in Synapse Studio
383383

@@ -393,7 +393,7 @@ You can link a Power BI workspace to your Synapse workspace. This allows you to
393393
## Monitor activities
394394

395395
1. In Synapse Studio, navigate to the monitor hub.
396-
1. In this location you can see a history of all the activities taking place in the workspace and which ones are active now.
396+
1. In this location, you can see a history of all the activities taking place in the workspace and which ones are active now.
397397
1. Explore the **Pipeline runs**, **Apache Spark applications**, and **SQL requests** and you can see what you've already done in the workspace.
398398

399399
## Next steps

0 commit comments

Comments
 (0)