* supported displayName field in User listing page
* change the displayName to name for the consistency around name property around ui
* fix sonar issue
* Update the cron-editor form to implement new design
* localization changes
* Refactor the CronEditor component
* Improvements and bug fixes for CronEditor
* localization and license header changes
* Fix the type errors
* Move the CronEditor component logic to ScheduleInterval
* Fix schedular for the test suite ingestion
* Fix the unit tests
* Fix playwright tests
* Fix the failing playwright tests
* Fix the ingestion search issue
* worked on comments and fixed playwright tests
* Remove the unnecessary isEmpty check for the cron string
* Fix the cron values for hour and min not showing correctly
* Remove the isEmpty check for cron
* Move the cron error checks to the create ingestion logic
* Fix the failing playwright
* Add the monthly schedule option
* Fix the logic for default schedule to allow default schedule as none
* fix the unit tests
* Add name field in the advanced search fields list
* Update the search index for autocomplete for name DisplayName
* removed unnecessary array for searchIndex
* ref(profiler): use di for system profile
- use source classes that can be overridden in system profiles
- use a manifest class instead of factory to specify which class to resolve for connectors
- example usage can be seen in redshift and snowflake
* - added manifests for all custom profilers
- used super() dependency injection in order for system metrics source
- formatting
* - implement spec for all source types
- added docs for the new specification
- added some pylint ignores in the importer module
* remove TYPE_CHECKING in core.py
* - deleted valuedispatch function
- deleted get_system_metrics_by_dialect
- implemented BigQueryProfiler with a system metrics source
- moved import_source_class to BaseSpec
* - removed tests related to the profiler factory
* - reverted start_time
- removed DML_STAT_TO_DML_STATEMENT_MAPPING
- removed unused logger
* - reverted start_time
- removed DML_STAT_TO_DML_STATEMENT_MAPPING
- removed unused logger
* fixed tests
* format
* bigquery system profile e2e tests
* fixed module docstring
* - removed import_side_effects from redshift. we still use it in postgres for the orm conversion maps.
- removed leftover methods
* - tests for BaseSpec
- moved get_class_path to importer
* - moved constructors around to get rid of useless kwargs
* - changed test_system_metric
* - added linage and usage to service_spec
- fixed postgres native lineage test
* add comments on collaborative constructors
* supported total distinct user count in Team page
* minor improvement
* fix unit test
* added helpertext tooltip and change the label
* minor cosmetic update
* Minor: Add ViewAll policy to enable default OrganizationPolicy to allow uses to view metadata
* Minor: Add ViewAll policy to enable default OrganizationPolicy to allow uses to view metadata
* 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