* fixed duplicate API call on data insight and search settings pages
* Added unit tests for IngestionListTable component
* Added cypress for DataInsightSettings page
* fixed failing unit tests
* fixed flaky teams cypress test
* removed unnecessary checks
* worked on comments
* added missing localization for kill ingestion modal button
* fixed failing cypress test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fixed issue for when classification has . in name the termCount was not getting
* fix url encoding issues
* changes as per comments and sonar fix
* changes as per comments
* fixed issue for when classification has . in name and testcase and pytest issue
* checkstyle
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* chore(client): replace tooltip with popover in tables
* make tooltip black
* chore(client): replace Popover with Tooltip in copy_to_clipboard button component
* replace popover with tooltip in Description component used in BotDetailsPage
* replace popover with tooltip in TestSuitepipelineTab component
* replaced popover with tooltip in TaskBadge component
* replaced Popover with Tooltip in ConnectionStepCard
* replaced Popover with Tooltip in ContainerdataModal component
* replaced Popover with Tooltip in RecentSearchedTermsAntd component
* replaced Popover with Tooltip in TopicSchema component
* Delete RecentSearchedTermsAntd component
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix: long text ellipsis wrapping
* fix: node suggestions long text issue
* replace name with fqn for tags
* fix cypress issue
* change the header label ui of explore page
* fixed classificatin issue for .
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
* [CHORE] Reduce docker image size by removing pip cache
* [CHORE] Reduce image size for ingestion/operators as well
* [CHORE] Reduce image size for CI
* add exception Message for invalid enum value
when enum value is incorrect in api call, this method generates the exactly message as we expect. for example the Include.java in databaseServiceResource.java list() api.
* add an example for invalid enum value as unit test for databaseServiceResource class.
A unit test example that shows how to use invalidEnumValue() method instead of traditional way i.e. writing plain string.
* apply google-formatter
* Merge branch 'EsmaeilChitgar-AddExceptionMessageForInvalidEnumValue' of https://github.com/EsmaeilChitgar/OpenMetadata into EsmaeilChitgar-AddExceptionMessageForInvalidEnumValue
* fix reported issues in pull request
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* added missing dependance for in the serviceDetailsPage
* fixed the bugs in ingestion tab on service details page
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix#8208: OpenMetadata server supports Postgres 15
* fix: PSQL 15 Initial scripts to make database owners for permissions
* Update to generic base image tag
* fix: type for airflow username
---------
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>