Jinlin Yang

Results 5 comments of Jinlin Yang

> This is a bug that will be addressed with the next release. Great! Thank you @treff7es

@pedro93 thank you! I will give it a try. The doc used to ask us to use `docker-compose` instead of `docker compose`, which was why I ran that command. You...

Please see below. https://datahubspace.slack.com/archives/CV2UVAPPG/p1658253771813039 https://datahubproject.io/docs/docker/development

We worked around the problem by changing the code to the following ``` PersistentLabelName persistentLabelName = translationContext.get(TranslatorContextKeyConstants.LABEL_GROUP, new TypeToken() {}); persistentBean.setLabelName(persistentLabelName); ```