
Collibra provides users the ability to implement authentic data governance. Visualizing data via the Collibra integration provides users the ability to analyze the roots of the data shown in their analyses. Collibra can be used as a means of analyzing data lineage directly within Strategy.
Use of this visualization requires the following Collibra products for integration:
OR
(function () {
'use strict';
mstrmojo.plugins.CollibraGovernance.CollibraGovernanceConfig = mstrmojo.provide('mstrmojo.plugins.CollibraGovernance.CollibraGoveranceConfig', {
endPoint: 'your-gdb-query-tool-url',
basicAuthUsername: 'gdc-query-tool-username',
basicAuthPassword: 'gdc-query-tool-password'
});
}());