control_desk//data consistency console
ai ready · glm-5.2
← back to data sources

orders_demo_billing

orders · system billing · csv connector active
+ new data source
activation · the human gate (ADR-005 B1)
Active — this source's records feed live detection runs (run_pipeline picks up active sources).
examination · what this source's data looks like
✓ Structural checks passed — no null / format / range violations in the previewed rows.
canonical rows preview (3) — the Records this source produces
record idsystemfields
billing:O-1001 billing order_ref=O-1001 · amount=149.99 · customer=Acme · status=paid
billing:O-1002 billing order_ref=O-1002 · amount=89.00 · customer=Globex · status=pending
billing:O-1003 billing order_ref=O-1003 · amount=410.50 · customer=Initech · status=shipped
source config (config/data_sources.yaml)
orders:
- id: orders_demo_billing
  kind: csv
  source_system: billing
  params:
    path: /opt/control_desk/config/demo_orders_billing.csv
  field_mapping:
    source_to_canonical:
      order_ref: order_ref
      amount: amount
      customer: customer
      status: status
    identity_field: order_ref
  source:
    kind: manual
    citation: "demo seed \u2014 orders_demo_billing (live only, overwritten on redeploy)"
    author: claude
    at: '2026-07-16'
  active: true
provenance
  • citationdemo seed — orders_demo_billing (live only, overwritten on redeploy)
  • authorclaude
  • recorded2026-07-16
  • identity fieldorder_ref