Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 09:30 AM
If I create a job from the web UI and I select Python wheel, I can add kwargs parameters. Judging from the generated JSON job description, they appear under a section named `namedParameters`.
However, if I use the REST APIs to create a job, it appears I cannot pass namedParameters (link to the documentation).
Am I right that it is not possible to create a Python wheel task with kwargs parameter using REST APIs? Is there any plan to add support?
For context, our use case is that we create jobs using our CI, but we sometimes want to run them manually with different parameters, and we'd like to have the nice kwargs UI to modify the parameters.
Labels:
- Labels:
-
Support