3835 Commits

Author SHA1 Message Date
Shailesh Parmar
3bcef4f58c
UI: Added Data Quality test suite listing page and detail page (#7014)
* initial setup for data quality form

* added stepper and form component

* added select/add test suite step form

* added form for table test and cron step

* added data quality table test form flow

* added test suite listing page

* bug fix for profiler

* added column test form

* render right panel information dynamically

* updated test as per new changes

* updated data test id

* Fixed ingestionPipeline

* Fixed pytest + python format

* miner fix, added sql editor

* removed filter for duplicate test check

* miner fix

* updated all API call for test suite ingestion page

* updated test suite view redirection

* updated ingestion infinite loader

* added edit action for test case

* added edit/add ingestion flow

* added after action for form

* remove duplicate close action

* fixed alignment issue

* added expand on row click functionality and change expand/collapse icon

* used antd component

* resolving conflict

* Fixed#7040: Test-suite count support in counts API (#7041)

* updated test suite count

* fixed failing unit test

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: Parth Panchal <83201188+parthp2107@users.noreply.github.com>
2022-08-30 19:00:51 +05:30
Mayur Singal
5a3fcafb3b
Snowflake Mark Partitioned Tables (#7021)
Snowflake Mark Partitioned Tables (#7021)
2022-08-30 14:35:09 +02:00
Akash Jain
b2f3d958ef
fix: docs env OM_AUTH_AIRFLOW_CUSTOM_OIDC_SECRET_KEY (#7053) 2022-08-30 17:44:39 +05:30
Sachin Chaurasiya
106f99f4c8
Update MyData and Explore with new roles and policy (#7018)
* Update MyData and Explore with new roles and policy

* Add placeholder for explore side panel

* Fix unit tests

* Remove Permission API call from AuthProvider

* Fix loading issue

* Update global settings left panel

* Remove feed check from mydata page

* Remove permission check from explore page

* Minor change

* Add resource permission method to provider

* Change global settings left panel

* Remove unwanted codes

* Add comments

* Addressing review comments
2022-08-30 14:42:55 +05:30
Ayush Shah
a6a4e08af1
Fix Profiler for json or variant types (#7033) 2022-08-30 13:33:23 +05:30
mohitdeuex
b7351c220a
Added Team Webhook (#6973)
* Added Team Webhook

* Ms Teams UI for setting Page

* Updated Review Comment Changes

* minor changes

* Fix webhook types

* Updated Parser for Teams

* Change MsTeams content and created Justify Card

* Fixed failing tests cases

Co-authored-by: Ashish gupta <ag939431@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2022-08-30 11:10:02 +05:30
Ashish Gupta
0ca86c1a24
Fix the Minot Layout issue and text issue (#7024) 2022-08-30 10:38:32 +05:30
Suresh Srinivas
1de569af61
Fixes #7013 Backend : Policy rule description is not getting updated (#7027)
* Fixing test failures

* Fixes #6978  Helper function for building ChangeDescription

* Fixes #7013 Backend : Policy rule description is not getting updated
2022-08-29 22:03:38 -07:00
dependabot[bot]
3c77d49517
Bump minimist from 1.2.5 to 1.2.6 (#7022)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

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-08-29 21:51:12 +05:30
Akash Jain
fed3cf6dae
OpenSearch Service Engine Version Docs Update (#7023) 2022-08-29 21:34:32 +05:30
Akash Jain
fdce6afa6d
fix: update gke docs (#7020) 2022-08-29 20:56:58 +05:30
Mayur Singal
b775649ba8
Postgres Mark Paertitioned Tables (#7017) 2022-08-29 17:00:22 +02:00
Abhishek Pandey
dc227cd508
closing-connection-after-each-iteration (#6954)
* closing-connection-after-each-iteration

* code-formatted

* sqlalchemy-connection-optimised
2022-08-29 16:41:23 +02:00
Aniket Katkar
f0560d121f
Fix(UI): Updated labels for add and edit announcement modals (#6988)
* announcement add and edit modal label updated

* Added feature to see the local time zone while creating or editing announcement

* fixed failing unit tests

* improved the function to get time zone
2022-08-29 19:46:56 +05:30
Ashish Gupta
b59878e1b5
Fix (#6984) doc links in OpenMetaData (#6986)
* Fix doc links in OpenMetaData

* Link updated

* remove unwanted file

* changes as per comments

* Changes as per comments
2022-08-29 19:38:54 +05:30
Pere Miquel Brull
2238bc2466
Do not push ingestion dir (#7008) 2022-08-29 14:20:32 +02:00
Mayur Singal
58d27811d0
Bigquery Mark Paertitioned Tables (#7007) 2022-08-29 14:15:59 +02:00
Shailesh Parmar
3b67cc824d
Data qaulity add test's workflow (#6957)
* initial setup for data quality form

* added stepper and form component

* added select/add test suite step form

* added form for table test and cron step

* added data quality table test form flow

* bug fix for profiler

* added column test form

* render right panel information dynamically

* updated test as per new changes

* updated data test id

* Fixed ingestionPipeline

* Fixed pytest + python format

* miner fix, added sql editor

* removed filter for duplicate test check

* miner fix

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-08-29 17:26:59 +05:30
Chirag Madlani
cc0449e506
feat(ui): update global settings page with new roles and policy (#7002)
* feat(ui): update global settings page with new roles and policy

* Modify the permission util and remove access prop from create bot and user page

* Fix typo

* Fix console errors

* fix unit tests

* Add getEntityPermission to provider

* Remove admin and auth disable check from global setting

* Add check for edit description.

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-08-29 16:35:42 +05:30
Pere Miquel Brull
15c83e3f2d
Docs - Update images and clean files (#7005)
* Update image links

* Remove external YAMLs
2022-08-29 08:59:41 +02:00
Aniket Katkar
1b084fd956
Fix #6791 : Table styling on Settings page made consistent to that on entity page (#6938)
* Fix #6791 : Replaced react-table with antd table component

* Updated unit tests

* Fixed failing cypress tests

* Refactored code, removed code smells.

* Fixed code smells
2022-08-29 11:51:16 +05:30
Nahuel
3f491a8578
Fix#6027: Improve logging in ingestion library (#6931)
* Improve logging in ingestion library

* Some extra fixes in logging
2022-08-29 08:06:29 +02:00
Abhishek Pandey
fde53809eb
added-query-log-parser-in-postgres (#6750)
added-query-log-parser-in-postgres (#6750)
2022-08-29 06:48:29 +02:00
Nahuel
4c6f0c7bda
Fix#6027: Fix logging in metadata package modules except ingestion and orm_profiler (#6970)
* Fix logging in metadata package modules except ingestion and orm_profiler

* Reduce log level to _get_columns_with_constraints method
2022-08-29 06:46:06 +02:00
Sachin Chaurasiya
1081254f7b
Fix (#6971) UI : Add Permission Provider (#6972)
* Fix (#6971)  UI : Add Permission Provider

* Fix description unit test

* Fix unit tests

* Addressing review comments

* Add checkPermission util

* Add permission for protected route

* Clean up

* Fix rule condition validation issue
2022-08-27 16:05:57 +05:30
Chirag Madlani
5cefe1bfbb
refactor(ui): mock matchMedia globally for unit tests (#6985)
* refactor(ui): mock matchMedia globally for unit tests

* remove unused tests
2022-08-27 16:00:38 +05:30
Teddy
bcdb8891f8
Fixed datatype bug (#6987) 2022-08-27 15:56:08 +05:30
Chirag Madlani
9abf63f476
fix(ui): service page ui updates (#6927)
* fix(ui): service page ui updates
tag page left panel height issue

* update layout for settings page

* ignore long URL lint errors

* update tests

* fix cypress tests

* fix cypress failing

* fix cypress tests failure
2022-08-27 13:11:35 +05:30
Sriharsha Chintalapani
f9a3f9988e
Fix #6936: testPlatforms is required field in testSuite and createTes… (#6944)
* Fix #6936: testPlatforms is required field in testSuite and createTestSuite schema

* Fix #6936: testPlatforms is required field in testSuite and createTestSuite schema

* Fix #6936: testPlatforms is required field in testSuite and createTestSuite schema

* Fix #6936: testPlatforms is required field in testSuite and createTestSuite schema

* Fix #6936: testPlatforms is required field in testSuite and createTestSuite schema

* fixed glossary test

* Fixed sample data ingestion

* Add filters for testCaseResultSuccess
testCaseResultFailed, testCaseResultAborted

* Fix #6936: fix testcase listing

* Fix #6936: fix java style

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-08-27 13:01:24 +05:30
Sachin Chaurasiya
6c62433931
Fix UI | cmd + click does not work as expected on the Explore page #6976 (#6983) 2022-08-27 11:57:04 +05:30
Aniket Katkar
5168c8afb0
Ui improvements and fixes (#6966)
* Ui improvements and fixes

* Fixed failing unit tests
2022-08-27 07:20:48 +05:30
Pere Miquel Brull
2a3a6141ef
Docs - Markdown Migration (#6980) 2022-08-26 17:57:09 -07:00
Suresh Srinivas
c2a70bd545
Fixes #6978 Helper function for building ChangeDescription (#6979)
* Fixing test failures

* Fixes #6978  Helper function for building ChangeDescription
2022-08-26 14:07:15 -07:00
Pere Miquel Brull
6cebf37b6c
Fix #6906 - Add Nifi connector (#6956)
* Add Nifi connector

* Mock token

* Format

* pass verify param
2022-08-26 21:50:01 +02:00
Sachin Chaurasiya
240c479f7d
Fix #5140 E2E Testing for Roles and Policies Page (#6962)
* Fix #5140 E2E Testing for Roles and Policies Page

* Minor change

* Fix failing unit tests
2022-08-27 00:47:44 +05:30
Aniket Katkar
2926055b92
Fixed loader not showing while fetching query data (#6968)
* Fixed loader not showing while fetchig query data

* Used antd components for grid styling

* unit test mocks correction

* unit test fail fix
2022-08-27 00:20:03 +05:30
Teddy
1234b6f220
Fixes #5313 by adding logic to skip non OM on testSuite workflow (#6969) 2022-08-26 18:53:32 +02:00
Sachin Chaurasiya
bddf5d849d
Remove unused code for botlist (#6964) 2022-08-26 19:56:13 +05:30
Pere Miquel Brull
4472e3b2ad
Dashboards based on markdown (#6963) 2022-08-26 14:46:21 +02:00
Sachin Chaurasiya
e13381f3f2
UI : Roles and Policy Changes (#6923)
* UI : Roles and Policy Changes

* Add unit tests for add role page

* Add unit tests for roled details page

* Add unit test for rolelist page

* Add unit test for role list page

* Add action button for rule

* Add support for delete action on policy rule

* Modify the addattribute modal

* Add support for search on add attribute modal

* Improve modal title styling

* Minor change

* handle role users and teams update

* Fix teams remove issue on policy

* Add unit tests for the add attribute modal

* Add data-testids for fields

* Fix typo

* Add unit tests for add policy and rule form

* Add unit tests for add and edit role

* Change data-tests ids

* Add roles ad policies support on teams details page

* Fix unit tests

* Change data-testid for rule card manage button

* Minor fix

* Remove old rolesAPI file
2022-08-26 18:03:46 +05:30
Onkar Ravgan
13d433b0d7
Add Owner for DBT (#6872)
* Added owner field in DataModel

* Added user in backend

* review comments addressed

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-08-26 16:22:27 +05:30
Shailesh Parmar
87f8bcc4fa
Fixed issue: UI: Glossary details page improvements#6834" (#6879)
* Fixed issue: UI: Glossary details page improvements#6834"

* added data-testid

* fixed input box re-render issue

* fixed failing cypress for glossary

* addressing comments

* fixed failing cypress

* updated glossary test and cypress

* fixed glossary test
2022-08-26 16:08:02 +05:30
Milan Bariya
0ad7e0af1b
Fix: Add Configure Metadata Ingestion image for mlmodel (#6958) 2022-08-26 14:23:09 +05:30
Aniket Katkar
1c6d2f2649
Fix #6893 : Ui improvements and bug fixes 2 (#6935)
* Fix #6893 : Ui improvements and bug fixes

* Fixed failing unit tests

* Fixed failing cypress tests

* glossary page left panel styling changes
2022-08-26 14:14:22 +05:30
Aniket Katkar
6a85b34e3c
Fix #6893 : UI improvements and bug fixes 1 (#6934)
* Fix #6893 : UI improvements and bug fixes

* Fixed failing unit tests

* worked on comments to make common styling for left panel
2022-08-26 14:14:08 +05:30
Milan Bariya
c0e91033e0
Fix: Mode and Mlflow doc added (#6925)
* Fix: Mode and Mlflow doc added

* Fix: Change based on comments
2022-08-26 09:00:34 +02:00
Mayur Singal
6c1f84dcd7
Use Table FQN instead of Name for usage status (#6952)
* Use Table FQN instead of Name for status

* Update log with fqn instead of name
2022-08-26 08:58:30 +02:00
Nahuel
bdbbca0efe
Fix#6027: Improve logging in OpenMetadata Airflow APIs (#6920)
Fix#6027: Improve logging in OpenMetadata Airflow APIs (#6920)
2022-08-26 07:29:38 +02:00
Teddy
075a0196cf
Fixed #6762 DB2 test connection (#6928)
* Fixed DB2 test connection

* Fixed query

* Fixed function
2022-08-26 07:14:17 +02:00
Suresh Srinivas
a8732c8e89
Fixes #6844 Ingestion causes Custom Property values to disappear (#6912) 2022-08-25 14:04:18 -07:00