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

control-service: Add python_version to Execution API #1878

Merged

Conversation

mivanov1988
Copy link
Contributor

Why

As part of the initiative to add support for multiple Python versions, we need to extend the Execution API to return python_version for each individual execution.

What

Added job_python_version column to the data_job_execution table and job_python_version field to all DTOs related to the Execution API.

Test done

Unit tests. IT test will be added later since the feature for adding support for multiple Python versions is not ready for e2e testing.

Signed-off-by: Miroslav Ivanov miroslavi@vmware.com

mivanov1988 and others added 2 commits April 11, 2023 10:59
Why
As part of the initiative to add support for multiple Python versions,  we need to extend the Execution API to return python_version for each individual execution.

What
Added job_python_version column to the data_job_execution table and
job_python_version field to the all DTOs related to the Execution API.

Test done
Unit tests

Signed-off-by: Miroslav Ivanov miroslavi@vmware.com
Copy link
Contributor

@ivakoleva ivakoleva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mivanov1988
Copy link
Contributor Author

LGTM

Thanks for the review, @ivakoleva!

@mivanov1988 mivanov1988 enabled auto-merge (squash) April 13, 2023 08:05
mivanov1988 added a commit that referenced this pull request Apr 13, 2023
This PR aims to address the following comment:
#1878 (comment)
@mivanov1988 mivanov1988 merged commit fa59aa4 into main Apr 13, 2023
4 of 5 checks passed
@mivanov1988 mivanov1988 deleted the person/miroslavi/add-python-version-to-execution-api branch April 13, 2023 14:32
mivanov1988 added a commit that referenced this pull request Apr 18, 2023
This PR aims to address the following comment:
#1878 (comment)
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

5 participants