* Use Roles from Provider
* Add Cache For Roles From Users
* Fix Failing Test
* Revert secrets
Update Impl to use loggedInUser and CreateUser for Role assignment and resync
* Revert Expiry check
* Fixes#10724 : New search with hierarchy api for glossary terms
* Added query param in existing search api - to search with hierarchy
* Created new json to manage hierarchy and other updates
* Update table_index_mapping to turn columns into a nested type
* test: added query null/empty description test
* style: ran java linting
* Add Table test for incomplete description search query
* Fix tests
* Fix linters
* Fix column search
* Increase waitForEsAsync to 500
* Defined the new calculated fields for the indexes
* Refactor search of assets with no description
* add descriptionStatus to the entities taht didn't have it
* Remove descriptionStatus where it's not needed
* Remove TestCase and TestSuite from search test
* Remove TestCase and TestSuite from search test
* Increase waitForEsAsync for checkDeleteentity 1000
* Update jp and zh mappings
* Fix syntax
* Increase waitForEsAsync for some tests to 1000
* Remove unused aggregations
* Refactor code to reduce repetition
* Fix checkstyle
---------
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* Added dbt glossary and tier ingestion
* changed elif to if condition:pylint
* Added dbtMeta model for glossary and tier
* removed source
* Optimization: Reused the dtb_tags
* pylint format
* py_format
* Removed unnecessary models and minor changes
* Removed empty string assignment
* Fixes#14772 Display assets with no description/owner
* added redirection from DI page to explore page with applied filter
* added cypress and unit test for the changes
* updated button style for data insight page
* Minor: Introduced support to add additional component in the incident manager details page
* added delete method for test case sample data
* added data-testid
* addressing comments
* feat: add global metric configuration for the profiler
* style: ran java linting
* fix: renamed disable to disabled
* style: ran java linting
* fix: json schema profiler config title
* feat: add validation field to test case definition parameters
* feat: added parameter validation logic
* fix: set ES testcontainer startup attemp to 3
* style: ran java linting
* fix: added waitForEsAsyncOp in post_trigger_app_200 test
* disable install for preview apps
* move screenshot path to base class
* MINOR - Add Marketplace preview
* format
* add unit tests
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* ui: add support for edit custom property in entity right panel
* add support for edit custom property in right panel for glossary term
* Add isRenderedInRightPanel prop to PropertyValue component
* Fix click issue in CustomProperty.ts
* Fix input visibility issue in setValueForProperty function
* Fix visibility issue in setValueForProperty function
* Fix import order in CustomProperty.ts
* Update visibility checks in setValueForProperty function in CustomProperty.ts file
* Fix import order in CustomPropertyTable.tsx
* feat: added owner filter to test case list from search
* refactor: deprecated `orderByLatestExecution` param
BREAKING CHANGE: `orderByLatestExecution` param from list endpoint `GET` has been removed in favor of `sortField` and `sortType` from the `search/list` endpoint
* style: ran java linting
* fix: increase es async time