xiphl
xiphl
tags with spaces have been addressed and solved #3718 . Tags with colon inside, however, remains buggy
the key issue seems to be that ES is not ready, hence causing your browsing experience to be glitched as backend is not ready. look at output of `docker logs...
are you using the default image or have some special settings
you will need to resolve the elasticsearch problem before the rest of the containers can work properly. perhaps https://stackoverflow.com/questions/56126244/unable-to-start-elasticsearch-in-my-machine-startupexception-is-occuring-while is relevant to you if you're using `datahub docker quickstart`, you...
is it not written as elasticsearch: container_name: elasticsearch environment: - discovery.type=single-node - xpack.security.enabled=false - xpack.ml.enabled=false - ES_JAVA_OPTS=-Xms256m -Xmx256m -Dlog4j2.formatMsgNoLookups=true ?
Outputs for docker logs kafka-setup docker logs broker GMS needs to be healthy to do anything properly.
The logs probably look normal. Does docker logs datahub-gms say why it is not healthy?
if you need consultation i suggest you look for the #office-hours channel in Slack, Github issues is a slow channel for troubleshooting
for a bug report to be actionable, could you provide more information, like source, datahub version? and verify that the column is created as a numeric type?
https://github.com/datahub-project/datahub/pull/5114