hello folks, I'm using datahub api's to feed the d...
# getting-started
b
hello folks, I'm using datahub api's to feed the datahub from our various engines. While doing it, I create a DataJobInfo instance and add some custom properties to it. I was wondering if there is a way to show these properties in a formatted way on the datahub ui.(html format for example) Currently all properties are formatted as text and it looks ugly for our use case. The piece of code is like:
Copy code
DataJobInfo().setName(jobName).
...
...
setCustomProperties(customProps); //customProps is a Stringmap here
l
Hi @brief-church-81973! We don’t currently support custom formatting of properties; would you mind opening a feature request so we can gauge Community interest/impact? https://feature-requests.datahubproject.io/
in the meantime, is there a reason why using the Documentation tab isn’t an option? that tab support full markdown rendering
b
Hey @little-megabyte-1074, I changed my code to use the Documentation. It does what I need for now. Thank you very much.
l
Awesome, thanks for letting us know!