mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
parent
60fba89bfe
commit
a611338692
@ -11,7 +11,6 @@
|
||||
|
||||
import json
|
||||
import ssl
|
||||
import traceback
|
||||
from datetime import datetime
|
||||
from typing import List, Optional
|
||||
|
||||
@ -523,7 +522,7 @@ class ElasticsearchSink(Sink[Entity]):
|
||||
owns = []
|
||||
if team.users:
|
||||
for user in team.users.__root__:
|
||||
users.append(user)
|
||||
users.append(user.name)
|
||||
|
||||
if team.owns:
|
||||
for own in team.owns.__root__:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user