title | description | author | ms.author | ms.reviewer | ms.service | ms.subservice | ms.topic | ms.date |
---|---|---|---|---|---|---|---|---|
Tutorial: Get started explore the Synapse Knowledge center |
In this tutorial, you'll learn how to use the Synapse Knowledge center. |
saveenr |
saveenr |
sngun |
synapse-analytics |
workspace |
tutorial |
04/04/2021 |
In this tutorial, you'll learn how to use the Synapse Studio Knowledge center.
There are two ways of finding the Knowledge center in Synapse Studio:
- In the Home hub, near the top-right of the page click on Learn.
- In the menu bar at the top, click ? and then Knowledge center.
Pick either method and open the Knowledge center.
Once it is visible, you will see that the Knowledge center allows you to do three things:
- Use samples immediately. If you want a quick example of how Synapse works, choose this option.
- Browse gallery. This option lets you link sample data sets and add sample code in the form of SQL scripts, notebooks, and pipelines.
- Tour Synapse Studio. This option takes you on a brief tour of the basic parts of Synapse Studio. This is useful if you have never used Synapse Studio before.
There are three items in this section:
- Explore sample data with Spark
- Query data with SQL
- Create external table with SQL
- In the Knowledge center, click Use samples immediately.
- Select Query data with SQL.
- Click Use sample.
- A new sample SQL script will open.
- Scroll to the first query (lines 28 to 32) and select the query text.
- Click Run. It will run only code you have selected.
-
Go to the Knowledge center, click Browse gallery.
-
Select the SQL scripts tab at the top.
-
Select Load the New York Taxicab dataset Data ingestion sample, click Continue.
-
Under SQL pool, choose Select an existing pool and select SQLPOOL1, and select the SQLPOOL1 database you created earlier.
-
Click Open Script.
-
A new sample SQL script will open.
-
Click Run
-
This will create several tables for all of the NYC Taxi data and load them using the T-SQL COPY command. If you had created these tables in the previous quick start steps, select and execute only code to CREATE and COPY for tables that do not exist.
[!NOTE] When using the sample gallery for SQL script with a dedicated SQL pool (formerly SQL DW), you will only be able to use an existing dedicated SQL pool (formerly SQL DW).
[!div class="nextstepaction"] Add an administrator