voiage.ingestion.base.SourceSelection
Explicit provider-owned source selectors passed through the registry.
Selection chooses a declared source relationship; it is intentionally not Arrow projection, row filtering, or a generic query language. The registry validates the provider identity and advertised selector keys, then the chosen provider validates their descriptor-specific semantics.
Methods
Section titled “Methods”value_for
Section titled “value_for”value_for([positional or keyword] self: None = None, [positional or keyword] key: str = None) -> str | NoneReturn one provider-owned selector without interpreting it.
Parameters:
selfkeystr
Returns: str | None