PutVespaDocument 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-vespa-nar
DESCRIPTION¶
Uses Vespa document api to update a record in a specific namespace.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Communication Timeout |
The amount of time to wait for a response from the microservices before timing out. |
Document Namespace |
The Namespace to update with the incoming document FlowFile |
Document Type |
The Document Type to update with incoming document FlowFile |
Input Strategy |
The strategy to use to put incoming FlowFiles into Vespa |
Record Reader |
The record reader to use for reading record-oriented data. |
Service URL |
The URL for the Vespa Database |
User Defined ID |
The User Defined ID to update with incoming document FlowFile.The document id will be created using this value and the sequence it appears as a record in the flow file.The format will be <User Defined Id>_<Record Number>EX file.json_0 |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
The original FlowFile will be routed to this relationship if the document could not be updated |
comms.failure |
If the processor is unable to communicate with one of the necessary services, the input FlowFile will be routed to this relationship. |
success |
The result of a successful document update will be routed to this relationship |