10673 Commits

Author SHA1 Message Date
07Himank
ece3f7385f
Enhancement in search in explore and internal (#13770) 2023-11-10 15:23:24 +05:30
Pere Miquel Brull
7c06116b53
Add deprecation warnings (#13927) 2023-11-10 15:17:07 +05:30
Pere Miquel Brull
8891a9a410
Fix #13906 - Fix add_mlmodel_lineage description field (#13920) 2023-11-10 15:16:09 +05:30
Pere Miquel Brull
b250cd8808
Fix #13699 - Add separator for Storage Container manifest (#13924)
* Fix #13699 - Add separator for Storage Container manifest

* Fix #13906 - Fix add_mlmodel_lineage description field

* Add separator

* Add separator
2023-11-10 10:44:47 +01:00
Aniket Katkar
ba35e1ed68
fix(ui)#12833: soft delete service and edit action restrictions after soft delete (#13824)
* Added soft delete option for services

* disabled edit actions for deleted entities
fixed code smells
code refactoring

* added loading icon in restore entity modal while API call is pending

* fixed code smells

* localization changes

* changes to make actions disabled for deleted entities

* fixed code smell

* changes to limit actions for soft deleted teams

* localization changes

* added deleted badge for soft deleted teams

* Fixed unit tests

* improved delete modal functionality
limited actions for deleted tables on profiler tab

* fixed failing unit tests

* added missing up vote and down vote functionality for search Index entities

* updated the logic to show display name if available in search suggestions

* fixed custom properties settings page bug
added soft delete limitations for container and search index custom property tab

* fixed unit tests

* fixed bugs on table details page and container details page

* Fixed bug on team details page

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-10 14:28:17 +05:30
mgorsk1
204cffdffa
Fixes 13896: fix fullyQualifiedName field mapping for database schema search (#13898)
* fix fqn field mapping for database schema search

* 👌 Updating code due to code review changes.

---------

Co-authored-by: 07Himank <112613760+07Himank@users.noreply.github.com>
2023-11-10 14:17:35 +05:30
Mayur Singal
4b625f7ba5
Move pandas top level import (#13926) 2023-11-10 14:15:14 +05:30
Shailesh Parmar
cefe22247b
[UI] Data Insight Layout looks broken in case of large number of assets #13803 (#13921)
* [UI] Data Insight Layout looks broken in case of large number of assets #13803

* move height to constant variable in cost file

* fixed DI cypress

* fixed failing unit test
2023-11-10 13:53:47 +05:30
mgorsk1
210f7d2f4b
🎉 Init (#13918)
Co-authored-by: at91mm <mariusz.gorski@ing.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-10 11:16:54 +05:30
Sriharsha Chintalapani
fe3e0b4b0a
Filter unnecessary jars and only look for openmetadata jars to register data json files (#13536) 2023-11-09 10:34:16 -08:00
Hung Duong
575a4a0ebc
put correct dataset only (#13369)
* put correct dataset only

* update code

---------

Co-authored-by: hung.duong <hung.duong@be.com.vn>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-11-09 10:30:43 -08:00
Sriharsha Chintalapani
4ec585dca4
fix: openmetadata-service/pom.xml to reduce vulnerabilities (#13888)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1042268

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-11-09 10:25:37 -08:00
Ashish Gupta
f6cd27e4a7
fix(ui): domain page and Asset modal issues (#13763)
* fix domain label issue in dropdown

* fix placeholder issue, alias issue on query, remove domain item form  filter in domain, alignment issue

* fix unwanted api calls in domains version page

* supported all in add asset modal and set it to default

* fix the loading issue in asset modal while search and on save button

* fix link issue for services in asset cards

* fix wrong entity name

* added data asset alias and a aggs to count on index

* fix: assets component refactor

* fix: use aggregation query for index count on explore

* removed all alias from metadata service

* fix: asset selection data product patch

* fix: add data products on missing pages

* fix: review comments

* fix: domain cypress

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-11-09 20:19:02 +05:30
Ashish Gupta
14b9c482a0
fix(ui): supported tooltip descriptions for domain types (#13909)
* supported tooltip description for domain types

* localization keys

* changes as per comments
2023-11-09 06:46:17 -08:00
Mayur Singal
4c19bb5a1d
Add support for external profiler workflow (#13887)
* Add support for external profiler workflow

* pylint

* resolve comments

* resolve comments

* pyformat

* fix code smell
2023-11-09 18:50:47 +05:30
Mayur Singal
a8145a82fa
Fix #13603: Configurable Sample Data Rows for Profiler (#13807)
* Fix #13603: Configurable Sample Data Rows

* Fix #13603: Configurable Sample Data Rows for Profiler

* fix table config

* support configurable overwriting of sample data

* add support for schema and database profiler configuration

* chore(ui): put sampleDataStorageConfig under advanced config

* fix tests

* py format

* chore(ui): add sampleDataCount in table profiler config

* fix tests

* pylint & tests

* feat(ui): add profiler settings tab in database and database schema page

* chore(ui): show different inputs for profile sample type

* schema changes to make default storange config null

* add unit test

* schema changes to fix api

* update profiler setting schema

* move profiler settings to manage button

* sync locals

* fix(ui): unit tests

* fix tests

* py format

* fix lint

* minor improvements

* chore(ui): update profiler settings schema

* resolve review comments

* pytest

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-11-09 18:49:42 +05:30
Preet Shah
81d695b1a2
Update Dockerfiles to run OMD as non-root user (#13726)
* Update Dockerfiles to run OMD as non-root user

* Update Dockerfile to use alpine:3 image

* Update Dockerfile to use alpine:3 docker image

* Update Dockerfile to use alpine:3 docker image
2023-11-09 17:52:10 +05:30
Ashish Gupta
5f9f7ae06e
fix(ui): supported to see all personas in the user profile dropdown (#13915)
* supported to see all persona in user profile dropdown

* fix dropdown closing on more click for persona

* minor changes
2023-11-09 17:46:27 +05:30
07Himank
149be22dcd
remove wildcard search from source url search OS (#13910)
* remove wildcard search from os sourceurl

* checkstyle

* imorovement
2023-11-09 16:38:49 +05:30
Mohit Yadav
bd6e2962c0
Remove Migration Extension Path Env (#13908) 2023-11-09 14:04:28 +05:30
Teddy
7f151ca5f7
fix: remove RESULT_SCAN dep. (#13904) 2023-11-09 08:13:59 +01:00
Ashish Gupta
ef2a27a217
fix tour page not showing (#13902) 2023-11-09 10:22:09 +05:30
Ashish Gupta
2adce103f4
fix(ui): fix search not working in roles input in user profile page (#13897)
* fix search in roles input in user profile page

* minor change

* changes as per comments

* minor changes
2023-11-08 08:20:37 -08:00
Mohit Yadav
2577490700
- Removed Logo Configuration from the openmetadata.yaml (#13873)
* - Removed Logi Configuration from the openmetadata.yaml
- Migrated Login Configuration to the UI

* Removed ApplicationConfig from tests

* Added Custom Header Logo Url

* Update field to favicon

* support login conifguration

* chore(ui): update logo and login config md files

* fix validation issue

* add cypress

* restructure folders and set default fallback for favicon

* autofocus to first field of edit form

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-11-08 20:05:00 +05:30
Ashish Gupta
ab0840aa6f
fix(chore): UI feedback fixes (#13859)
* fix(chore): change errorplaceholder in explore and added tooltip around url style url

* supported helper text in add form for glossary and classification tags

* created separate formLabel component

* minor changes

* changes as per comments
2023-11-08 17:57:14 +05:30
Akash Jain
e42a781aaf
fix(docs): curl command of quickstart guide (#13899) 2023-11-08 12:08:00 +01:00
Ashish Gupta
2935c1d67b
fix(ui): table data issue in entity table lineage sidebar (#13893)
* fix table data issue in entity table lineage sidebar

* optimize code
2023-11-08 14:57:17 +05:30
Onkar Ravgan
bdfc9226d5
Added cost analysis producer in DI (#13872) 2023-11-08 12:04:48 +05:30
07Himank
1a14ac6e72
update respective index with the assets (#13843)
* update respective index with the assets

* checkstyle

* addressing comments

* add listorempty
2023-11-08 10:36:03 +05:30
Teddy
04f6bc7b62
fix: paginating test cases with testSuiteId filter (#13886) 2023-11-07 17:27:09 +00:00
Shailesh Parmar
354c38107e
cypress: Auto skip test part 1 (#13858)
* cypress: Auto skip test part 1

* fixed skip test
2023-11-07 22:42:11 +05:30
Suresh Srinivas
a89e317a2b
Fixes #13863 - Show inherited relationships of an entity (#13864)
* Fixes #13863 - Show inherited relationships of an entity

* Test failure fixes

* Commenting out invalid python test
2023-11-07 09:11:06 -08:00
Mohit Yadav
8d411e2506
Prevent Rules with same name in a Policy (#13883) 2023-11-07 21:29:07 +05:30
Mohit Yadav
a2d99a4631
Allow Activity Feed to have User entity Updates (#13877) 2023-11-07 21:27:33 +05:30
Mohit Yadav
8694341cc8
Fix Pagination Api failure (#13881) 2023-11-07 18:35:23 +05:30
Mohit Yadav
5989b99536
Populate Assignees while adding posts to a thread (#13882) 2023-11-07 18:31:21 +05:30
mrkoloev
ca7a04a457
Update local-docker-deployment.md (#13832)
changed curl flag from -sL to -o
2023-11-07 15:44:40 +05:30
karanh37
51f3d31da6
fix: use aggregation search instead of suggest query (#13861)
* fix: use searchAggregates instead of suggest query

* fix: aggregation fields
2023-11-07 15:22:01 +05:30
karanh37
bc4991d72a
fix: add application enable disable state (#13854)
* fix: add application enable disable state

* fix: add localization

* fix: code smell

* fix: review comments
2023-11-07 15:18:55 +05:30
Ayush Shah
d1544097d5
added Routines related permissions for Bigquery (#13875) 2023-11-07 14:45:01 +05:30
Mohit Yadav
4a73978c77
Fixes #13803 : Reduce the number of call in case of columns (#13819)
* Fixes #13803 : Reduce the number of call in case of columns

* Add Generic Method and Interface for Fields

* Removed unnecessary comments

* Make FieldInterface return List<? extends FieldInterface> for getChildren

* Fix Failing Tests

* - Remove Pipeline or Kill on app Disable
- Add AppMarketPlaceResourceTest
- Reschedule app automatically on restore

* Add Debug Log in validate Change Event

* Fix BotResourceTest

* Api Refactor on UI
2023-11-07 13:06:38 +05:30
Ayush Shah
ec6184d2da
Fix Trino Dialect Import issue (#13869) 2023-11-07 12:10:59 +05:30
Ayush Shah
73c126887c
Remove Excess Permissions for athena (#13857) 2023-11-06 10:24:11 -08:00
Onkar Ravgan
2fdb1af0f4
added 121 migration (#13837) 2023-11-06 18:13:30 +05:30
Ayush Shah
29b7f3aa33
Fixes 13688: Trino Profiler Bugs (#13853) 2023-11-06 17:14:04 +05:30
Onkar Ravgan
c7834e74cc
fixed avro recursive record (#13856) 2023-11-06 16:27:06 +05:30
Dhruvin Maniar
f89b52cb11
[FIX] Update docs of keycloak SSO (#13842) 2023-11-06 13:40:33 +05:30
Akash Jain
f9e0047b6f
fix(docs): Helm Values and Snippet usage for DB_PARAMS (#13851)
* docs: Add breaking changes for the use of `DB_PARAMS`

* fix(docs): Update to `DB_PARAMS` value in snippets

* fix(docs): Update Helm Values
2023-11-06 11:52:42 +05:30
Ashish Gupta
c5e7ff4c70
fix(cypress): what's new pop-up alert box (#13848)
* fix(cypress): what's new popoup alert box

* remove manual timeout as not required such
2023-11-05 10:49:22 +05:30
Akash Jain
1cbcdd01d2
docs: Add breaking changes for the use of DB_PARAMS (#13841) 2023-11-04 09:56:13 -07:00