dpcs 0.13.1

Reference implementation of the Data Pipeline Contract Standard (DPCS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dpcsVersion: "1.0.0"
id: "nested.missing"
version: "0.1.0"
interface:
  inputs: []
  outputs: []
contractReferences:
  - id: child
    type: dpcs
    location: does-not-exist.dpcs.yaml
steps:
  - id: run_child
    type: dpcs:pipeline
    contractRef: child
graph:
  edges: []