fivetran-kostaszoumpatianos opened a new issue, #2471:
URL: https://github.com/apache/polaris/issues/2471

   ### 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_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to