Look up matches¶
Use lookups when you want to inspect the entity view produced by a resolver.
Single keys¶
Given a key in one source, lookup_key() returns the keys that resolve with it in other sources through the DAG’s default resolver.
Whole lookups¶
Use get_matches() to download resolved entities for a resolver and turn them into a lookup table.
dag.get_matches() returns ResolverMatches, which also supports as_dump(), view_cluster(), and merge() for evaluation and inspection workflows.