* feat(apps): support config file
- added support for app config files
- removed AppPrivateConfig from the OpenMetadata server configuration
* use dorpwizard utility classes for resolving environment variables in the config
* moved fields to class level
* format
* Add name field in the advanced search fields list
* Update the search index for autocomplete for name DisplayName
* removed unnecessary array for searchIndex
* supported total distinct user count in Team page
* minor improvement
* fix unit test
* added helpertext tooltip and change the label
* minor cosmetic update
(cherry picked from commit 4c4587c82be9cca9874321566aab073ad3074250)
* fix: live index on test suite creation
* fix: make live indexing use entityInterface
(cherry picked from commit 781989e5bca4e3bfdc3cfec73f0456e35a7db71f)
* what's new in 1.5.7 doc
* minor fix around indentation
* Update whatsNewData.ts
Update whatsNewData.ts -- remove enumWithDescriptions pointer from the list
* Added improvement for table-level, export-import
Added improvement for table-level, export-import
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* minor(ci): enable sonar CI on release branch
* update sonar workflow to run for all release branch
(cherry picked from commit 5cc129999933dd8bc8168ba79492a816f1db5251)
* fix: GEN-1856 encode and escape search value for the tag
* fix test
* add missing import
(cherry picked from commit 3b182c91c8a53d11aa6fb5f880e917556cb087a7)
* import/export support for table type custom property
* remove logs
* Add backend tests
* ui: add custom type property parsing
* print rows in the order of columns defined in config
* ui: handle special chars pasring for custom property import/export
* ui:improve table type property parsing
* ui:fix sql input styling
* ui: improve the parsing for table type property
* ui: fix parsing for markdown, string and sqlQuery properties
* ui: fix parsing for table type property
* ui: fix unit test
* fix backend tests
* remove unwanted comments
* ui: add playwright test for table type import/export part1
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
(cherry picked from commit 30497528bcf6f5da692fbbdbc8e88bfddb635e0a)
* fix(data-quality): table diff
- added handling for case-insensitive columns
- added handling for different numeric types (int/float/Decimal)
- added handling of boolean test case parameters
* add migrations for table diff
* add migrations for table diff
* removed cross type diff for now. it appears to be flaky
* fixed migrations
* use casefold() instead of lower()
* - implemented utils.get_test_case_param_value
- fixed params for case sensitive column
* handle bool test case parameters
* format
* testing
* format
* list -> List
* list -> List
* - change caseSensitiveColumns default to fase
- added migration to stay backward compatible
* - removed migration files
- updated logging message for table diff migration
* changed bool test case parameters default to always be false
* format
* docs: data diff
- added the caseSensitiveColumns parameter
requires: https://github.com/open-metadata/OpenMetadata/pull/18115
* fixed test_get_bool_test_case_param
(cherry picked from commit be82086e2542d2d176ac66e0bf11100646448b4f)