Peter Turcsanyi created NIFI-11699: -------------------------------------- Summary: Fix dynamic properties in SnowflakeComputingConnectionPool Key: NIFI-11699 URL: https://issues.apache.org/jira/browse/NIFI-11699 Project: Apache NiFi Issue Type: Bug Reporter: Peter Turcsanyi Assignee: Peter Turcsanyi
NIFI-11151 removed {{SENSITIVE.*}} legacy dynamic properties from {{AbstractDBCPConnectionPool}} in favour of {{@SupportsSensitiveDynamicProperties}} which should be used by new child processors. The dynamic property handling was moved to {{DBCPConnectionPool}} but it is missing from {{SnowflakeComputingConnectionPool}} which was also an existing implementation. As it has already been released in 1.21.0 and there has been no bug report, I assume the feature is not really used in the Snowflake controller service and for this reason I would move forward and add back the dynamic properties with {{@SupportsSensitiveDynamicProperties}} instead of {{SENSITIVE.*}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)