* Fixed#8239: Query mismatch while searching for - and _ makes data overlap
* Fixed#8239: Query mismatch while searching for - and _ makes data overlap
* ISSUE-7810 Added default values for min and max
For all data validations on columns:-
min_bound is set to float("-inf"), if there is no next value
max_bound is set to float("inf"), if there is no next value
* Fixed PR errors by removing tuple + added tests
Co-authored-by: demi <deepak1212365@gmail.com>
* Feat ✨(ui) : Add Data Insight Page
* Minor improvements
* Add constant and utils for data insight
* Create Separate component for each metric
* Add random data generator
* Add data-insight to the navbar
* Fix navbar
* Fix data insight route
* Remove pie charts
* Add mock data for existing graphs
* Add component for other metrics
* Fix dataKey and Y axis issue
* Correct the comment
* Add Tier Filter
* FIx data insight table styling
* Change legend positions for the graph
* Add Custom Renderer for graph legend
* Addressing review comments
* Address comment
* Address comment
* Address comment
* Address review comments
* Address review comment
* Addressing comments
* Addressing comment
* Refactor page and it's component
* Update table.less to apply border and shadow for table only if bordered prop is passed.
* Add custom style for data insight cards
* Create common component for dropdown label
* Fix dropdown label issue
* Address review comment
* UI: Added toggle button to expand and collapse column view in lineage
* added full screen view support for lineage
* added fullscreen lineage support for dashboard, pipeline and topic entity
* added full screen icon and support for mlmodal
* updated fitview and full-screen icon
* added primary color for the icons
* addressing comments
* changed constant to upper case
* removed un-necessary spaces and updated border color as per mack
* removed commented code
* fixed failing unit test
* Fixed#8354: Support Login For User from multiple devices with different refresh tokens
* Fixed#8354: Support Login For User from multiple devices with different refresh tokens
* Updated the volume document and one community user ticket
* Updated the volume document and one community user ticket
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
* Cypress: Fixed failing cypress for role page
* fixed data quality test
* fixed memory getting full and cypress getting crush issue
* fixed explore page getting unresponsive
* Added loading state on Save button in Modal
* added additional files
* Added localisation
* fix cypress issue
* changes as per comments
* changes as per comments