exceptionfactory commented on PR #10368: URL: https://github.com/apache/nifi/pull/10368#issuecomment-3362677640
> @exceptionfactory @pvillard31 After investigating this a bit more I think we have two options for solving this properly: > > 1. Use an unshaded version from the `snowflake-ingest-sdk`. > > 2. Remove the `snowflake-jdbc` dependency and rely on the version included in the `snowflake-ingest-sdk`. The main drawback here is that we lose the ability to upgrade the `snowflake-jdbc` dependency version independently. > > > Which one do you think would be better? Going with the unshaded version of `snowflake-ingest-sdk` is definitely better from a dependency management perspective, but it does require more careful evaluation. I've spent some time working on this for a draft pull request in support of Snowpipe Streaming, so this is something I could evaluate separately if that would be helpful. -- 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]
