β External Public API > Job > General Information β
What is a job ? β
- A job may be created, updated and retrieved
- Job deletion is not supported at the moment
- If a task inside the job definition takes an input a file, the file must be uploaded to the server before the job can be created using the Files api
- If the file is used inside a job, it is from now on considered as a permanent file (i.e the file uploaded with the API
/v1/data-factory/filesare considered ephemeral and are deleted after 30 days)
- If the file is used inside a job, it is from now on considered as a permanent file (i.e the file uploaded with the API
- A swagger documentation is available here
General Information β
Technical information β
Limitations
Due to technical implementation of the Job entity in MongoDB, there are known limitations
- To find projects based on created date:
createdAt, you must setcaseSentitivetotrue - With the operator
inandnotIn, thecaseSentitivecriteria is always considered astrue - The operator
searchandlocalizedSearchare not supported