exceptionfactory opened a new pull request, #9775:
URL: https://github.com/apache/nifi/pull/9775

   # Summary
   
   [NIFI-14328](https://issues.apache.org/jira/browse/NIFI-14328) Adds the 
`PutSnowpipeStreaming` Processor in the `nifi-snowflake-snowpipe-streaming-nar` 
module under the current Snowflake bundle of components.
   
   `PutSnowpipeStreaming` supports writing input Records to Snowflake using the 
[Snowpipe Streaming 
API](https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-overview),
 which is implemented through the [Snowflake Ingest 
SDK](https://github.com/snowflakedb/snowflake-ingest-java). The Processor 
provides authentication using [key 
pairs](https://docs.snowflake.com/en/user-guide/key-pair-auth) based on the 
existing Private Key Service that supports existing Snowflake components. The 
Snowflake Ingest SDK accepts rows as Maps of String field names to Object 
fields and supporting components include conversion from NiFi Record fields to 
Snowflake [Logical Data 
Types](https://docs.snowflake.com/en/sql-reference/data-types-logical).
   
   The Processor builds on the latest version of the Snowflake Ingest SDK, 
which includes support for writing to Apache Iceberg Tables in Snowflake 
accounts. The updated Snowflake Ingest SDK is based on the thin version of the 
[Snowflake JDBC Driver](https://github.com/snowflakedb/snowflake-jdbc). These 
library versions maintain current capabilities and allow for fine-grained 
control over transitive dependencies. Updates to the Snowflake bundle include 
selective exclusion of specific transitive dependencies.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-00000`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-00000`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
     - [X] JDK 21
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
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]

Reply via email to