-
Notifications
You must be signed in to change notification settings - Fork 1
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
#303: Get flow checkpoints refactoring #304
base: master
Are you sure you want to change the base?
#303: Get flow checkpoints refactoring #304
Conversation
Release notes:
|
JaCoCo model module code coverage report - scala 2.13.11
|
JaCoCo agent module code coverage report - scala 2.13.11
|
JaCoCo reader module code coverage report - scala 2.13.11
|
JaCoCo server module code coverage report - scala 2.13.11
|
database/src/main/postgres/flows/V0.3.0.1__get_flow_checkpoints.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/flows/V0.3.0.1__get_flow_checkpoints.sql
Outdated
Show resolved
Hide resolved
database/src/main/postgres/flows/V0.3.0.1__get_flow_checkpoints.sql
Outdated
Show resolved
Hide resolved
model/src/main/scala/za/co/absa/atum/model/dto/CheckpointWithPartitioningDTO.scala
Show resolved
Hide resolved
server/src/main/scala/za/co/absa/atum/server/model/CheckpointItemWithPartitioningFromDB.scala
Outdated
Show resolved
Hide resolved
server/src/main/scala/za/co/absa/atum/server/model/CheckpointItemWithPartitioningFromDB.scala
Outdated
Show resolved
Hide resolved
|
||
object CheckpointItemWithPartitioningFromDB { | ||
|
||
private def fromItemsToCheckpointWithPartitioningDTO( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name suggestion:
Wouldn't be def groupCheckpoint
be easier to understand?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. Naming is difficult...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's true 😄
server/src/main/scala/za/co/absa/atum/server/model/CheckpointItemWithPartitioningFromDB.scala
Outdated
Show resolved
Hide resolved
server/src/main/scala/za/co/absa/atum/server/model/CheckpointItemWithPartitioningFromDB.scala
Show resolved
Hide resolved
Co-authored-by: David Benedeki <[email protected]>
…-refactoring' into feature/303-get-flow-checkpoints-refactoring
…temWithPartitioningFromDB.scala Co-authored-by: David Benedeki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- code reviewed
- pulled
- built
- run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Refactoring of get flow checkpoints endpoint. It newly returns also partitioning data and is sorted in descending order by checkpoint start time.
Closes #303
Release notes: