forked from open-metadata/OpenMetadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transaction for Delete @UnitOfWork (open-metadata#13115)
* Fix open-metadata#12494: Jdbi Transactions opens a new connection per DAO causing recursive delete to not to rollback * Fix open-metadata#12494: Jdbi Transactions opens a new connection per DAO causing recursive delete to not to rollback * rebase with main * Fix styling * Add jdbiUnitOfWork * Improvements for Change Event Repository and missing Annotations * Add connection commit/rollback * push schemaChange fix * Improvements for Change Event Repository and missing Annotations * Pass wrapped collectionDAO everywhere * Pass wrapped collectionDAO everywhere * Separate event handlers transactions * Fix checkstyle * Wrap PUT , POST, and DELETE in transactions * Add Patch for transactions * Add primary key to tag.id * Proxy internal @CreateSQLObjects * Fix exception handling in ManagedHandleInvocationHandler * Java typo * Update schema files * Checkstyle fix and conflicts resolve issue * Remove @JdbiUnitOfWOrk from Feed Repository * remove unnecessary @JdbiUnitOfWork annotation * Test Failures fix * Test Failures fix * Increase wait time , changeEventDAO takes time due to handle.commit() * commit change * No need to use commit in ChangeEventHandler * Add a lookup for avoiding transaction that are not started and should not be rolled back * remove JdbiUnitOfWork.java --------- Co-authored-by: Sriharsha Chintalapani <[email protected]> Co-authored-by: Sriharsha Chintalapani <[email protected]>
- Loading branch information
1 parent
2b2ec04
commit 5f5aeef
Showing
49 changed files
with
1,061 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.