boundless-student-48844
03/29/2022, 1:57 PM./docker/dev-without-neo4j.sh
, I do a first ingestion using datahub ingest -c ~/Desktop/recipe1.yml
(it ingests from json file with MCEs for Dataset), and then do the second ingestion using datahub ingest -c ~/Desktop/recipe2.yml
(it ingests from json file with MCEs for Dashboard),
The getSearchResultsForMultiple
gql query with query variable โ_types_โ set to the first entity type (in this case, Dataset) return expected results. However, it returns no result when โ_types_โ is set to the second entity type (in this case, Dashboard). Supposedly, there should be some entities returned as Dashboard entities are ingested in the second run. I checked the ES, the entities exist in the dashboardindex_v2
index.
If I do the reverse, ingest Dashboards first then Datasets, I am not able to get Datasets from getSearchResultsForMultiple
. Does this have anything to do with Elasticsearch cache?boundless-student-48844
03/29/2022, 2:02 PMgetSearchResultsForMultiple
returns expected results when types is set to DATASET
or DASHBOARD
big-carpet-38439
03/30/2022, 1:10 AMbig-carpet-38439
03/30/2022, 1:13 AMearly-lamp-41924
03/30/2022, 1:16 AMearly-lamp-41924
03/30/2022, 1:16 AMboundless-student-48844
03/30/2022, 10:43 AM