* Removed part of the secrets manager implementation in the server side
* Removed part of the secrets manager implementation in the openmetadata python library side
* Remove deprecated test
* Address pylint checks
* Address new pylint checks
* Address PR comments
* Fix import on airflows apis
* Clear singleton instances for running Ometa secrets manager test
* Added SystemServices for creating DataInsight and ElasticSearch Reindexing Pipeling with Sink config
* Add Amundsen config
* Changed SystemService to MetadataService
* Change to MetadataConnection
* Fixed failing test
* Fixed Failing test
* Added Metadata Service Test
* Bootstrapped Openmetadat service
* checkstyle fix
* cast to bigint to avoid overflow when summing
fixes#8430
* Update ingestion/src/metadata/orm_profiler/orm/functions/sum.py
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Fix#8639 UI : Show charts latest value in data insight overview card and rename datasets to data assets
* Add data summary for entities chart
* Add Percentage symbol for Percentage chart
* Add web charts summary data
* Address review comments
* Change active user index
* - Fixed issue where url was breaking in the description preview due to character limit
- Added localization in RichTextEditorPreviewer
* changed the limit of max description characters to show in preview
* Fixed failing unit tests
* Worked on comments
* - Fixed errors
- Improved the function to trim the description for preview
* Fixed failing unit tests
* - Made changes to show more information about tables in data card on explore page
- Fixed bugs related to entity summary panel
* Replaced Space components for vertical flex with Row and Col for ColumnSummary
* Feat✨ (#8161) Implement logic to fetch report data part-2
* Fix _get_user_details should return dict not None Type
* Format average session
* Make user name clickable
* Add provision for showing percentage symbol in graph tooltip
* Add summary support for entities
* Fix format issue
* Fix unit tests
* Fix labeling issue
* Add PageViewsByEntities chart
* Add DailyActiveUsers chart
* Add description to charts
* Fix unit tests
* remove startTs Overriding
* Address review comment
* Feat ✨ ( #8161) Implement logic to fetch report data
* Add profile picture support for user and owner
* Add custom tooltip for graph
* Add description for charts
* Change WebAnalytics to Web Analytics
* Update entities to datasets
* Change dropdown to select widget
* Add KPIs Button
* Add constant for tab
* Add constant and utils
* Add APIs and interface
* Add state in the data insight page
* Change total to latest
* Create prepareGraphData util
* Add API integration to get TotalEntitiesByType chart
* Create common method to get the graph data
* Rename common method
* Add method to get the graph data by tier type
* Add API integration to get PercentageOfEntitiesWithDescriptionByType chart
* Add API integration to get PercentageOfEntitiesWithOwnerByType chart
* Fis unit test
* Add API integration to get TotalEntitiesByTier chart
* Add unit test
* Add logic to get latest count
* Fix typescript warnings
* Make dataReportIndex as default param for API request
* Add debounce to graphs
* Add filtering support for charts
* Addressing review comments
* Address review comment
* Address review comments