Skip to content

Commit ec4994d

Browse files
authored
Update how-to-mltable.md
1 parent a74c792 commit ec4994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ df = tbl.to_pandas_dataframe()
518518

519519
> [!IMPORTANT]
520520
> **Limitation**: `mltable` doesn't support extracting partition keys when reading data from Delta Lake.
521-
> The `mltable` API `extract_columns_from_partition_format() ` won't work when you are reading Delta Lake data via `mltable`.
521+
> The `mltable` transformation `extract_columns_from_partition_format` won't work when you are reading Delta Lake data via `mltable`.
522522
523523
> [!IMPORTANT]
524524
> `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.

0 commit comments

Comments
 (0)