Trigger a flow via a PostgreSQL change data capture event periodically and create one execution per row.

If you would like to consume each message from change data capture in real-time and create one execution per message, you can use the io.kestra.plugin.debezium.postgres.RealtimeTrigger instead.

yaml
type: "io.kestra.plugin.debezium.postgres.Trigger"