Skip to content

Commit df775e7

Browse files
authored
Update for uploading data in asset registration
1 parent 5aaac41 commit df775e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,7 @@ az ml data create --name <name_of_asset> --version 1 --path <folder_with_MLTable
434434

435435
> [!NOTE]
436436
> The path points to the **folder** that contains the `MLTable` file. The path can be local or remote (a cloud storage URI). If the path is a local folder, then the folder will automatically be uploaded to the default Azure Machine Learning datastore in the cloud.
437-
438-
Only the data in the *same* folder as the `MLTable` file will upload when you create data assets from a local folder. That upload will go to the default Azure Machine Learning datastore located in the cloud. Then, the asset is created. If any relative path in the `MLTable` `path` section exists, and the data *isn't* in the same folder, the data won't upload, and the relative path won't work.
437+
That upload will go to the default Azure Machine Learning datastore located in the cloud. Then, the asset is created. If any relative path in the `MLTable` `path` section exists, but the data *isn't* in that folder, the data won't get uploaded.
439438

440439
# [Python](#tab/Python-SDK)
441440

@@ -1309,4 +1308,4 @@ df.head()
13091308

13101309
- [Read data in a job](how-to-read-write-data-v2.md#read-data-in-a-job)
13111310
- [Create data assets](how-to-create-data-assets.md#create-data-assets)
1312-
- [Data administration](how-to-administrate-data-authentication.md#data-administration)
1311+
- [Data administration](how-to-administrate-data-authentication.md#data-administration)

0 commit comments

Comments
 (0)