You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
JobCoordinatorService
attempts the failed Dataflow jobs, causing and endless loop of Dataflow Job Creation.Steps to reproduce
Possible Solution
Bug introduced in PR #575.
The text was updated successfully, but these errors were encountered: