Hi team. Just updated to 0.10.5 and enabled V2 browse. According to logs, backfill job completed successfully and I can see browse browsePathsV2
aspect in metadata db + I’ve triggered metadata ingestion manually. However below generic GraphQL query returns nothing (taken from UI):
browseV2(input: $input) {
groups {
name
count
hasSubGroups
}
start
count
total
metadata {
path
totalNumEntities
}
}
}
{
"input": {
"type": "DATASET",
"path": [],
"start": 0,
"count": 20,
"orFilters": [],
"query": "*"
}
}```
We use `platform_instance` for our datasets, could that be the case?