CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-kedro

Kedro helps you build production-ready data and analytics pipelines

Overall
score

98%

Overview
Eval results
Files

rubric.jsonevals/scenario-2/

{
  "context": "This criteria evaluates how well the engineer uses Kedro's pipeline composition operators to combine pipelines. The focus is on correct usage of Pipeline operators for merging, subtracting, and intersecting pipelines.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Pipeline merge operator",
      "description": "Uses the Pipeline merge operator (+ or |) to combine two pipelines in the merge_pipelines function",
      "max_score": 35
    },
    {
      "name": "Pipeline subtract operator",
      "description": "Uses the Pipeline subtraction operator (-) to subtract one pipeline from another in the subtract_pipelines function",
      "max_score": 35
    },
    {
      "name": "Pipeline intersect operator",
      "description": "Uses the Pipeline intersection operator (&) to find common nodes between two pipelines in the intersect_pipelines function",
      "max_score": 30
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/pypi-kedro

tile.json