Skip to content

Commit 8604ad0

Browse files
committed
New files and TOC update.
1 parent 33473a8 commit 8604ad0

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

articles/machine-learning/how-to-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use connections (preview)
2+
title: Create connections to external data sources (preview)
33
titleSuffix: Azure Machine Learning
44
description: Learn how to use connections to connect to External data sources for training with Azure Machine Learning.
55
services: machine-learning
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.author: ambadal
1010
author: AmarBadal
1111
ms.reviewer: franksolomon
12-
ms.date: 04/11/2023
12+
ms.date: 04/13/2023
1313
ms.custom: data4ml
1414

1515
# Customer intent: As an experienced data scientist with Python skills, I have data located in external sources outside of Azure. I need to make that data available to the Azure Machine Learning platform, to train my machine learning models.

articles/machine-learning/how-to-import-data-assets.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Import Data (preview)
2+
title: Import data (preview)
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to import data from external sources on to Azure Machine Learning platform
4+
description: Learn how to import data from external sources to the Azure Machine Learning platform.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: mldata
88
ms.topic: how-to
99
ms.author: ambadal
1010
author: AmarBadal
1111
ms.reviewer: franksolomon
12-
ms.date: 04/12/2023
12+
ms.date: 04/13/2023
1313
ms.custom: data4ml
1414
---
1515

@@ -43,9 +43,9 @@ To create and work with data assets, you need:
4343

4444
* [Workspace connections created](how-to-connection.md)
4545

46-
## Importing from external database sources / import from external sources to create a mltable data asset
46+
## Importing from an external database source as a table data asset
4747

48-
> [!NOTE]
48+
> [!NOTE]
4949
> The external databases can have Snowflake, Azure SQL, etc. formats.
5050
5151
The following code samples can import data from external databases. The `connection` that handles the import action determines the external database data source metadata. In this sample, the code imports data from a Snowflake resource. The connection points to a Snowflake source. With a little modification, the connection can point to an Azure SQL database source and an Azure SQL database source. The imported asset `type` from an external database source is `mltable`.
@@ -102,7 +102,7 @@ ml_client.data.import_data(data_import=data_import)
102102

103103
---
104104

105-
## Import data from external data and file system resources to create a uri_folder data asset
105+
## Import data from an external file system source as a folder data asset
106106

107107
> [!NOTE]
108108
> An Amazon S3 data resource can serve as an external file system resource.
@@ -194,4 +194,4 @@ ml_client.data.show_materialization_status(name="<name>")
194194

195195
- [Read data in a job](how-to-read-write-data-v2.md#read-data-in-a-job)
196196
- [Working with tables in Azure Machine Learning](how-to-mltable.md)
197-
- [Access data from Azure cloud storage during interactive development](how-to-access-data-interactive.md)
197+
- [Access data from Azure cloud storage during interactive development](how-to-access-data-interactive.md)

articles/machine-learning/toc.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,14 @@
592592
- name: Create data assets
593593
displayName: Create data assets
594594
href: how-to-create-data-assets.md
595+
- name: Import data from external sources
596+
items:
597+
- name: Create connections to external data sources (preview)
598+
displayName: Create connections to external data sources (preview)
599+
href: how-to-connection.md
600+
- name: Import data (preview)
601+
displayName: Import data (preview)
602+
href: how-to-import-data-assets.md
595603
- name: Access and explore your data
596604
items:
597605
- name: Access data during interactive development
@@ -600,12 +608,6 @@
600608
- name: Access data in jobs
601609
displayName: Access data in jobs
602610
href: how-to-read-write-data-v2.md
603-
- name: Import data
604-
displayName: Import data
605-
href: how-to-import-data-assets.md
606-
- name: Use connections
607-
displayName: Use connections
608-
href: how-to-connection.md
609611
- name: Working with Tables (mltable)
610612
displayName: Working with Tables (mltable)
611613
href: how-to-mltable.md
@@ -1084,8 +1086,6 @@
10841086
href: how-to-use-pipeline-ui.md
10851087
- name: How to use parallel job in pipeline
10861088
href: how-to-use-parallel-job-in-pipeline.md
1087-
- name: How to use pipeline component in pipeline
1088-
href: how-to-use-pipeline-component.md
10891089
# v1
10901090
- name: Create ML pipelines (Python)
10911091
href: ./v1/how-to-create-machine-learning-pipelines.md
@@ -1233,8 +1233,6 @@
12331233
href: reference-yaml-model.md
12341234
- name: Schedule
12351235
href: reference-yaml-schedule.md
1236-
- name: Pipeline component
1237-
href: reference-yaml-component-pipeline.md
12381236
- name: Compute
12391237
items:
12401238
- name: Compute cluster (AmlCompute)

0 commit comments

Comments
 (0)