Hello @azure_learner
Based on the information you provided, it seems like you are looking for a way to validate the data that is being loaded into ADLS from a report as data source, which is consumed by RaaS through API.
One way to ensure the data loaded in ADLS is consistent with the source data is to perform data validation checks after the data has been loaded into ADLS.
You can use tools like Azure Data Factory or Azure Databricks to perform data validation checks.
For example, you can use Azure Data Factory to create a pipeline that loads the data from the report as data source into ADLS, and then performs data validation checks using activities like Data Flow or Databricks Notebook. These activities can be used to compare the data in ADLS with the source data and check for any discrepancies.
Alternatively, you can also use Azure Databricks to perform data validation checks. You can write a script in Python or Scala that reads the data from ADLS and compares it with the source data.
You can also use Databricks Delta Lake to perform data validation checks, which provides features like schema enforcement and data integrity checks.
To summarize, you can perform data validation checks after the data has been loaded into ADLS using tools like Azure Data Factory or Azure Databricks.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.