PutSnowflakeInternalStage 2.4.0.4.11.0.0-352

Bundle
org.apache.nifi | nifi-snowflake-processors-nar
Description
Puts files into a Snowflake internal stage. The internal stage must be created in the Snowflake account beforehand. This processor can be connected to a StartSnowflakeIngest processor to ingest the file in the internal stage
Tags
connection, database, jdbc, snowflake, snowpipe
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
  • Additional Details for PutSnowflakeInternalStage 2.4.0.4.11.0.0-352

    PutSnowflakeInternalStage

    Description

    The PutSnowflakeInternalStage processor can upload a file to a Snowflake internal stage. Please note, that named stages needs to be created in your Snowflake account manually. See the documentation on how to set up an internal stage here. The processor requires an upstream connection and the incoming FlowFiles’ content will be uploaded to the stage. A unique file name is generated for the file’s staged file name. While the processor may be used separately, it’s recommended to connect it to a StartSnowflakeIngest processor so that the uploaded file can be piped into your Snowflake table.

Properties
Relationships
Name Description
failure For FlowFiles of failed PUT operation
success For FlowFiles of successful PUT operation
Writes Attributes
Name Description
snowflake.staged.file.path Staged file path
See Also