Capture ​Capture

yaml
type: "io.kestra.plugin.debezium.db2.capture"
yaml
id: db2_capture
namespace: company.team

tasks:
  - id: capture
    type: io.kestra.plugin.debezium.db2.Capture
    snapshotMode: INITIAL
    hostname: 127.0.0.1
    port: "50000"
    username: "{{ secret('DB2_USERNAME') }}"
    password: "{{ secret('DB2_PASSWORD') }}"
    database: my_database
    maxRecords: 100
Properties
Default ADD_FIELD
Possible Values
ADD_FIELDNULLDROP
Default deleted
Default INLINE
Possible Values
RAWINLINEWRAP
Default true
Default ADD_FIELD
Possible Values
ADD_FIELDDROP
Format duration
Default PT1H
Format duration
Default PT10S
Format duration
Default ADD_FIELD
Possible Values
ADD_FIELDDROP
Default metadata
SubType string
Default INITIAL
Possible Values
ALWAYSINITIALINITIAL_ONLYWHEN_NEEDEDNO_DATARECOVERY
Default TABLE
Possible Values
OFFDATABASETABLE
Default debezium-state
SubType string