UpdateTableState 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-database-cdc-processors-nar

Description

Updates the state of a table in the Table State Service

Tags

snowflake, state, table

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
CDC Schema RegistryWhen the state of the table is removed, the table will also be removed from the specified CDC Schema Registry.
Desired StateThe desired state of the table
Overwrite ExistingWhether to overwrite the existing state of the table. If false, the state will only be updated if the state is currently unknown.
Schema NameThe name of the table’s schema
Table NameThe name of the table
Table State ServiceThe Table State Service to update

Relationships

NameDescription
comms failureA FlowFile is routed to this relationship if the table state could not be updated due to a communication failure with the Table State Service
state existsA FlowFile is routed to this relationship if the table state was not updated because the state is already known for the table and the ‘Overwrite Existing’ property is set to ‘false’
successA FlowFile is routed to this relationship after the table state has been updated

Writes attributes

NameDescription
table.stateThe state of the table after updating the Table State Service
previous.table.stateThe state of the table before the Table State Service was updated