* 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
* WIP - MINOR - Clean ingestion dependencies
* test
* test
* Clean imports
* add pyiceberg for test
* Revert "add pyiceberg for test"
This reverts commit ab26942736586f089a57a644ffd727aca200db62.
* add pyiceberg for test
* Remove docker dep
* clean local docker sh
* MINOR - AKS Airflow troubleshooting docs
* Fix action
* clean local docker sh
* Update documentation for adding language support for entities
* Update documentation for adding language support and provide link to supported language codes
* add failed sample data
* format
* fixed masking pii data in test failed rows sample
* format
* failedRowsSamples -> failedRowsSample
* failedRowsSamples -> failedRowsSample
* fixed tests
* format
* wip
* added computePassedFailedRowCount to python client
* comment for loggerLevel
* format
* fixed tests
* tests for putting / deleting failed samples
* format
* format
* added test case for pii test
* changed method name to deleteTestCaseFailedRowsSample
* added getComputePassedFailedRowCount
* feat: add list from search for test suite
* feat: add list from search and owner/name filter for test suites
* style: ran java linting
* fix: es log failure detail
* #10354 Filter test suites by owner / name
* added filter logic, cypress and fixed unit test
---------
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>