XJDKC commented on code in PR #1899: URL: https://github.com/apache/polaris/pull/1899#discussion_r2151016447
########## quarkus/defaults/src/main/resources/application.properties: ########## @@ -188,6 +188,9 @@ polaris.oidc.principal-roles-mapper.type=default # polaris.storage.gcp.token=token # polaris.storage.gcp.lifespan=PT1H +# Polaris Entity Transformation Config +polaris.entity-transformation.transformers=no-op Review Comment: Rulin: That's a good point, perhaps we can consider making some transformers tied to the feature parameters rather than the config itself if they are part of the core functionality of the feature. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org