exceptionfactory commented on PR #11101: URL: https://github.com/apache/nifi/pull/11101#issuecomment-4180517483
> While it is not executed by default, there is an IT test that I usually run to confirm that everything is OK. I believe the class should be updated as the current one is deprecated in 4.x I believe. I think it should be changed to `net.snowflake.client.api.driver.SnowflakeDriver`. Actually it may be OK to completely remove it if the driver auto-registers properly. Not sure. > > https://github.com/apache/nifi/blob/main/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/src/test/java/org/apache/nifi/processors/snowflake/SnowflakeIngestIT.java#L93 Good catch, thanks @pvillard31, I pushed an update to use to the current `SnowflakeDriver` class in that integration test class. -- 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]
