Create an operation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
YQL query parameters.
{
"query": "SELECT * FROM {src_0} WHERE condition"
}List of source datasets for the operation.
{
"id": "example_dataset",
"version": "0ed2d94b38fb40b9b61f6a01b43d53de"
}yql "yql"Optional destination datasets. If not provided, a temporary dataset will be created.
{
"id": "example_dataset",
"version": "0ed2d94b38fb40b9b61f6a01b43d53de"
}AI Studio project ID to associate with the dataset.
"example_project"
Successful Response
Operation id
"3a3fd2317bbe4b3bb9842bc1b5275eb9"
Type of the operation.
yql, materialize_history, batch_inference, finetuning "yql"
Parameters specific to the operation type.
{
"query": "SELECT * FROM {src_0} WHERE condition"
}List of source datasets for the operation.
{
"id": "example_dataset",
"version": "0ed2d94b38fb40b9b61f6a01b43d53de"
}List of destination datasets for the operation.
{
"id": "example_dataset",
"version": "0ed2d94b38fb40b9b61f6a01b43d53de"
}Current status of the operation.
queued, running, succeeded, failed, cancelled, unknown "queued"
The Unix timestamp (in seconds) for when the operation was created.
1614807352
The Unix timestamp (in seconds) for when the operation started processing.
1614807352
The Unix timestamp (in seconds) for when the operation was completed.
1614807352
AI Studio project ID to associate with the dataset.
"example_project"