Add extract_ice_all command to run all three ICE extractors in sequence
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,10 @@ PIPELINES = {
|
||||
"command": ["uv", "run", "--package", "ice_stocks", "extract_ice_historical"],
|
||||
"timeout_seconds": 600,
|
||||
},
|
||||
"extract_ice_all": {
|
||||
"command": ["uv", "run", "--package", "ice_stocks", "extract_ice_all"],
|
||||
"timeout_seconds": 1800,
|
||||
},
|
||||
"transform": {
|
||||
"command": ["uv", "run", "--package", "sqlmesh_materia", "sqlmesh", "-p", "transform/sqlmesh_materia", "plan", "prod", "--no-prompts", "--auto-apply"],
|
||||
"timeout_seconds": 3600,
|
||||
|
||||
Reference in New Issue
Block a user