* fix(ui): persona for remove widget
* keep empty widget as last in the view
* fix partition key widget preview
* add null check
* update tabs
* update test enum
This fixes an issue we saw in AUTs and sandbox-beta:
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final long java.time.Instant.seconds accessible: module java.base does not "opens java.time" to unnamed module @44075f31
The RCA of this issue is an overriding we are doing on some internal argo lib classes in io.argoproj.workflow.JSON.
This was previously placed in collate-service. In the recent move to collate-spec when preparing the Hybrid Pipeline Service Client, we missed moving this. Then, the classpath was first loading the JSON class from the argo lib, rather than our fixed class inside collate-spec.
This is tricky since running the server from intellij works properly. However, the issue happens when running from openmetadata-server-start.sh, which is the dep used within Docker too.
* Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks.
* Refactor ImageAttachment component to improve loading state handling and update tests for better coverage. Adjust Bulk Edit Entity tests to streamline response handling and fix selector usage in GlossaryVersionPage tests.
* revert framenavigated wait from table
* New schema import error fixed
* updated test for DatabaseSchema as per recursive import
* unskip and updated database playwright test for bulk import
* Import issue in StoredProcedure fixed
* added query editor for storeprocedure code
* Source url error fixed for import
* updated databaseService test as per recursive bulk import
* fix the storedprocedure parsing issue
* added storedProcedure playwright in the databse service level
* in import dry run set exist schema is false
* fix the playwrigth test around storedProcedure
* on dry run create parent columns
* fix the encoding issue in bulk edit page
* fix the bulk edit playwright test
* Fix Glossary Terms missing on export
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* Unskip and fix the playwright
* fix: add name to fqnParts for partial search on testSuite/testCase/testResolution
* Update the alert tests to run in parallel
* skip the autoclassification spec
---------
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>