Examples of Amazon S3 Datastores - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Apply engine
Copyright
2025
First publish date
2000
ft:lastEdition
2025-06-17
ft:lastPublication
2025-06-17T12:21:49.284000

Example 1: Static File in AVRO Format

DATASTORE s3://mybucket/employee.dat
        OF AVRO
        AS TARGET
        DESCRIBED BY GROUP SOURCE;

Example 2: Rotated Files in JSON Format

DATASTORE s3://mybucket/cdcdata
  OF JSON
  AS TARGET
  DESCRIBED BY GROUP SOURCE
  STAGING SIZE 4G
  STAGING DELAY 120;