Skip to content

Commit

Permalink
Model taks
Browse files Browse the repository at this point in the history
  • Loading branch information
teocalvo committed Aug 7, 2024
1 parent a305334 commit 435f682
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/workflows/ds-bricks.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,34 @@
"alert_on_last_attempt": false
},
"webhook_notifications": {}
},
{
"task_key": "model_churn",
"depends_on": [
{
"task_key": "fs_dia_horario"
},
{
"task_key": "fs_geral"
},
{
"task_key": "fs_pontos"
},
{
"task_key": "fs_transacoes"
}
],
"run_if": "ALL_SUCCESS",
"notebook_task": {
"notebook_path": "src/model_churn/predict",
"base_parameters": {
"date": "{{job.start_time.iso_date}}"
},
"source": "GIT"
},
"existing_cluster_id": "0809-155233-nc569ju7",
"timeout_seconds": 0,
"email_notifications": {}
}
],
"git_source": {
Expand Down

0 comments on commit 435f682

Please sign in to comment.