Request a cleaning job for the specified dataset.
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Namespace for the dataset.
Name of the dataset.
The username associated with the request.
Prompts that describe each cleaning step in the intended order.
1 - 10 elements[
"Remove extra spaces from firstName and lastName fields.",
"Remove empty values from the age field."
]Target namespace where the cleaned dataset will be created.
"all_about_movies"
Specifies the name of the cleaned dataset. The service creates this dataset when the cleaning job starts, and the name must be unused in the target namespace.
"movies_cleaned"
Schedules a new cleaning task.