connectors

No menu items for this category

Metadata Ingestion - Incremental Extraction - Redshift

In order to implement the Incremental Extraction for Redshift we rely on the SYS_QUERY_HISTORY to get the latest DDL changes.

We then match the query_text with different regex to get the Schema and Table name and understand if it was a deletion.

If no schema is present in the query we infer that it is the default for the database.

The user should be a Superuser to be able to see all the records.