-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the feature you'd like
A clear and concise description of the functionality you want.
suggest_baseline API has some extra fields like baseline_dataset (which can be a plain string rather than always a ProcessingInput) and dataset_format.
Note the discrepancies versus run_baseline
How would this feature be used? Please describe.
A clear and concise description of the use case for this feature. Please provide an example, if possible.
These extra fields are also useful for BYOC schedules, which are currently left out.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Boto APIs can be used to recreate the missing functionality, but are not as concise. Some of these are also translated to env variables in the backend, a mapping which is tricky to ensure correctness for.
Additional context
Add any other context or screenshots about the feature request here.