Reporting Capabilities
Is there any other reporting capabilities within the Collibra platform besides purchasing Insights? I would like the ability such as analyzing Data Issues timeframe from being logged to being resolved.
Christy Harting
Posted 11 months ago · Edited 11 months ago·Last reply 11 months ago
2 comments
Grant Rollerson
·11 months ago · EditedReporting Options ... use triggered or scheduled Workflows (which leverage the Collibra APIs) to rip out datasets and send via email or Slack or into a Q or a reporting data layer with BI across etc
Manasa Kotha
·11 months ago · EditedHello,
You may need to implement a custom solution by exporting data via the Collibra REST API. For example, you could retrieve snapshots of Data Issues from the time they are logged to when they are resolved, load this data into a table using TVC, and then create a Power BI dashboard to visualize the issue lifecycle.
Thanks