Is there an existing feature request for this?
Describe the Feature
Currently, all of our vertical integrity data validation tests (except the geo reports) expect all possible platforms to be enabled and will therefore fail if any are disabled.
Let's include logic to dynamically handle these cases in case we want to run tests on a subset of available platforms.
How would you implement this feature?
Use the exact same include_list and enabled_package logic and if-conditionals we use in the respective intermediate models.
Describe alternatives you've considered
Leave it as is and only test with all platforms enabled.
Are you interested in contributing this feature?
Anything else?
No response
Is there an existing feature request for this?
Describe the Feature
Currently, all of our vertical integrity data validation tests (except the geo reports) expect all possible platforms to be enabled and will therefore fail if any are disabled.
Let's include logic to dynamically handle these cases in case we want to run tests on a subset of available platforms.
How would you implement this feature?
Use the exact same include_list and enabled_package logic and if-conditionals we use in the respective intermediate models.
Describe alternatives you've considered
Leave it as is and only test with all platforms enabled.
Are you interested in contributing this feature?
Anything else?
No response