I'm getting an error when I try to search for `DAT...
# advice-metadata-modeling
r
I'm getting an error when I try to search for
DATA_PROCESS_INSTANCE
using
search
or
searchAcrossEntities
with GraphQL. The error message is:
Copy code
[ForkJoinPool.commonPool-worker-11] ERROR c.l.d.g.e.DataHubDataFetcherExceptionHandler:21 - Failed to execute DataFetcher
java.lang.IllegalArgumentException: Unknown entity type: DATA_PROCESS_INSTANCE
Are all the
EntityTypes
meant to be searchable? I am also seeing some other entities giving similar errors.
1
I was expecting that all of these
EntityTypes
would be searchable
full stack trace in datahub-gms
in the graphiql ui
and I do have instances of these entities in my db
a
@brainy-tent-14503 can potentially speak to this!
b
The searchable entity types are enumerated here, the data process instance is not in this list. Please feel free to add a feature request. Thanks!
r
thanks, that clears it up for me