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

vdk-core: Add python_version configuration to config-help #2271

Merged
merged 1 commit into from
Jun 16, 2023

Commits on Jun 16, 2023

  1. vdk-core: Add python_version configuration to config-help

    As part of the initiative to support multiple python versions for data job
    deployments, a new configuration property, `python_version` was introduced.
    This configuration, however, was not initially added to the output of the
    `vdk config-help` command.
    
    This change adds the `python_version` configuration to the JobConfigIniPlugin,
    as it is related to the config.ini file setup.
    
    Testing Done:
    Tested locally by running `vdk config-help` and verifying that the configuration
    is present in the output.
    
    Signed-off-by: Andon Andonov <andonova@vmware.com>
    doks5 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a20bc33 View commit details
    Browse the repository at this point in the history