Metadata Ingestion - Incremental Extraction - BigQuery
Approach
In order to implement the Incremental Extraction for BigQuery we rely onCloud Logging to get the latest DDL changes.
We then proceed to get the Table Name from the resourceName property and we set it to be deleted if tableDeletion is present on the payload.