I was looking at the results of this query and I n...
# troubleshoot
s
I was looking at the results of this query and I noticed
urn:li:principal:UNKNOWN
is
createdby
for all rows according to this table.
Copy code
SELECT
  createdby,
  count(*)
from metadata_aspect_v2
group BY
  createdby
When people are logged into datahub and they are making edits shouldn't their urn be present here? Or am I misunderstanding this schema?
g
Hey Aseem- this is expected behavior for now. We intend to start populating the field with the actor (either a user in the case of a write from the UI, or a source in the case of ingestion).
👍 1