Skip to content

Skipprd df

SELECT * on engine query views. Same as Python Session.df(). Live WAL, unioned with the Skippr datalake when that pipeline has one. No sink and no lake → WAL only.

Usage

bash
skipprd df --pipeline <name> [--namespace <ns>] [--plain]
skipprd --config skippr.yml df --pipeline bikehire
skipprd df --pipeline bikehire --namespace orders
skipprd df --namespace bikehire.orders

Flags

FlagRequiredDescription
--pipeline, -pNoPipeline name. Falls back to PIPELINE_NAME. Required when --namespace is a bare namespace (not pipeline.namespace).
--namespaceNoNamespace, or pipeline.namespace FQN (same two-part split as skipprd query). Omit to read every namespace for the session pipeline.
--plainNoPrint rows without table formatting.
--logNoEnable logging.
bash
skipprd df --pipeline bikehire
skipprd df --pipeline bikehire --namespace orders
skipprd df --namespace bikehire.orders

--namespace orders needs --pipeline (or PIPELINE_NAME). --namespace bikehire.orders is the query FQN.

Exit codes

CodeMeaning
0Success
1Missing pipeline, unknown namespace, or query error

This site is source-available under PolyForm Shield 1.0.0