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

Conversation

doks5
Copy link
Contributor

@doks5 doks5 commented Jun 15, 2023

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.

@doks5 doks5 self-assigned this Jun 15, 2023
@doks5 doks5 force-pushed the person/andonova/vdk-config-help branch 2 times, most recently from ad15c8e to e591c94 Compare June 16, 2023 08:02
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 doks5 force-pushed the person/andonova/vdk-config-help branch from e591c94 to a20bc33 Compare June 16, 2023 08:28
@doks5 doks5 merged commit 289d592 into main Jun 16, 2023
8 checks passed
@doks5 doks5 deleted the person/andonova/vdk-config-help branch June 16, 2023 08:52
murphp15 pushed a commit that referenced this pull request Jun 21, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants