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
- Configure feast use the Dataflow Runner
- Trigger a Job by creating an Project and adding a Featureset
Possible Solution
Bug introduced in PR #575.
Expected Behavior
No exceptions to be thrown when using Dataflow runner.
Current Behavior
When using the Dataflow Runner, the following exception is thrown:
As such, the Dataflow Job creation fails, while
JobCoordinatorServiceattempts the failed Dataflow jobs, causing and endless loop of Dataflow Job Creation.Steps to reproduce
Possible Solution
Bug introduced in PR #575.