If a BigQuery table serves as a data source in an ETL pipeline and that table contains a column for for the konig:modified property, then I want the ETL pipeline to filter the rows so that it contains only the most recent record.
Acceptance Criteria
For now, it is sufficient to implement this capability only for the case of multiple BigQuery data sources. Later, we'll need to address the case of a single BigQuery data source.
If a BigQuery table serves as a data source in an ETL pipeline and that table contains a column for for the
konig:modified
property, then I want the ETL pipeline to filter the rows so that it contains only the most recent record.Acceptance Criteria
For now, it is sufficient to implement this capability only for the case of multiple BigQuery data sources. Later, we'll need to address the case of a single BigQuery data source.