Skip to main content
POST
Approve a proposal and start materialization

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

job_id
string<uuid>
required

Feature engineering job ID.

Body

application/json

Request body for approving a proposal and starting materialization.

edits
ProposalEdits · object | null

Edits the user wants applied to the recipe before materialization.

auto_train
boolean
default:false

If true, kick off AutoML training once materialization completes.

train_request
AutoMLTrainingRequest · object | null

Training request to forward when auto_train is true.

Response

Successful Response

Response returned by the approval endpoint.

job_id
string<uuid>
required
status
enum<string>
required

Lifecycle of an AutoML feature engineering job.

Available options:
running,
pending_approval,
failed,
approved,
materializing,
complete
training_table
string
required

Target table queued for materialization.

training_job_id
string<uuid> | null

AutoML training job ID if auto_train chained successfully.

message
string | null