Skip to content

Converting Runner to String for assigning to Job.Runner is inconsistent. #574

@mrzzy

Description

@mrzzy

Expected Behavior

One true way to convert Runner to string when assigning to Job.Runner.

Current Behavior

There are multiple ways in which Runner is converted to string in feast core to be stored in Job.runner :

  • toString()method which is used by JobUpdateTask and DirectJob runner.
  • getName() method which is used by Dataflow runner

Steps to reproduce

N.A.

Possible Solution

Standardise on one true way to convert Runner to string when assigning to Job.Runner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions