Hi @Apurva Kapoor, these you can extract quite easily via the ONE Metadata reader step:
- DQ Rule UID
- Name of DQ Rule
- Definition of DQ Rule
- Threshold
- DQ Dimension
- DQR Owner
Most of that information is stored in the properties of the rule
entity, so you can start there. To get the threshold of each rule instance applied in a given project, you will need to dig into the embedded streams of monitoringProjectConfiguration
→ projectCatalogItemInstance
→ dqCheck
→ checkAlertInstance.dqThreshold
The timestamps you're looking for are not directly available in entity properties out of the box. Have you added them into your metadata model, or do you want to export them based on rule or monitoring project version history?
Can you please share the plan for the mentioned rule configuration setup to extract the metadata so that we can try to use and test it ?
Is there any reference that you can share to extract the Rules Metadata from Monitoring projects ?