Skip to content

Commit f85c8f4

Browse files
authored
Update reference-yaml-mltable.md
1 parent fecbf7d commit f85c8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/reference-yaml-mltable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ If the user doesn't define options for `read_parquet` transformation, default op
161161

162162
- `include_path_column`: Boolean to keep path information as column in the table. Defaults to False. This setting is useful when you're reading multiple files, and want to know which file a particular record originated from. And you can also keep useful information in file path.
163163

164-
## MLTable transformations: read_delta_lake
164+
## MLTable transformations: read_delta_lake (preview)
165165
```yaml
166166
type: mltable
167167
@@ -173,7 +173,7 @@ transformations:
173173
timestamp_as_of: '2022-08-26T00:00:00Z'
174174
```
175175

176-
### Delta lake transformations
176+
### Delta lake transformations (preview)
177177

178178
- `timestamp_as_of`: Datetime string in RFC-3339/ISO-8601 format to be specified for time-travel on the specific Delta Lake data.
179179
- `version_as_of`: Version to be specified for time-travel on the specific Delta Lake data.

0 commit comments

Comments
 (0)