4912 Commits

Author SHA1 Message Date
Ashish Gupta
7e7abac3a3
fix(ui): persist pagination on explore page when user hit back on browser (#8760)
* fix the reset of the explore page once back for details page

* fix page got reset when back from details page

* fix unit tests

* fix the reset info on sort change

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-17 12:26:42 +05:30
Shailesh Parmar
e74ec6f7e2
Cypress: Updated condition for service page (#8822)
* Cypress: Updated condition for service page

* added wait for skeleton load

* condition fixed at retry of ingetion
2022-11-17 11:03:59 +05:30
Miguel Sempere
8c67e0f627
Include links to consumer and registry configurations (#8107) 2022-11-16 19:57:02 -08:00
dependabot[bot]
04ed3ed671
Bump snakeyaml from 1.31 to 1.32 (#8392)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.31 to 1.32.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..snakeyaml-1.31)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 19:56:55 -08:00
Suresh Srinivas
b3472b03ea
Fixes #2254 Tag usage count is incorrect when a tag name is a prefix of another tag name (#8826) 2022-11-16 17:57:54 -08:00
Sriharsha Chintalapani
422eccf6e7
Fix #8738: Improve Search Relevancy (#8739) 2022-11-16 15:43:41 -08:00
Suresh Srinivas
45d45aab70
Fixes #8821 Inherit ownership from parent container when creating children (#8824) 2022-11-16 13:59:45 -08:00
Pere Miquel Brull
27816adddd
Fix e2e workflow (#8820) 2022-11-16 17:48:52 +00:00
Ashish Gupta
97a0b196b1
UI : Added missing connector icons (#8749)
* Added missing connector icons

* added metadata icon
2022-11-16 23:00:45 +05:30
Teddy
88c0ecb579
Remove count logic in custom sql test as 1) create complex logic and 2) multiple users got confused with expected tests results (#8819) 2022-11-16 18:10:55 +01:00
Shailesh Parmar
1bae473ce8
Cypress: Skip the flaky profiler test and added API wait time for services (#8803)
* Fixed Flaky Service test in cypress

* skipping add profiler ingestion
2022-11-16 22:15:30 +05:30
Pere Miquel Brull
d1cc3e880c
Fix e2e test and add slack alert (#8817)
* Fix mysql test

* Run alarm on failed test

* Force failure for testing
2022-11-16 17:43:48 +01:00
Nahuel
1bde821e9a
On init the auth provider 'openmetadata' must generate a JWT token if not present on config (#8815)
* On init the auth provider 'openmetadata' must generate a JWT token if not present on config

* Address PR comments
2022-11-16 16:53:01 +01:00
Aniket Katkar
b92149fb4d
Fix(UI) #8727: Worked on improvements in Data Insight Ingestion step (#8757)
* - Added more information about fields in metadata to ES config step
- Styling improvement for the same step
- Data insight pipelines can only be sheduled with day option

* Worked on comments and code optimisation in MetadataToESConfigForm

* Added missing dependancies for useMemo in CronEditor

* Worked on comments

* Changed component name and converted components to arrow functions

* Component name correction
2022-11-16 19:33:57 +05:30
George
7921090dbf
ISSUE-8785: Fix rich-text-editor autofocus problem (#8810) 2022-11-16 19:24:37 +05:30
Ayush Shah
44613b1532
Fix Profiler issue (#8796) 2022-11-16 17:13:34 +05:30
Mohit Yadav
51559c590b
Added Ldap Authentication Documentation (#8804)
* Adding Basic Auth Document

* Updated with review Comments

* Updated with review Comments

* Fixed alignment issues

* Added Ldap Authentication Doc

* Type Fix

* Review comment fix
2022-11-16 17:06:16 +05:30
Onkar Ravgan
93dc01fbb4
Fixed filterpattern and lineage (#8802) 2022-11-16 11:42:59 +01:00
Pere Miquel Brull
0bbf5797ea
Fix #8661 - Add Custom Connector docs (#8764)
* Add Custom Connector docs

* Generalize comments and typo
2022-11-16 11:31:27 +01:00
Teddy
62bc104cab
Fix KPI Check and ES deletion logic (#8797)
* - limit check for existing es data to first iteration
- converted fraction to percentage for kpi success check

* Reverted value * 100, should be handle when we send the KPI definition request
2022-11-16 11:02:35 +01:00
Chirag Madlani
9eefed7457
fix(ui): update default status to empty instead queued (#8713) 2022-11-16 15:29:39 +05:30
Pere Miquel Brull
440e9ada75
Improve ES logging (#8793) 2022-11-16 10:05:40 +01:00
Chirag Madlani
89a12f3c05
fix(ui): remove teams root route and redirect it to Organization (#8767)
* fix(ui): remove teams root route and redirect it to Organization

* update local string
2022-11-16 14:06:55 +05:30
Shailesh Parmar
345bd6c3ee
Fixed: Whatsnew modal issue in custom property spec (#8779)
* Fixed: Whatsnew modal issue in custom property spec

* fixed teams cypress issue

* skipping data quality check profiler test

* added comments
2022-11-16 13:21:23 +05:30
Pere Miquel Brull
c2983e8606
Trigger maven and py-tests on all PRs (#8791) 2022-11-16 08:48:55 +01:00
Ashish Gupta
2217ee9fdf
UI : Fix the scrolling issue on ui and recent view item alignment issue (#8777)
* Fix the scrolling and recent view item alignment issue

* change tailwind css to custom css

* remove tailwind classes from entitylist

* change css in less format
2022-11-16 12:06:44 +05:30
Sachin Chaurasiya
54628001ed
#8752 Fix Kpi Should not be allowed to be created before current date (#8768)
* #8752 Fix Kpi Should not be allowed to be created before current date

* Fix edit kpi page date issue

* Refactor
2022-11-16 11:56:19 +05:30
NiharDoshi99
d783869ed6
Fix: Added metadata service (#8759)
* Fix: Added metadata service

* Fix as per comment

* Fix changes for py-test

* Fix changes for py-test

* Fix py-checkstyle
2022-11-16 06:41:54 +01:00
Ashish Gupta
8d60abd84e
UI : Change the popover to hover on Type in table entity (#8700)
* Change the popover to hover on Type in table entity

* change popover to antd
2022-11-16 11:06:08 +05:30
Suresh Srinivas
6a0b89c27e
Fixes #8783 Support moving glossary terms in a nested fashion (#8784) 2022-11-15 19:39:25 -08:00
Suresh Srinivas
ea8cf999ad
Fixes #8701 Unable to add condition for matchAnyTags condition policy rule expression (#8782) 2022-11-15 17:20:18 -08:00
Suresh Srinivas
2edaec4155
Fixes #7569 - Adding Reviewers at the root of the Glossary should be applied to all the children of Glossary (#8740) 2022-11-15 12:52:15 -08:00
Pere Miquel Brull
11ad9192a4
Fix CI condition for gatekeeping (#8769) 2022-11-15 17:37:30 +01:00
Teddy
4ccdce50e0
Fix data insight bugs (#8761)
* - made ES ingestion of data inisght idempotent for the daily execution
- added web analytic timedelta to 1 day to fecth data from the previous day

* Added time utils

* fixed timezone
2022-11-15 16:10:30 +01:00
Ayush Shah
5be0f8ee76
Dl Profiler (#8694)
* DQ commit

* Add DL Profiler

* Fix Ingestion and Profliing pylint checks

* Fix Tests

* PyFormat files

* Fix Tests

* Resolve Comments

* Fix Tests and Format Files

* Resolve Comments

* Fix Pylint and Code smells

* Resolve Comments

* Fix S3 parquet

* Fix Metrics Code Smell
2022-11-15 16:01:10 +01:00
Mohit Yadav
771348a518
Fixes Backend : KPI patch API is not working #8774 (#8776)
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name

* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name

* Change GET APIs to PUT apis #8687

* change request type for registration

* Data Insight Index should be created on the server start, if not exist

* checkstyle fix

* Fixes Backend : KPI patch API is not working #8774

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-11-15 20:14:36 +05:30
Mohit Yadav
2e04ff24f9
Fixes the index not found issue on data insight page in case workflow is not run or created (#8770)
* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name

* Endpoint should be more specific, causes issue in case we have enitities containing login, config etc in name

* Change GET APIs to PUT apis #8687

* change request type for registration

* Data Insight Index should be created on the server start, if not exist

* checkstyle fix

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-11-15 18:02:03 +05:30
Sachin Chaurasiya
964cc4e0a5
UI : Update the navbar items with new placeholder text (#8756) 2022-11-15 17:04:02 +05:30
Shailesh Parmar
6d089d9e31
Fixed Selection option for new node is not visible (#8751) 2022-11-15 16:23:41 +05:30
Akash Jain
fb8cfca6af
Run Maven CI on JSON Schema Changes (#8748) 2022-11-15 16:06:25 +05:30
Parth Panchal
f77908d8b3
reverting the version change (#8762) 2022-11-15 15:54:08 +05:30
Parth Panchal
678e4e2c36
updated feign verison in openmetadata-java-client (#8758) 2022-11-15 15:31:05 +05:30
Sachin Chaurasiya
7b9fecc369
Fix Delete API failure issue (#8747) 2022-11-15 12:20:54 +05:30
Nahuel
f57fe1d507
Fix#8577: Ingestion Pipelines sensitive passwords fields are stored in secrets store (#8725)
* Services sensitive passwords fields are stored in secrets store

* Update services on application startup in case of changes in the JSON Schema

* Minor changes after manual test

* Bots sensitive passwords fields are stored in secrets store

* Ingestion pipeline sensitive passwords fields are stored in secrets store

* Fix Java style

* Add update for ingestion pipelines on start up

* Add pylint exception

* Fix broken test

* Update UI references
2022-11-15 06:34:49 +01:00
Teddy
3dbaa69978
Data insight workflow (#8729) 2022-11-15 05:44:25 +01:00
Sriharsha Chintalapani
cbc18de6cb
Fix OM_DATABASE env variable name (#8743) 2022-11-15 09:10:21 +05:30
Suresh Srinivas
6a0e326f59
Fixes #7524 Backend: Allow users to rename the Glossary name and Glossary term names (#8734) 2022-11-14 14:09:00 -08:00
Suresh Srinivas
9571326d92
Fixes #8730 Backend - Support renaming tag category and tag names (#8731) 2022-11-14 10:15:55 -08:00
Pere Miquel Brull
f33003485e
ES reindex Airflow workflow (#8723)
* Added support for 'Metadata Service' connectors

* Fixed failing unit tests

* Removed delete button for 'Metadata Service' connector of type OpenMetadataServer

* Code optimization for SelectServiceType component

* Fixed errors arrived due to backend changes related to OpenMetadata Services

* init reindex

* Added additional step for adding Metadata to ES configs while creating ingestion pipeline for Metadata Service

* Add ES reindex

* Add ES reindex

* Format

* Format

* Rename service

* Pick service name from IngestionPipeline

* fix ui conflicts

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-11-14 18:59:56 +01:00
Ashish Gupta
b04485a5bc
UI : Added Password viewer on DBT fields (#8724)
* Added Password viewer on DBT fields

* Added Password viewer on services fields
2022-11-14 23:19:02 +05:30