Hi Team, I want to create my own custom metadata m...
# getting-started
b
Hi Team, I want to create my own custom metadata model...is there any easy way to do so?
📖 1
1
🔍 1
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: ✅ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? ✅ button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button Did you find a solution to your issue? ❌ Sorry you weren't able to find a solution. I'm sending you some tips on info you can provide to help the community troubleshoot. Whenever you feel your issue is solved, please react ✅ to your original message to let us know!
d
b
I followed the same but I am getting this error. I ran the first command: gradle build ( ../gradlew build was not working) And I got this error:
a
Hi, you’ll want to scroll up to show the actual stacktrace in the build- you may need to add a -debug flag as well
b
Yea, actually that command worked, in windows it should be
..\gradlew build
So, in Windows OS, back slash(
\
) should be used rather than a forward slash (
/
). Build was successfully but it came with SKIPPED notification.
a
Good to know- glad we could help 🙂
The skip is likely because those have already been built and are unchanged
b
Ok understood. But after all the steps I ran as per documentation still not able to get the desired output as per the documentation. Documentation link: https://datahubproject.io/docs/metadata-models-custom/#create-your-new-aspects
a
What exactly is the desired output here?
b
Thank you...I was able to resolve the same.