Skip to content

Commit 697bc52

Browse files
authored
[ML][Data Frame] adding breaking changes to doc (#45051) (#45085)
* [ML][Data Frame] adding breaking changes to doc * [DOCS] Edits data frame transform breaking change * Update migrate_7_3.asciidoc
1 parent cb25cf8 commit 697bc52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/reference/migration/migrate_7_3.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ See also <<release-highlights>> and <<es-release-notes>>.
1414

1515
//tag::notable-breaking-changes[]
1616
[discrete]
17+
[[breaking_73_api_changes]]
18+
=== API changes
19+
20+
[discrete]
21+
==== {dataframe-transform-cap} API changes
22+
23+
It is no longer possible to supply the `format` parameter when you define a
24+
`date_histogram` {dataframe-transform} pivot. Previously constructed transforms
25+
will still run but the configured `format` will be ignored.
26+
1727
[[breaking_73_mapping_changes]]
1828
=== Mapping changes
1929
`dense_vector` field now requires `dims` parameter, specifying the number of

0 commit comments

Comments
 (0)