CDC Pipeline Using a Single Slot
Pipeline creation in DeltaStream
Example Scenario
Step 1
CREATE STREAM cdc_raw_source (
op VARCHAR,
ts_ms BIGINT,
`before` BYTES,
`after` BYTES,
`source` STRUCT<`schema` VARCHAR, `table` VARCHAR>
) WITH (
'store'='postgres_store',
'value.format'='json',
'postgresql.cdc.table.list'='public.customers,test.users');Step 2
Step 3
Step 4
Step 5
Step 6
Last updated

