1404 Commits

Author SHA1 Message Date
Mayur Singal
3b2255ffdc
Oracle Docs Fix (#7219)
* Oracle Docs Fix

* doc fixes
2022-09-08 10:34:20 +05:30
Onkar Ravgan
5aabf76b49
PowerBi urls fixed (#7295)
* PowerBi urls fixed

* added constants

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-09-08 10:30:32 +05:30
Sriharsha Chintalapani
1d56705f5b
Fix #7319: For non admin users with ViewAll or ViewTests permissions testCaseResource listing with testSuiteID is returning null (#7320) 2022-09-07 17:30:48 -07:00
Nahuel
b829a2cbf3
Fix: Improvements on secret manager implementation (#7282)
* Change local secret manager by noop

* Update openmetadata-secure-test.yaml
2022-09-07 09:18:59 +02:00
Vivek Ratnavel Subramanian
96168e77d4
Fix #6814 Backend: Feed API response doesn't include all tasks of user (#7284) 2022-09-06 22:12:46 -07:00
Sriharsha Chintalapani
da286b7a5f
Fix #7000: Delete with recursive=true is not working for testSuite API (#7285) 2022-09-06 21:59:46 -07:00
Suresh Srinivas
fe575da962
Fixes #7258 - Change admin only operations to policy based (#7281) 2022-09-06 17:53:55 -07:00
Suresh Srinivas
30c92a3c9a
Fixes #3812 - Disable deleted system Roles and Policies (#7274) 2022-09-06 15:10:59 -07:00
Sriharsha Chintalapani
d29a230726
Fix #7104: Add support for get resource permission by FQN (#7270) 2022-09-06 12:30:52 -07:00
Milan Bariya
2ef5f15cbb
Fix: SQLAlchemy driver scheme options is mssql + pyodbc that time dat… (#7257)
* Fix: SQLAlchemy driver scheme options is mssql + pyodbc that time data not get ingested

* Fix: Mssql image name changed
2022-09-06 08:07:07 -07:00
Mayur Singal
487fd10a6b
Fix #5534: Update bigquery config descriptions (#7261) 2022-09-06 08:04:48 -07:00
Vivek Ratnavel Subramanian
a7e39ffd14
Fix #7200 Backend: Add API support to get all teams of type 'Group' f… (#7201)
* Fix #7200 Backend: Add API support to get all teams of type 'Group' for the logged in user

* Address review comments

* Add new API
2022-09-06 13:44:24 +05:30
Vivek Ratnavel Subramanian
364067ac84
Fix #6638 UI: Show hierarchy while listing teams in Signup page and other pages (#7199)
* Fix #6638 UI: Show hierarchy while listing teams in Signup page and other pages

* Fix Unit Test failure
2022-09-06 11:19:22 +05:30
Vivek Ratnavel Subramanian
f463cf48c0
Fix #7187 Backend: Patching teams API for team type is not working properly (#7236) 2022-09-05 21:12:08 -07:00
Parth Panchal
fe8fb625e2
Added Webhook type filter in list api (#7221)
* added webhook type filter in list api

* added webhook type filter in list api
2022-09-06 00:16:12 +05:30
Onkar Ravgan
9be3df4a1e
Integrated DBT tests (#7122)
* Integrated DBT tests

* Fixed py tests

* Review comments addressed

* Changed test suite name default value

* Added fixes

* update ui changes for new field

* send data along with api

* update name

* fixes for UI

* fixes for UI

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-09-05 22:25:31 +05:30
mohitdeuex
2633ed23fd
Fix slack issue (#7185)
* Fixed issue with testCases not posted in slack

* Return empty string in case of faling to build url
2022-09-03 15:09:41 +05:30
Suresh Srinivas
c729abaa95
Fixes #7176 Backend: Restrict ownership to team type Group (#7183) 2022-09-02 15:52:44 -07:00
Suresh Srinivas
9689d05e8c
Fixes #7178 Access control support for TestCase entities (#7179) 2022-09-02 13:50:50 -07:00
mohitdeuex
959d0df537
TestCase Result feed fix for activity feed and webhook (#7166)
* [Backend][Settings] Settings through UI [WIP]

* [Backend][Settings] Settings through UI - eventFilter
 [WIP]

* [Backend][Settings] Added api to allow  see create request format

* [Backend][Settings] JAva checkstyle

* [Backend][Settings] Added Filters and db changes

* [Backend][Settings] Postgres Fix

* [Backend][Settings] Add New Filter

* [Backend][Settings] Created Common Filters

* [Backend][Settings] Fix Webhook Resources Test for failing

* [Backend][Settings] Updated models so as to allow consumers to get the schemas properly

* [Backend][Settings] Fix merge issues

* [Backend][Settings] Fixes for UT

* [Backend][Settings] Fixes for UT

* [Backend][Settings] Updated to add wildcard filtering

* [Backend][Settings] Java style fix

* [Backend][Settings] Failing WebhookRes
Fix

* [Backend][Settings] Fix Style

* [Backend][Settings] added softdelete

* [Frontend][Settings] Skip test for now AddWebhook

* [Backend][Settings] Merge Conflict fix

* [Backend][Settings] Simplified Filters, added auto updating filter using scheduled thread

* [Backend][Settings] typo

* [Backend][Settings] review fix

* [Backend][Settings] review fix - review wildcard imports

* [Backend][Settings] Java checkstyle

* [Backend][Settings] Fixed failing test

* [Backend][Settings] Fixed failing test for Pipleine, MlModel

* [Backend][Settings] Fixed Feed util test

* Updated update time to 5 mins

* Fix

* checkstyle fix

* fixed ui test mock data

* fixed ui side changes for webhook filters

* fix conflicts

* fix corner scenario

* added caching

* migrate table changes to new sql

* fix unused issue

* Adding bootstrapped filters

* Adding bootstrapped filters

* failing ui

* removed kafka from webhook, fixed model on ui side

* Added basic filters to all entities

* fix sonar checks failing

* [UI] added enums for entityType and FieldTypes

* update as per new api schema

* Deleted commented file added test Case result to enabled OOB

* Updated TestCase Message Display on Feed Slack and Teams

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-09-02 20:15:56 +05:30
Chirag Madlani
52b100fbc6
fix(ui): instead ui render list based on api response (#7132)
* fix(ui): instead ui render list based on api response

* update ui

* add support for resetFilters

* update api

* update logic

* update activity feed settings page
2022-09-02 18:01:39 +05:30
Vivek Ratnavel Subramanian
2f84bfbfa8
Fix #7100 Upgrade issues for 0.12 release (#7101) 2022-09-01 22:22:42 -07:00
Mayur Singal
726f7ddf27
ODBC Driver version update for Azuresql (#7134) 2022-09-02 06:50:00 +02:00
Sachin Chaurasiya
1da57ef548
Fix #7137 UI: @Mention filter doesn't work in Entity page activity feeds tab (#7143)
* Fix #7137  UI: @Mention filter doesn't work in Entity page activity feeds tab

* Backend fix for @Mentions filter

Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-09-02 09:40:02 +05:30
mohitdeuex
9e689f7f8b
Event filter restricted usageSummary, added for testCase(with default disabled) (#7107) 2022-09-01 07:45:16 -07:00
Pere Miquel Brull
613a329f40
Fix #7089 - Add Redpanda connector (#7092)
Fix #7089 - Add Redpanda connector (#7092)
2022-09-01 06:39:27 +02:00
Pere Miquel Brull
7d2527bbeb
Fix #6961 - Fallback to another IP service (#7019)
Fix #6961  - Fallback to another IP service (#7019)
2022-09-01 06:39:12 +02:00
Teddy
ef41382cb1
Fixes #7094 by fixing minior bugs in table tests (#7095) 2022-08-31 21:35:33 +02:00
Teddy
811f640a18
Fixes #6891 by implementing support for VARIANT DType (#7084) 2022-08-31 19:01:00 +02:00
Nahuel
0762e39172
Minor fixes related to Secrets Manager implementation (#7046)
* Minor fixes related to Secrets Manager implementation

* Fix failing test
2022-08-31 14:14:55 +02:00
Pere Miquel Brull
d791fe8289
Fix #6816 - Add supportsQueryComment & Fix #7078 - Athena Session Token (#7079)
* Athena with aws session token

* add supports query comment property to the required db services

* Hide query comment toggle
2022-08-31 14:03:54 +02:00
Suresh Srinivas
cffecc550a
Fixes #7072 - Remove life cycle policies (#7073)
* Fixes #7072 - Remove life cycle policies

* Remove policy sink

* Remove OMetaPolicy

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-08-31 12:47:03 +05:30
Mayur Singal
7caac4616f
Fix #6645: Remove required fields from mssql (#7065) 2022-08-31 06:52:37 +02:00
Suresh Srinivas
1dfcb45e86
Clean up lingering code related to defaultRole field in Role entity (#7064) 2022-08-30 11:25:22 -07:00
Damon-Zeng
7cd5579c84
add 'supportsDatabase' property in mssqlConnection.json (#7015)
* add 'supportsDatabase' property in mssqlConnection.json

* version uipdate with run 'make core_bump_version_dev'

Co-authored-by: Peng Zeng <pengzeng@PengdeMacBook-Pro.local>
2022-08-30 17:30:15 +02:00
Pere Miquel Brull
9841b0887f
Remove required fields from BQ for ADC (#7037) 2022-08-30 17:25:02 +02:00
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
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
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
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
Mayur Singal
58d27811d0
Bigquery Mark Paertitioned Tables (#7007) 2022-08-29 14:15:59 +02:00
Teddy
bcdb8891f8
Fixed datatype bug (#6987) 2022-08-27 15:56:08 +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
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
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
Suresh Srinivas
a8732c8e89
Fixes #6844 Ingestion causes Custom Property values to disappear (#6912) 2022-08-25 14:04:18 -07:00
mohitdeuex
c8ab6fa59b
[Backend][Settings] Settings through UI (#6514) 2022-08-25 06:37:44 -07:00
Vivek Ratnavel Subramanian
f23357ba68
Update slack chat to redirect to a URL (#6909) 2022-08-25 15:25:11 +05:30
Teddy
ce578e73d4
Fixes #5831 by implenting testSuite workflow logic (#6911)
* Added database filter in workflow

* Removed association between profiler and data quality

* fixed tests with removed association

* Fixed sonar code smells and bugs

* Updated profiler workflow to:
- support only running profiler (removed test run)
- support column inclusion and exclusion
- added back support for partitioned table and sample

* moved status to workflow

* Fixed tests

* removed test logic from profiler sink

* Added logic to return sample from workflow sample value

* Added profiler examples

* Updated documentation for profiler

* Fixed code smells

* commited changed to profiler

* initial commit of the revamp workflow

* Fixed python formating

* cleaned up profiler submodule by removing test related files and functions

* Added airflow DAG logic for testSuite workflow

* Fixed code smells + added airflow ingestion tests + fixed comments
2022-08-25 10:01:28 +02:00