Skip to content

JPA Exception when using Dataflow Runner #577

@mrzzy

Description

@mrzzy

Expected Behavior

No exceptions to be thrown when using Dataflow runner.

Current Behavior

When using the Dataflow Runner, the following exception is thrown:

org.springframework.orm.jpa.JpaObjectRetrievalFailureException: Unable to find feast.core.model.FeatureSet with id your_project_name/name: "driver

As such, the Dataflow Job creation fails, while JobCoordinatorService attempts the failed Dataflow jobs, causing and endless loop of Dataflow Job Creation.

Steps to reproduce

  1. Configure feast use the Dataflow Runner
  2. Trigger a Job by creating an Project and adding a Featureset

Possible Solution

Bug introduced in PR #575.

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