ListArchivedHubSpotData 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-hubspot-processors-nar
DESCRIPTION¶
Lists archived data from HubSpot for the chosen object type and generates one FlowFile per listed object with the corresponding metadata as FlowFile attributes.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
HubSpot Service |
HubSpot Client Service. |
Object Type |
HubSpot object type |
Updated After |
Filter objects updated after specified date (format: yyyy-MM-dd) |
STATE MANAGEMENT¶
SCOPES |
DESCRIPTION |
---|---|
CLUSTER |
Maintains pagination state and last sync timestamp to continue data retrieval from the last known position after restarts and to fetch only changed data. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
retry |
HubSpot retry relationship. FlowFiles that failed to process due to a server timeout or rate limit related error. FlowFiles routed here should be routed back into the processor. |
failure |
HubSpot fail relationship |
success |
HubSpot success relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
mime.type |
application/json |
statement.type |
DELETE |
hubspot.object.type |
HubSpot Object Type for this fetch |
hubspot.object.id |
HubSpot Object ID for this fetch |
hubspot.run.id |
Timestamp of the start of this run |
hubspot.is_last |
Whether this is the last paged object of the ingestion |
USE CASES¶
This processor is typically used in conjunction with a GenerateFlowFile processor |