You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2023/06/15 22:22:00 UTC

[jira] [Created] (NIFI-11699) Fix dynamic properties in SnowflakeComputingConnectionPool

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)