* add check for MetaPilot - Limits
* code refactor
* move applications call from store to component
* fix:set value of applications from provider inside store
* update store inside provider
* fix failing tests
* Fix#18007: Disabled Classifications or Tags shouldn't be visible in UI
* added playwright test for disabled tags should not be visible while search
* replace testing tag to new generated one to avoid flakyness
* added test for checking tags are re-enabling it from disabled state
* fix the playwright test for the wrong column selector
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Minor: Add an API to list all the properties and custom properties for a given entity type
* Minor: Add an API to list all the properties and custom properties for a given entity type
* add custom properties
* add custom properties
* add custom properties
* 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>
* fix: custom properties folder name in generation to match expected package name (i.e. customProperties -- uppercase P)
* fix: allow non admin/bot to read profiler global config with the right permission
* style: ran java linting
* fix: custom properties import casing
* 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>
* Minor : Update database.displayName in search indexes from text to keyword
* Update for databaseSchema.displayName and serviceType in search indexes from text to keyword
* Revert "Update for databaseSchema.displayName and serviceType in search indexes from text to keyword"
This reverts commit 16408d81a234b505cfe794dd983f282612c10c9f.
Revert commit changes - 1
* Revert "Minor : Update database.displayName in search indexes from text to keyword"
This reverts commit 2264563f726df07db85ddfea09826e5cfe1fd076.
* print rows in the order of columns defined in config
* 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