Approval of breaking schema changes through Hive-CLI #5739
Closed
jenskm
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
Hey, However, how do you imagine this to work? Like, what would a process look like here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We aim to refine our CI pipeline by allowing the pull request reviewer to approve breaking schema changes directly within the pull request. Currently, a breaking schema change results in a failed Hive schema check, necessitating manual approval in the Hive App. Once approved, we manually rerun the CI pipeline to achieve a 'green' status, signifying an error-free schema check.
Our proposal is to make Hive-CLI able to handle the approval of breaking schema changes. We could then trigger this from our pipeline, e.g. in a similar way that the merge request itself is approved. This would streamline our workflow by eliminating the need to switch between platforms and manually trigger the pipeline rerun.
We welcome your thoughts on this proposal.
Best Regards, Jens Kilde Mjelva
Beta Was this translation helpful? Give feedback.
All reactions