tessl install tessl/pypi-kedro@1.1.0Kedro helps you build production-ready data and analytics pipelines
Agent Success
Agent success rate when using this tile
98%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.32x
Baseline
Agent success rate without this tile
74%
{
"context": "This criteria evaluates how well the engineer uses Kedro's KedroSession API for pipeline lifecycle management. The focus is on proper session creation, configuration, and pipeline execution using Kedro's session management capabilities.",
"type": "weighted_checklist",
"checklist": [
{
"name": "KedroSession.create() usage",
"description": "Uses KedroSession.create() method to initialize a new session (not deprecated session_create or other approaches)",
"max_score": 25
},
{
"name": "Environment configuration",
"description": "Correctly passes the 'env' parameter to KedroSession.create() to specify the runtime environment",
"max_score": 20
},
{
"name": "Runtime parameters",
"description": "Correctly passes 'runtime_params' parameter to KedroSession.create() to override configuration values at runtime",
"max_score": 20
},
{
"name": "Session.run() execution",
"description": "Uses the session.run() method to execute pipelines (not context.run() or runner.run() directly)",
"max_score": 20
},
{
"name": "Pipeline name specification",
"description": "Correctly passes 'pipeline_name' parameter to session.run() to execute a specific named pipeline",
"max_score": 15
}
]
}