Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocking call to start feast ingestion job #136

Closed
zhilingc opened this issue Feb 18, 2019 · 2 comments
Closed

Blocking call to start feast ingestion job #136

zhilingc opened this issue Feb 18, 2019 · 2 comments

Comments

@zhilingc
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
It would be very useful to have the option to start an ingestion job in a blocking fashion, terminating only when the job has reached a terminal state. This is particularly helpful when starting jobs from an automated pipeline.

Describe the solution you'd like
This can be baked into the CLI/SDKs - just add an additional flag. The core API is fine as is since the get job endpoint returns the job state.

@tims
Copy link
Contributor

tims commented Feb 18, 2019

Will this just poll for status on the client side?

@zhilingc
Copy link
Collaborator Author

Yep. I've implemented it on the CLI, will make the PR when i've tested it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants