-
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
Create DB function to gather partitioning measure definitions #137
Labels
Milestone
Comments
TebaleloS
added a commit
that referenced
this issue
Feb 13, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 15, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 15, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 19, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 20, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 22, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 23, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 23, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 28, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 28, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 29, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 29, 2024
TebaleloS
added a commit
that referenced
this issue
Feb 29, 2024
* Fixes #137 - defined and implemented get_partitioning_measures * Closes #137 * Closes #137 - saving changes * Closes #137 - fixed get_partitioning_measures function * Fixes #137 * Fixes #137 - refactored db function and the test cases * Closes #137 - removed print statements * Fixes #137 - catered for partitioning without measures * Fixes #137 - implemented the test cases * Fixes #137 - Implemented github comment * Update database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql Co-authored-by: David Benedeki <[email protected]> * Update database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql Co-authored-by: Ladislav Sulak <[email protected]> * Update database/src/main/postgres/runs/V1.5.11__get_partitioning_measures.sql Co-authored-by: Ladislav Sulak <[email protected]> * Update database/src/test/scala/za/co/absa/atum/database/runs/GetPartitioningMeasuresTest.scala Co-authored-by: Ladislav Sulak <[email protected]> * Fixes #137 - applied github comment * Fixes #137 - applied github comment --------- Co-authored-by: David Benedeki <[email protected]> Co-authored-by: Ladislav Sulak <[email protected]>
github-project-automation
bot
moved this from 📋 Backlog
to ✅ Done
in CPS small repos project
Feb 29, 2024
TebaleloS
added a commit
that referenced
this issue
Mar 6, 2024
* Closes #138 - Implemented get_partitioning_additional_data * Closes #138 - Added versioning on the newly created file * Closes #138 - refactored file name * Fixes #138 - refactored db function * Fixes #137 - addressing github comment * Fixes #137 - Correcting the status text * Fixes #138 - Implementing test cases * Fixes #138 - Implementing test cases * Fixes #138 - Adding license * Close #138 - Applied GitHub comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Background
We need to read the partitioning information.
Feature
Create DB function to gather partitioning measure definitions.
Proposed Solution
Function signature
The text was updated successfully, but these errors were encountered: