Hi all, has anyone tried "A Custom Metadata Model...
# getting-started
b
Hi all, has anyone tried "A Custom Metadata Model" gradle project from Github in Windows environment? I have the datahub Quickstart instance deployed to Docker in my Windows laptop and have successfully built the custom metadata model jar and deployed it with the command: "..\gradlew -PprojVersion=0.01 install". I can see that the jar file is under C:\Users\<my name>\.datahub\plugins\models\mycompany-dq-model\0.01. I have restarted everything in Docker. When I tried to see if the model is loaded using "curl -s http://localhost:8080/config" and the model is empty: "{ "models" : { }, ... }". Any help will be appreciated? Thanks!