Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: creating experiments for default-config (no context) #38

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Sauravcv98
Copy link
Collaborator

Problem

We were not able to create experiments and conclude them for default config, that is without giving any contexts

Solution

Made contexts optional, if it's None then we accept it as default config

Environment variable changes

What ENVs need to be added or changed

Pre-deployment activity

DB schema has been changed for experiments table, made context as nullable before it was not null

Post-deployment activity

Things needed to be done after deploying this change (if any)

API changes

Endpoint Method Request body Response Body
API GET/POST, etc request response

Possible Issues in the future

Describe any possible issues that could occur because of this change

@Sauravcv98 Sauravcv98 requested a review from a team as a code owner May 7, 2024 19:27
@Sauravcv98 Sauravcv98 force-pushed the create-experiment-for-default-config branch from 2ea68dd to 99e8289 Compare May 10, 2024 10:00
@Datron
Copy link
Collaborator

Datron commented May 14, 2024

Does this PR solve #33?

@Sauravcv98 Sauravcv98 force-pushed the create-experiment-for-default-config branch from 99e8289 to ba1443f Compare May 14, 2024 12:27
@Sauravcv98 Sauravcv98 force-pushed the create-experiment-for-default-config branch from e52a93a to d2beb5c Compare May 21, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When an experiment is created from UI (and no operator is picked in context) - the operator defaults to has
5 participants