-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Users might want to explicitly disable readiness checks related to specific configuration parameters without disabling readiness checks altogether. Currently we don't have such an option.
Describe the solution you'd like
I propose that we add a polaris.readiness.ignore-offending-properties config which can be, for example, set up as follows:
polaris.readiness.ignore-offending-properties=\
polaris.metrics.user-principal-tag.enable-in-api-metrics,\
polaris.features."ALLOW_INSECURE_STORAGE_TYPES",\
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"
all readiness checks that blame one of the specified properties will be suppressed.
Describe alternatives you've considered
We could have one config per readiness check but this is an overkill.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request