We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309733c commit a74c792Copy full SHA for a74c792
articles/machine-learning/reference-yaml-mltable.md
@@ -232,6 +232,9 @@ transformations:
232
# alternative:
233
# version_as_of: 1
234
```
235
+> [!IMPORTANT]
236
+> **Limitation**: `mltable` doesn't support extracting partition keys when reading data from Delta Lake.
237
+> The `mltable` transformation `extract_columns_from_partition_format` won't work when you are reading Delta Lake data via `mltable`.
238
239
### JSON
240
```yaml
@@ -248,4 +251,4 @@ transformations:
248
251
## Next steps
249
252
250
253
- [Install and use the CLI (v2)](how-to-configure-cli.md)
-- [Working with tables in Azure Machine Learning](how-to-mltable.md)
254
+- [Working with tables in Azure Machine Learning](how-to-mltable.md)
0 commit comments