Closed desaxce closed 6 months ago
Dataset.create_experiment had params mandatory at the GraphQL level.
Dataset.create_experiment
params
I changed it to be optional.
This change is
## Description Currently the params is typed optional, but GraphQL query specifies it mandatory. ## DoD * Able to call dataset.create_experiment without `params` * Python and TS SDK
Dataset.create_experiment
hadparams
mandatory at the GraphQL level.I changed it to be optional.
This change is