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/machine-learning/how-to-mltable.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -486,7 +486,7 @@ MLTable supports the following path types:
486
486
> `mltable` handles user credential passthrough for paths on Azure Storage and Azure Machine Learning datastores. If you don't have permission to the data on the underlying storage, you can't access the data.
487
487
488
488
#### A note on defining paths for Delta Lake Tables
489
-
Defining paths to read Delta Lake tables is different compared to the other file types. For Delta Lake tables, the path points to a *single* folder (typically on ADLS gen2) that contains the Delta table. *time travel* is supported. The following code shows how to define a path for a Delta Lake table:
489
+
Defining paths to read Delta Lake tables is different compared to the other file types. For Delta Lake tables, the path points to a *single* folder (typically on ADLS gen2) that contains the "_delta_log" folder and data files. *time travel* is supported. The following code shows how to define a path for a Delta Lake table:
> **Limitation**: `mltable` doesn't support extracting partition keys when reading data from Delta Lake.
521
+
> The `mltable` transformation `extract_columns_from_partition_format` won't work when you are reading Delta Lake data via `mltable`.
522
+
523
+
> [!IMPORTANT]
524
+
> `mltable` handles user credential passthrough for paths on Azure Storage and Azure Machine Learning datastores. If you don't have permission to the data on the underlying storage, you can't access the data.
525
+
519
526
### Files, folders and globs
520
527
521
528
Azure Machine Learning Tables support reading from:
-[glob](https://wikipedia.org/wiki/Glob_(programming)) pattern(s), for example `abfss://<file_system>@<account_name>.dfs.core.windows.net/my-folder/*.csv`
526
533
- Or, a combination of files, folders and globbing patterns
527
534
528
-
> [!IMPORTANT]
529
-
> In your list of paths you **must**:
530
-
> - Use the **same** schemed URI paths. For example, they must all be `abfss://`**or**`wasbs://`**or**`https://`**or**`./local_path`.
531
-
> - Use Azure Machine Learning Datastores URI paths **or** Storage URI paths. For example, you cannot mix `azureml://` with `abfss://` URI paths in the list of paths.
0 commit comments