You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/database-designer/quick-start-create-lake-database.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.reviewer: wiassaf, jovanpop
7
7
ms.service: azure-synapse-analytics
8
8
ms.subservice: database-editor
9
9
ms.topic: quickstart
10
-
ms.date: 08/16/2022
10
+
ms.date: 12/31/2024
11
11
ms.custom: template-concept
12
12
---
13
13
@@ -23,9 +23,9 @@ This quick start gives you a complete sample scenario on how you can apply datab
23
23
24
24
## Create a lake database from database templates
25
25
26
-
Use the new database templates functionality to create a lake database that you can use to configure your data model for the database.
26
+
Use the new database templates functionality to create a lake database that you can use to configure your data model for the database.
27
27
28
-
For our scenario we will use the `Retail` database template and select the following entities:
28
+
For our scenario we'll use the `Retail` database template and select the following entities:
29
29
30
30
-**RetailProduct** - A product is anything that can be offered to a market that might satisfy a need by potential customers. That product is the sum of all physical, psychological, symbolic, and service attributes associated with it.
31
31
-**Transaction** - The lowest level of executable work or customer activity.
@@ -43,7 +43,7 @@ The easiest way to find entities is by using the search box above the different
43
43
44
44
After you have created the database, make sure the storage account and the filepath is set to a location where you wish to store the data. The path will default to the primary storage account within Azure Synapse Analytics but can be changed to your needs.
45
45
46
-
:::image type="content" source="./media/quick-start-create-lake-database/lake-database-example.png" alt-text="Screenshot of an individual entity properties in the Retail database template." lightbox="./media/quick-start-create-lake-database/lake-database-example.png":::
46
+
:::image type="content" source="./media/quick-start-create-lake-database/lake-database-example.png" alt-text="Screenshot of an individual entity property in the Retail database template." lightbox="./media/quick-start-create-lake-database/lake-database-example.png":::
47
47
48
48
To save your layout and make it available within Azure Synapse, **Publish** all changes. This step completes the setup of the lake database and makes it available to all components within Azure Synapse Analytics and outside.
49
49
@@ -77,10 +77,6 @@ df = spark.sql("SELECT * FROM `Retail_mil`.`RetailProduct`")
77
77
df.show(10)
78
78
```
79
79
80
-
## Train machine learning models
81
-
82
-
You can use lake database to train your machine learning models and score the data. For more details [Train machine learning models](../machine-learning/tutorial-automl.md)
83
-
84
80
## Next steps
85
81
86
82
Continue to explore the capabilities of the database designer using the links below.
0 commit comments