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

UI element to show that passed data is outdated and needs to be refreshed #1022

Open
yannickperrenet opened this issue Jun 3, 2022 · 0 comments
Labels
new feature request New feature request

Comments

@yannickperrenet
Copy link
Contributor

Describe the feature you'd love to have in Orchest
Idea is based on: #132

Let's assume you have the following pipeline: A -> B -> C.

If you run the pipeline, then all steps will have outputted their data to disk. Once you later only run A, the data contained on disk for step B is outdated (since it doesn't use the up to date output of step A). Thus if you run step C, then it will use the outdated data.

Is your feature request related to a problem? Please describe.
Unsure whether the data that is used as input to a step is "up-to-date". Especially given that the disk data is never removed.

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

No branches or pull requests

1 participant