resume_cdc()#
relationalai.app
#resume_cdc()
Resumes ingestion of Change Data Capture (CDC) into the RelationalAI (RAI) Native App.
Requires the cdc_admin
application role.
Example#
Use resume_cdc()
to resume CDC for the RAI Native App:
#CALL relationalai.app.resume_cdc();
Changes tracked while the service was suspended are ingested once the service is resumed. New changes to the source tables and views are tracked and ingested as usual.