| title | Tutorial: Get started explore the Synapse Knowledge center |
|---|---|
| description | In this tutorial, you'll learn how to use the Synapse Knowledge center. |
| author | juluczni |
| ms.author | juluczni |
| ms.service | azure-synapse-analytics |
| ms.subservice | workspace |
| ms.topic | tutorial |
| ms.date | 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, select Learn.
- In the menu bar at the top, select ? and then Knowledge center.
Pick either method and open the Knowledge center.
Once it's visible, you'll 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, select Use samples immediately.
- Select Query data with SQL.
- Select Use sample.
- A new sample SQL script will open.
- Scroll to the first query (lines 28 to 32) and select the query text.
- select Run. It will run only code you have selected.
-
Go to the Knowledge center, select Browse gallery.
-
Select the SQL scripts tab at the top.
-
Select Load the New York Taxicab dataset Data ingestion sample, select Continue.
-
Under SQL pool, choose Select an existing pool and select SQLPOOL1, and select the SQLPOOL1 database you created earlier.
-
Select Open Script.
-
A new sample SQL script will open.
-
Select 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 don't 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