* update data model header asset to include project
* add playwright test for project
* update entity test
* update condition for test
(cherry picked from commit d897332c260472ce4d21d808d7215b512bb733e5)
* GEN -19588 Sort Enum type Custom Property Values
* fix py-tests
* use streams for sorting
(cherry picked from commit c0eb7d08dedb50889ae901634c4c57fbfc356137)
* Fix the return type for the custom property API function
* Break down the EditTableTypePropertyModal.tsx component
* Fix the custom property inputs for date-time type properties
* auto lint formatting changes
* Add the autoFocus prop for DataAssetAsyncSelectList
* Fix and add the unit tests for new code
(cherry picked from commit 638e988dc697bb77538b74b3aab562031066ae05)
* feat(apps): add app config in run record
- changed returned schema type of "status" to "AppRunRecord"!
- added a "config" field in the app record
- added a "pending" stage so that "external" app status can be mapped ti internal app status
* added note about schema compatiblity
* added app config for external apps
* show config for every app run
* add tests
* revert open change for now
* Revert "revert open change for now"
This reverts commit e1492a5c92d1967b3d47230a25df4c2c3d399de2.
* update dependency
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit 5f73dd717b6fae20d95ccbae0857612a352ee816)
* feat(ui): show sourceUrl if present
* support ellipsis for info link
* address comments
(cherry picked from commit 6861ce45e750e4b0db83207fe4b53bf3182001f2)
* test(e2e): Added new Fields for e2e for advanced search filters on Explore page
* added requestSchema and responseSchema fields
* fix the activityFeed, user and advanceSearch playwright test
(cherry picked from commit 6f417b2cd4d3a38af5baa1fd411e4de992302d46)
* fix: add more fields for advance search filters
* added more children values data in respective classes for tests
* added some more fields for advance search filters
* added project and status fields for search filter
* added Glossary field and some code refactoring
* updated EntityDataClass with new entities required for AdvanceSearch spec
* removed some hard coded field values
* updated advancedSearch with additional fields
* removed failing tests of additional fields
* remove failing fields for now to make the test green
* remove the config changes from the PR
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 75952889a19311eb88041ae83497d30efe4c2ae3)
* modify the lineage alignment algorithm to tree view
* added layout reference link
(cherry picked from commit fd705d5ed4bcc6636ac595cac8f129411f5a3ee1)
* Fixes Caused by: com.fasterxml.jackson.databind.JsonMappingException: String value length (20054016) exceeds the maximum allowed (20000000, from
* Update log message
(cherry picked from commit 6fba495daf4edcb082fc04b6a9b3c8d98c7e1b41)
* fix the required description field saving issue without content
* remove the commented code
(cherry picked from commit a39ee72b6b450c432cfd09c46b14dae815bc372c)
* I moved the documentation base url to classBase for customizability
* Move the docs URLs to the classBase
* Add tests for the DocumentationLinksClassBase
* fix the lineage flaky test failure
* fix the DataAssetsWidget falky test failure
* fix falky test around the pipeline modal and teams
(cherry picked from commit 3924e58073688714eeec5ac88768e54fb585a659)