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

Check api - should not report errors/warnings if the plugin is disabled #840

Open
keevan opened this issue Oct 11, 2023 · 0 comments
Open

Comments

@keevan
Copy link
Contributor

keevan commented Oct 11, 2023

Use case: dataflows might be failing on that particular environment and deemed OK to disable until fixed or needed

Currently, all bad dataflows need to be adjusted to become green (generally good), but if they cannot due to external factors (e.g. integration doesn't flow on that environment), then you are stuck with disabling the dataflow or changing it to check the external dependency and finish without errors (which might not be correct).

A quicker approach which seems reasonable, would be to disable the checks if the plugin itself is disabled, which would result in the same state, if all the individual dataflows were disabled.

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

1 participant