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 last execution info to the data_job table #480

Merged
merged 5 commits into from
Nov 5, 2021

Conversation

tpalashki
Copy link
Contributor

As part of preparation for the implementation of the ability to filter
and sort data jobs by their last execution status, time, and duration,
add the respective columns to the data_job table.

Testing done: Start the service and verify that the columns are created
in the data_job table.

Signed-off-by: Tsvetomir Palashki [email protected]

As part of preparation for the implementation of the ability to filter
and sort data jobs by their last execution status, time, and duration,
add the respective columns to the data_job table.

Testing done: Start the service and verify that the columns are created
in the data_job table.

Signed-off-by: Tsvetomir Palashki <[email protected]>
@tpalashki tpalashki requested a review from mivanov1988 November 5, 2021 10:39
tpalashki and others added 2 commits November 5, 2021 15:01
The H2 database used when running tests fails if the new three
columns are added all at once. Change the flyway script to add
the columns one by one.

Testing done: running locally against an in-memory H2 database
and verified that the script is run successfully.

Signed-off-by: Tsvetomir Palashki <[email protected]>
@tpalashki tpalashki merged commit a75e27b into main Nov 5, 2021
@tpalashki tpalashki deleted the person/tpalashki/current branch November 5, 2021 15:30
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.

3 participants