fivetran-kostaszoumpatianos opened a new pull request, #2472:
URL: https://github.com/apache/polaris/pull/2472
Fixes: #2471
This PR introduces a `polaris.readiness.ignore-offending-properties` config
that accepts a map of properties for which readiness checks are suppressed.
It can be used, for example, 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"
```
The check performed is case-insesitive.
--
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]