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:26:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-11699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Turcsanyi updated NIFI-11699:
-----------------------------------
    Status: Patch Available  (was: Open)

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)