schema: https://opendataproducts.org/odpr-v1.0/schema/odpr.yaml
version: "1.0"
kind: Recipe
recipe:
  metadata:
    id: RCP-DEV-001
    name:
      en: Local Fragment Draft
    description:
      en: Generate draft ODPC fragments locally for fast iteration.
  version: "1.0.0"
  type: dev
  execution:
    mode: local
    runtimeRef: runtime-profiles/examples/local-fast.yaml#local-fast
  steps:
    - id: generate-signals
      command: generate
      kind: signal
      input: source_docs/signals/
      output: generated/fragments/
  outputs:
    - id: draft-fragments
      path: generated/fragments/
