Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptyPayload occurs when a provided payload is empty. ErrEmptyPayload = errors.New("payload cannot be empty") // ErrEmptyKey occurs when there is no value for key. ErrEmptyKey = errors.New("key value must be provided") // ErrCompositeKeysNotSupported occurs when there are more than one key in a Key map. ErrCompositeKeysNotSupported = errors.New("composite keys not yet supported") )
Functions ¶
func NewDestination ¶
func NewDestination() sdk.Destination
NewDestination creates new instance of the Destination.
Types ¶
type Destination ¶
type Destination struct { sdk.UnimplementedDestination // contains filtered or unexported fields }
Destination Materialize Connector persists records to an Materialize database.
func (*Destination) Open ¶
func (d *Destination) Open(ctx context.Context) error
Open makes sure everything is prepared to receive records.
Click to show internal directories.
Click to hide internal directories.