Page MenuHomePhabricator

Test Kitchen UI: Update date fields for the analytics API endpoint
Open, MediumPublic3 Estimated Story Points

Description

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

Event Timeline

JVanderhoop-WMF moved this task from Incoming to Backlog on the Test Kitchen board.
Sfaci renamed this task from xLab: Update date fields for the analytics API endpoint to Test Kitchen UI: Update date fields for the analytics API endpoint.Mar 16 2026, 9:35 AM
Sfaci updated the task description. (Show Details)