5395 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
65330f24ef
Fix #5305: Add simple webhook server to metadata command to test metadata events (#5306) 2022-06-06 10:07:09 +05:30
Sriharsha Chintalapani
0119f7fc38
Fix #5196: defaultRoles not present in results of team_search_index, Fix #5195: ES - Need teams as EntityReference in user_search_index, Fix #5111: Add ElasticSearch index & APIs for MlModel (#5308) 2022-06-06 10:06:56 +05:30
Sriharsha Chintalapani
a056ccd9a0
Fix #5303: Add an option to ElasticSearch connector to re-create indexes (#5304) 2022-06-05 13:47:44 -07:00
Sachin Chaurasiya
a62e57c6dc
Fix #5250 Json data is not visible properly in entity details page -> sample data tab (#5284) 2022-06-04 13:15:28 +05:30
Shailesh Parmar
3f682b6685
Fix #5292 lazy loading added for development and production. (#5294)
Co-authored-by: yug shah <yugshah0106@gmail.com>
2022-06-03 11:54:26 -07:00
yug-shah0106
cae834d671
Fix #5291 update devtool option to remove source code for production mode (#5293) 2022-06-03 11:14:19 -07:00
Pere Miquel Brull
f121698d96
generate models (#5288) 2022-06-03 12:07:31 +02:00
Akash Jain
a9167cdcf9
feat: Bump Docker Images to Release 0.10.2 (#5276) 2022-06-03 15:29:35 +05:30
Pere Miquel Brull
9138c70dee
Fix #4696 - Only store URL suffixes when extracting metadata (#5281)
* Only store URL suffix

* Fix test service name
2022-06-03 11:43:40 +02:00
Pere Miquel Brull
49fa5c4f7f
Add Oracle LENGTH (#5287) 2022-06-03 11:39:43 +02:00
Vivek Ratnavel Subramanian
9adc772aa4
Fix #5229: Entity Type Custom field changes are recorded as Charts in activity feed. (#5283) 2022-06-03 15:00:15 +05:30
Mayur Singal
b3428771a3
Fix #4767: Refactor Usage & Lineage (#5190)
Fix #4767: Refactor Usage & Lineage (#5190)
2022-06-03 10:12:28 +02:00
Sachin Chaurasiya
37057c79a2
Fix #5269 Service descriptions lost after editing (#5278) 2022-06-03 00:35:58 -07:00
darth-coder00
bbd15ea9c8
Fix #5230: Remove IngestionPipeline source from UI code (#5274)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-06-02 13:24:41 -07:00
Shailesh Parmar
7d98e7c652
Fixed issue 4774 consistent style for tags (#5253) 2022-06-02 13:21:45 -07:00
Pere Miquel Brull
a57806553a
Fix #4889 - IngestionPipeline reads source connection dynamically; Fix #4888 - Remove force deploy (#5228) 2022-06-02 20:40:53 +02:00
Sriharsha Chintalapani
c2e83923e2
Fix #5272: Add a env variable to configure log level for OpenMetadata Server (#5273) 2022-06-02 11:15:16 -07:00
darth-coder00
b06b2f3035
Fix #5209: Replace Teams dropdown with selectable component and integrate search api (#5254)
* Fix #5209: Replace Teams dropdown with selectable component and integrate search api

* Added unit tests

* Fixing code smells

* Minor change

* Removed comments
2022-06-02 23:39:21 +05:30
Onkar Ravgan
93ae064ffd
Fixed Metabase Lineage (#5270)
* Fixed Metabase Lineage

* removed get chained calls

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-06-02 16:41:17 +02:00
Onkar Ravgan
a5ff3a3499
Removed connectionOptions dictionary (#5264)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-06-02 15:07:22 +02:00
Shailesh Parmar
8e525b60e0
fix issue: 5137 protected users and admin route with admin protection (#5263) 2022-06-02 16:23:31 +05:30
Sachin Chaurasiya
c3d50df9bd
UI : Add mlModel Entity Page (#5071) 2022-06-02 15:46:16 +05:30
Vivek Ratnavel Subramanian
059acfc529
Backend: Enforce principal domain in the JWT filter (#5155) 2022-06-01 10:07:12 -07:00
Onkar Ravgan
c1fa31eacc
DBT Models Lineage Fix (#5252)
DBT Models Lineage Fix (#5252)
2022-06-01 18:35:51 +02:00
Sachin Chaurasiya
63fe4f7b9a
Fix #5248 UI : Confirmation modal is showing wrong tables count on database page (#5249) 2022-06-01 16:06:35 +05:30
Onkar Ravgan
4671ca00b0
Refactored PowerBi Connector (#5107)
Refactored PowerBi Connector (#5107)
2022-06-01 10:36:12 +02:00
Abhishek Pandey
ba88aa1668
Issue 4660: Bigquery ADC FIx (#5241)
* fixed-bigquery-adc
2022-06-01 13:52:55 +05:30
Pere Miquel Brull
6ca9b816bd
Fix #3396 - Linting in OMeta 2022-06-01 08:36:07 +02:00
Shailesh Parmar
e51b50825f
Cypress: E2E test for glossary page (#5232) 2022-05-31 23:06:36 -07:00
darth-coder00
987ea13c2a
Add pagination and fix search for Users page (#5197)
* Fix Users teams apis integration

* Addressing comments and fixing tests
2022-06-01 11:17:01 +05:30
Vivek Ratnavel Subramanian
ae35909692
Revert " [issue 5222] remove redundant code used to check API response (#5223)" (#5242)
This reverts commit 1df1df616f50cf96553a99efaf77e300deeb6989.
2022-05-31 15:25:36 -07:00
Sachin Chaurasiya
db0eaa8cbb
Feat : #5057 UI : Add support for adding a custom field to an entity (#5184)
* Feat : #5057 UI : Add support for adding a custom field to an entity

* Add suport for deeplink

* Add unit test for custom entity page component

* Add unit test for custom entity detail

* Fix : params code styling for get list method

* Fetch type details on type select

* Fix failing unit test

* Fix code styling

* Fix #5042: Add a field to an entity API is failing

* Add unit test

* Add unit test

* Style : change customfields table styling.

* Add unit test

* Add support for deleting custom field

* Add unit test for delete field flow

* Fix failing unit test

* Add operation state

* Add support for edit field

* Add unit test

* Fix no-data row styling

* Complete todo items

* Add check for if no entity data available

* Add unit test

* Fix code smell

* Fix feed issue for entity `type`

* Addressing review comment

* Addressing review comments

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-05-31 23:58:55 +05:30
Filip Rembiałkowski
a5055a5585
Fix #5234 ES ingestion failure on Glossary Term. (#5236)
Co-authored-by: Filip Rembiałkowski <filip.rembialkowski@gmail.com>
2022-05-31 06:38:33 -07:00
Parth Panchal
474ef0826a
Fixed #4771: Syncing newly added tags to a glossary term to assets labeled with that glossary term (#4869)
* Propage newly added tags to a glossary term to assets labeled with that glossary term

* modified updateTags method

* addressing style check

* query change
2022-05-31 14:32:40 +05:30
Abhishek Pandey
50409eac24
removed-required-from-aws-credential (#5219)
removed-required-from-aws-credential (#5219)
2022-05-31 08:45:02 +02:00
Sriharsha Chintalapani
0b609f8d97
Fix #5135: ElasticSearch shows 10000 max hit number (#5211)
Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-05-30 22:18:40 -07:00
yug-shah0106
1df1df616f
[issue 5222] remove redundant code used to check API response (#5223)
* [issue 5222] remove redundant code used to check API response

* minor fix
2022-05-31 10:16:06 +05:30
Sachin Chaurasiya
96486d745e
Fix #5213 Manage tab for service gives "invalid field id" (#5218) 2022-05-30 21:38:31 -07:00
Sriharsha Chintalapani
a75fd13695
Fix #5042: Add a field to an entity API is failing (#5215) 2022-05-30 09:23:35 -07:00
Sachin Chaurasiya
233699a7a1
Fix #5207 UI - Team Assets display table full address (#5217)
* Fix #5207 UI - Team Assets display table full address

* Add unit test
2022-05-30 20:22:07 +05:30
Pere Miquel Brull
cb414d5768
Fix BigQuery LENGTH (#5216)
* BigQuery LENGTH

* cat coverage

* Fix coverage source
2022-05-30 16:12:45 +02:00
Abhishek Pandey
12e8a1fcf6
required-fields-updated-in-snowflake-and-athena (#5143)
required-fields-updated-in-snowflake-and-athena (#5143)
2022-05-30 14:57:26 +02:00
Parth Panchal
f8f79ebb2d
Fixed#2730: added status filter support for webhooks (#5214)
* Fixed#2730: added status filter support for webhooks

* added status param

* addressing comments

* postgres query change
2022-05-30 15:53:23 +05:30
Parth Panchal
ffebbb2d28
Fix #5036: added category filter for types API (#5160)
* added category filter for types API

* added category filter for types API
2022-05-30 11:45:04 +05:30
Shailesh Parmar
1e57d03a76
Cypress: sample data testing for ingestion (#5150)
* added sample data test for bigquery

* added sample data testing for mysql connector

* added sample data testing for redshift

* added snowflake sampledata test

* miner fix

* fixing typo

* miner fix
2022-05-30 11:38:55 +05:30
Pere Miquel Brull
0005bc1292
Fix #5108 - Add Map and Struct support for Athena & Block them for profiler (#5181)
Fix #5108 - Add Map and Struct support for Athena & Block them for profiler (#5181)
2022-05-30 06:53:16 +02:00
Shailesh Parmar
c4a0ced7ec
fixed issue- 5185 MyData spec is failing for click on explore page (#5186) 2022-05-30 10:02:13 +05:30
Vivek Ratnavel Subramanian
256e192d7a
Fix #5204: Support AWS Cognito SSO for user authentication (#5205) 2022-05-28 18:27:24 -07:00
Sriharsha Chintalapani
994a83bb95
Webhook post fails due to empty secretKey (#5203) 2022-05-27 18:23:52 -07:00
Shailesh Parmar
f8751f3bb0
Cypress: E2E test for tags page (#5187) 2022-05-27 11:22:33 -07:00