v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
integrations

Controller Handle Commit Predict

Represents a user formally submitting an ad-hoc import and persistent prediction schedule.

post/integrations/commit/predict

Request body

flow_idstring required

Flow ID these predictions will be run off of. Important to specify because this is how we track down the exact model we'll use for predictions.

connection_idstring nullable

Connection ID to use for credentials. If not provided, we use the connection attached to the flow (older meltano deployments)] = None.

specifierobject required

The specifier specifying the table where we'll be importing data from. For now, we derive the output table name from this table rather than allowing user-specified output table names.

mappingsobject

Field mappings, useful incase you are trying to run on a table with the same information but different column names. Keys of the object are keys on the table we'll be running predictions on, Values of the object are keys on our training table.

blockingboolean nullable

Whether or not to block until full job is done. For backwards compatbility with old UI

step_titlestring nullable

Which deployment user-friendly name (Snowflake, Postgres, etc) is running

step_keystring nullable

Which deployment key (postgre-sql-output, etc) is running

Response

Successful Response

{"stackTrail":"paths:/integrations/commit/predict:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}