Description
We recently agreed on T401616: xLab: Standardize date field names for API endpoints (instruments and experiments) which means that start and end will be the field names for dates for all the responses of the Test Kitchen API.
/api/v1/experiments?format=analytics is including dates in its response as start_date and end_date which will have to be updated according to the agreement we made:
- The API response will have to be updated to use start and end as date fields
- The automated analytics pipepline will have to be updated to use those new date fields
Acceptance criteria
- Test Kitchen API response for /api/v1/experiments?format=analytics includes dates as start and end fields
- The automated analytics pipeline has been updated to consider start and end as the date fields when parsing the API response
- Source code updated (L165-166)
- Conda artifact created, deployed, and DAG updated to use it