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

FeatureRequest: Support python parameters as additional source for input parameters #41

Open
romeokienzler opened this issue Feb 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@romeokienzler
Copy link
Member

python parameter specs have all information needed to exctact:

  • parameter name
  • parameter type
  • parameter default value
  • parameter description/help value
parser.add_argument(
    "--local_rank",
    type=int,
    default=-1,
    help="local rank passed from distributed launcher",
)
@blumenstiel blumenstiel added the enhancement New feature or request label Feb 20, 2024
@blumenstiel
Copy link
Collaborator

I like the idea!

@romeokienzler
Copy link
Member Author

The way to pass parameters as environment variables originated from Elyra, where Elyra injected/extracted parameters from CLAIMED components via env variable definitions. We could change Elyra to understand the parameter parser and completely remove env variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants