ConstantFilter  type: constant#

class lumen.filters.base.ConstantFilter(*, field, label, schema, shared, sync_with_url, table, value, name)#

The ConstantFilter allows requesting a constant value from the Source.


Methods#

ConstantFilter.to_spec(context: Dict[str, Any] | None = None) Dict[str, Any]#

Exports the full specification to reconstruct this component.

Return type:

Resolved and instantiated Component object