Install the Collibra DGC Connector in Anypoint Studio

Prerequisites

  • You have downloaded Collibra DGC Connector 2.0.9 (Collibra Connect and DGC Connector tab) from the Collibra Community downloads page.
  • You have downloaded the pom.xml file from the Collibra DGC Connector 2.0.9 section of the Collibra Community downloads page to a dedicated location.
  • You have installed Anypoint Studio 7.x.
  • You have installed Apache Maven 3.x or higher.

Steps

  1. Open a shell session or command prompt.
  2. Go to the directory with the connector JAR file.
  3. Install the connector with the following case-sensitive command:
  4. mvn install:install-file -Dfile=dgc.connector-<version_number>-mule-plugin.jar \
    -DgroupId=com.collibra.connect -DartifactId=dgc.connector \
    -Dversion=<version_number> -Dclassifier=mule-plugin -Dpackaging=jar \
    -DpomFile=<path_to_downloaded_pom.xml_file>
  5. Start Anypoint Studio 7.
  6. Open a project with a Collibra DGC integration template or create a new project.
  7. In the project, locate pom.xml and double-click the file to open its details.

  8. On the canvas, right-click dependencies.
  9. From the context-menu, select Add Child and click dependency.
    A new dependency is added.
  10. Right-click the newly created dependency, select Add Child and click artifactId.
  11. Repeat the previous step to add the following children:
    • groupId
    • version
    • classifier
  12. Click in the Content column of the added children and enter the following information:

    Dependency

    Content (examples for Collibra Connect 2.0.9)

    artifactIddgc.connector
    classifiermule-plugin
    groupIdcom.collibra.connect
    version2.0.9
  13. Save the pom.xml file.
  14. Reopen your project.

    The CollibraDGC connector appears in the Mule Palette.

To view the full mapping structure for Collibra resources when using the Transform Message component:
  1. In the Anypoint Studio main menu, click WindowPreferences.
  2. In the Preferences window, select Anypoint Studio → DataWeave.
  3. In the DataWeave pane, set the Level of recursion to 10 if it has a lower value.
  4. Click Apply and Close.