oci data-flow run create --generate-param-json-input doesnt seem to work
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Hi, I think there is a minor issue with:
oci data-flow run create --generate-param-json-input --arguments > ~/Desktop/DFL_From_Trunk/arguments.json
Option --arguments is not a recognized complex type, so no example JSON can be produced. Invoke help for this command (--help/-h/-?) to see available documentation on this option
The documentation at
says:
--arguments [complex type]
--configuration [complex type]
I am using:
oci -v
3.25.4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the data-flow run create command entry point and inspect how --arguments and --configuration are declared for --generate-param-json-input. Reproduce the command with OCI CLI 3.25.4; done when --arguments is recognized as a complex type and example JSON is generated consistently with the documented options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100