Description
While working on T421800: [GrowthBook Integration] Implement GrowthBook experiment polling client, we realized that a nice-to-have request for feature was included in GrowthBook (a new query parameter in its API to be able to filter by status for GET /experiments). We could take the opportunity to use it just deploying a new release of GrowthBook and that's the purpose of this ticket: Build and deploy a new docker image for both environments (staging, production) based on the a commit where that new feature is included.
Acceptance criteria
Staging:
- Build and deploy a new docker image
- Loads, can log in
- Connections still work (Data Source > Presto Analytics Test Hive|Iceberg > View SQL Explorer)
- Can query SELECT 1 in Presto Analytics Test Hive
- Can query SELECT 1 in Presto Analytics Test Iceberg
- No requests to third parties introduced (use Network tab in your browser's Developer Tools to verify)
Production:
- Build and deploy a new docker image
- Any currently running experiment's results are successfully refreshed (use Update button)