dtcs 0.9.0

Reference implementation of the Data Transformation Contract Standard (DTCS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "fixtures": [
    {
      "file": "valid_customer.yaml",
      "compile_valid": true,
      "golden": "execution_plans/valid_customer.exec.json"
    },
    {
      "file": "plan_field_write_chain.yaml",
      "compile_valid": true,
      "golden": "execution_plans/plan_field_write_chain.exec.json"
    }
  ]
}