DAG status writeback
Training
DAG status writeback
Called by the rendered DAG at task start, success, or failure.
PSK-authenticated to match the existing /api/jobs//status endpoint used by data-engineering DAGs.
PUT
DAG status writeback
Authorizations
Path Parameters
Training job ID.
Body
application/json
Status writeback payload sent by the Airflow DAG.
Lifecycle of an AutoML training job.
READY: DAG uploaded but not yet triggered. The user opted out of auto-trigger at create time. Manual trigger flips it toQUEUED.QUEUED: DAG triggered, waiting for Airflow to pick it up.RUNNING: Airflow has the run going.COMPLETE/FAILED: terminal.
Available options:
ready, queued, running, complete, failed Response
Successful Response
A persisted training job.
Supervised / unsupervised problem categories.
Available options:
binary_classification, multiclass_classification, regression, ranking, anomaly_detection, contextual_bandit Supported AutoML algorithms.
Available options:
lightgbm_classifier, lightgbm_regressor, lightgbm_ranker, xgboost_classifier, xgboost_regressor, xgboost_ranker, isolation_forest, vw_classifier, vw_regressor, vw_contextual_bandit Tuning presets shared across algorithms.
Available options:
fast, balanced, best_quality Lifecycle of an AutoML training job.
READY: DAG uploaded but not yet triggered. The user opted out of auto-trigger at create time. Manual trigger flips it toQUEUED.QUEUED: DAG triggered, waiting for Airflow to pick it up.RUNNING: Airflow has the run going.COMPLETE/FAILED: terminal.
Available options:
ready, queued, running, complete, failed The rendered DAG source. Populated on creation.

