Skip to content

[ML] Make Updating Data Frame Transforms Easier #43438

@andrewvc

Description

@andrewvc

Currently updating a dataframe transform is cumbersome. One must:

  1. Check that it exists
  2. Check to see if it is in a started state
    1. If it is started, it must be stopped
  3. The existing dataframe transform must be deleted
  4. A new one must be installed
  5. The new one must be started.

It would be preferable to have all this happen behind the scenes and allow users to simply PUT their new dataframe over the old one. Doing so would internally perform the steps above.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions