Skip to content

Ignore user-specified readiness checks #2471

@fivetran-kostaszoumpatianos

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions