Architecture

Below is the high level architecture for the Data Quality KPIs monitoring tool.


Master Talend job orchestrates the entire data processing pipeline:

1. Data Ingestion

The process begins with the ingestion of data for each domain from various SAP source systems:

Each table from each domain has its own dedicated Talend job responsible for ingesting and loading the data into the GCP BigQuery Data Ocean, specifically the following datasets:

2. Data Processing and Transformation

After ingestion, two routines are executed to populate the Data Model (DM) Dimension tables:

Also, views including only the necessary data are created in the following datasets:

This views are the sole source for the for the quality checks performed by Dataplex.

3. Data Quality Execution in Dataplex

Once the views are created, the data quality rules are executed using GCP Dataplex Service and the validation results are stored in the following BigQuery table:

4. Data Model Population

A routine is executed to populate the DM Fact tables:

5. Failed Records Handling & Export

final Talend job - PL_DQ_BQ_to_Gshet_Selfservice - handles failed records:

[env] is one of the following: dev, test, ppd, prod

6. Visualization in Qlik Sense

The processed and validated data is available for visualization and analysis in Qlik Sense. 

Data Model

Data Mapping:

The out put of Dataplex quality checks is Dataplex_quality table, It is mapped to the Data Model "in the previous section", on Big query to later be used as the sole data source for QlikSense visualization.

Data Mapping is detailed in this document.


Procedures

Dataplex to Data Model Mapping Stored Procedure:
 Procedure Name: 


Scheduling:

  1. Scheduled Profile Scans: Runs on Dataplex and scheduled while created.
  2. Scheduled Data Quality Rules Scan: Runs on Dataplex and scheduled while created.
  3. Scheduled Stored Procedure Run: Routine is triggered using scheduled query on weekly Basis.
  4. Scheduled QlikSense Refresh: set by the visualization engineer on qliksense.

Time of Runs and Duration Window:

Dataplex4:00 - 5:00 CET
BigQuery Routine5:00 - 6:00 CET
Talend6:00 - 9:00 CET
QlikSense9:00 CET


Monitoring

GCP Monitoring tools:

Error Handling

Known Bugs

No Identified Bugs.

Roadmap

FSD

TSD