Hello everyone I see some new services added under...
# troubleshoot
b
Hello everyone I see some new services added under
metadata-io/src/main/java/com/linkedin/metadata/service/
e.g DomainService, TagService, OwnerService etc these are only called from the unit tests as of now. Can someone share whats the long term plan of using these
e
Hi @better-spoon-77762 the plan here is to call these on our GraphQL resolvers as well, such as the createDomain or deleteDomain endpoints
b
Thanks