@@ -71,16 +71,17 @@ with s3_fs.open('gaia/data') as file:
# 2. Commit For File Processing
Submit a file's content and file name to the ingestion API for further processing.
The function will return a successfull response as soon as the file content is successfully stored and queued for further processing. Otherwise, the function will handle errors appropriately.
A successfull response contains a task_id referring to the queued processing task. This can be used in [4. Query a L2 Processing Tasks State](#4-query-a-l2-processing-tasks-state) for querying a processing task's current state.
## Configuration
The helper will send HTTP requests to an external API. INGESTION_API_URL env variable should be set accordingly.
The helper will send HTTP requests to an external API. CSST_BACKEND_API_URL env variable should be set accordingly.