OpenSearch/x-pack/plugin/data-frame/qa/single-node-tests
Benjamin Trent 8c6ff5de31
[Data Frame] Refactor PUT transform to not create a task (#39934) (#40010)
* [Data Frame] Refactor PUT transform such that:

 * POST _start creates the task and starts it
 * GET transforms queries docs instead of tasks
 * POST _stop verifies the stored config exists before trying to stop
the task

* Addressing PR comments

* Refactoring DataFrameFeatureSet#usage, decreasing size returned getTransformConfigurations

* fixing failing usage test
2019-03-13 17:08:15 -05:00
..
src/test/java/org/elasticsearch/xpack/dataframe/integration [Data Frame] Refactor PUT transform to not create a task (#39934) (#40010) 2019-03-13 17:08:15 -05:00
build.gradle Add roles and cluster privileges for data frame transforms (#39661) 2019-03-05 14:07:25 +00:00