Metadata Ingestion - Incremental Extraction - BigQuery
Approach
In order to implement the Incremental Extraction for BigQuery we rely on Cloud 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.
Requisites
The credentials need to have the Logs Viewer role.