Bug in the UI on dataset schema page v0.8.11. Any ...
# troubleshoot
s
Bug in the UI on dataset schema page v0.8.11. Any field which has another field as prefix or suffix is being show as part of the field with shorter name. These are 2 different fields and should shown separately as this is misleading.
h
I thought that was a feature 😅
s
It would a feature if they were actually nested structs in database. It is not working for nested structs. At least not for schema taken from AWS glue sources
b
What are the 2 field names here?
@ripe-dress-87297 Please take a look!
This should indeed be 2 top-level fields. Thanks for reporting!
s
This was
date
and
created_date
. But there were many other such fields in
glue
metadata which showed this behaviour. Sometimes prefix, sometimes suffix. The shorter one was shown as top-level and everything else was nested in it.
b
This is bizarre. Let us take a look at the glue ingestion source also cc @witty-state-99511
s
The
glue
source is not ingesting any field which is a partition key either.
h
Hi @square-activity-64562, could you share the fieldPaths for these two fields?
Hi @square-activity-64562, we have been able to root-cause this and working on a fix. Thanks for brining this to our attention.
p
having same issue even though I’m getting metadata from Kafka/schema-registry.
b
This is a UI issue as opposed to a data issue. Working to resolve!
p
Thank you @big-carpet-38439!