2511 Commits

Author SHA1 Message Date
darth-coder00
8ef6cb05d1
Fix google auth (#3096)
* Fix: authenticator for google sso
2022-03-03 16:12:23 +05:30
Ayush Shah
c3cc685663
Excluded db2 from all plugins as it was creating issues with docker image creation (#3097) 2022-03-03 14:55:40 +05:30
Mayur Singal
3f144a7370
fix #3077: Fixed validation error in ldap (#3079)
* fix #3077: fixed validation error

* removed print

* changes returntype to OMetaUserProfile
2022-03-03 11:11:07 +05:30
Sriharsha Chintalapani
e4e11a7a07
Fix #3067: Service Creation should only be done by Bots or admins and Update should only done by owners 2022-03-02 21:20:20 -08:00
parthp2107
bec8c74ecb
adding config for ui tests (#3082) 2022-03-03 10:35:31 +05:30
Suresh Srinivas
6ad55972d4
Fixes #3069 - Attempt 2 - Add PATCH support Glossary and GlossaryTerms (#3088) 2022-03-02 18:22:09 -08:00
Pere Miquel Brull
71207de362
Fix #2875 - Profiler API Sink (#3011)
Fix #2875 - Profiler API Sink
2022-03-02 16:46:28 +01:00
darth-coder00
d959a49f8d
Fix: restricted actions in insecure mode (#3073) 2022-03-02 15:51:29 +05:30
Matt
6c4bb1f401
Clean up System.out.println and bump up ingestion-core version (#3072) 2022-03-02 01:35:24 -08:00
Suresh Srinivas
c56e78f3f2
Fixes #3069 - Add PATCH support Glossary and GlossaryTerms (#3070) 2022-03-02 01:02:16 -08:00
parthp2107
bf25787709
added skip config for ui build-check (#3030)
* added skip config for ui build-check

* ui test config

* package.json changes

* test

* seperating lint and test check

* removing skip test config

* Testing workflow

* addressing comment
2022-03-02 12:59:49 +05:30
Matt
e822b6f9ce
Simplify default role allocation for users (#3061) 2022-03-01 18:35:11 -08:00
Sachin Chaurasiya
61de719d8c
Feat: UI Add Support for @ and # in text editor (#3017) 2022-03-02 01:40:51 +05:30
Sriharsha Chintalapani
0b789788da
Fix #3051: Glossary-term suggest api has fqdn same as name (#3052) 2022-03-01 11:19:43 -08:00
Vivek Ratnavel Subramanian
b41b7d8bfb
Fix #2866: Add support for PATCH to feed API to be able to resolve a thread (#3027) 2022-03-01 11:15:31 -08:00
Sriharsha Chintalapani
58df9f110e
Fix #3047: OpenMetadata Server fails to run when updating config from Environment Variable (#3049) 2022-03-01 11:10:17 -08:00
Sriharsha Chintalapani
c65cdbb6ae
Fix #2989: Add delete apis for tests (#3020) 2022-03-01 09:43:57 -08:00
darth-coder00
282c1f68ea
Fix: azure auth callback from UI (#3048) 2022-03-01 08:48:54 -08:00
Mayur Singal
98ddf5fba3
Fix #3041: Handled AttributeError (#3042) 2022-03-01 08:48:09 -08:00
Matt
374eae4101
Add UpdateTeam permission support (#2994) 2022-03-01 08:14:03 -08:00
Mayur Singal
c59a5e882d
fix #3035: handled none entity (#3036) 2022-03-01 08:06:16 -08:00
darth-coder00
3bc97e728e
Fix: #2491 - improvements in google, okta and azure auth (#2929)
* Fix: #2491 - improvements in google, okta and azure auth
2022-03-01 21:10:08 +05:30
Pere Miquel Brull
01a975e414
Update py format recipes to include more paths (#3043) 2022-03-01 15:50:23 +01:00
Alberto Miorin
fe5618c8f1
Fix #3037: metadata --version doesn't work (#3038) 2022-03-01 12:19:36 +01:00
parthp2107
777c6c3081
Selenium fixes (#3014)
* fixes for selenium tests

* fixes for selenium tests

* fixing changes

* minor changes

* fixing tests

* fixing tests

* assert changes

* uncommenting code
2022-03-01 15:27:46 +05:30
Sriharsha Chintalapani
15d0440599
Fix #1220: catch and log any errors during the es index (#1220) 2022-03-01 12:27:50 +05:30
codingwithabhi
06d9329ae3
Atlas connector (#2855)
* Fix #1161: Add Atlas Connector

* Atlast Decimal type handled

* Atlas col_data_type handled

* Atlas columns exception handling implemented

* atlas-services-added-into-single-file

* import-updated

* authentication-fix

* atlas-connector-services-added

* code-smell-removed

* code-smell-removed

* code-smell-removed

* file-exist-check-added

* updated-mapping-json-logic

* pr-comment-changes-completed

* atlas-linegae-added

* atlas-linegae-added

* pr-changes-done

* code-formatted

* bug-resolved

* topic-bug-resolved

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-03-01 11:50:14 +05:30
Sachin Chaurasiya
642f8757b1
Feat : Display a chat icon next to data entities that have threads (#3026)
* Fix #2778 UI : Add Queries tab for table details page.
2022-03-01 11:15:51 +05:30
Ayush Shah
568845b65c
Power BI connector (#3019)
* Power BI Dashboard and Tiles added

* Added Powerbi dependency

* Modified Powerbi debug logs

* Bump up _version.py

* Modified Power BI - added failure status, resolved comments
2022-03-01 10:09:35 +05:30
Sriharsha Chintalapani
42de51086b
Fix #3023: Keep ElasticSearch version to 7.13 (#3024) 2022-02-28 19:45:37 -08:00
Suresh Srinivas
658d91347b
Fixes #3007 - Clean up Sonar flagged issues (#3008) 2022-02-28 19:17:19 -08:00
Suresh Srinivas
4c256e2845
Fixes #3021 - Restore a soft-deleted container entity along with the children (#3022) 2022-02-28 18:42:25 -08:00
Mayur Singal
c49af971a7
Fix #2984: added azure sso auth (#3002) 2022-02-28 11:44:28 -08:00
Sachin Chaurasiya
a68667c12e
Feat collaboration (#2859) 2022-02-28 11:41:48 -08:00
Sachin Chaurasiya
22393c279a
Fix: #2938 Remove serviceType from service UI route (#2939) 2022-02-28 11:41:26 -08:00
Pere Miquel Brull
00552f6d36
Fix #3012 - Dependency breaking Airflow Container (#3015)
Fix #3012 - Dependency breaking Airflow Container
2022-02-28 17:11:18 +01:00
Sriharsha Chintalapani
97245a5b9f
Fix #2807: Merge openmetadata.yaml and openmetadata-server.yaml (#2808)
Co-authored-by: darth-coder00 <aashit@getcollate.io>
2022-02-28 19:04:39 +05:30
parthp2107
262efd8025
updated chrome drivers and added options for headless chrome (#3009)
* updated chrome drivers and added options for headless chrome

* checking quick fix

* undoing the quick fix
2022-02-28 18:28:49 +05:30
Vivek Ratnavel Subramanian
68d09a85cd
Fix #2834: Merge the change events 'delete' and 'add' as 'update' for Activity Feed (#3006) 2022-02-27 12:01:35 -08:00
codingwithabhi
83c9b75a5a
Metabase lineage (#3003)
* metabase-lineage

* metabase-lineage-completed
2022-02-26 14:56:09 -08:00
Vivek Ratnavel Subramanian
105f2dd6cd
Fix #2996: ChangeEventHandler throws NPE at times (#2998)
* Fix #2996: ChangeEventHandler throws NPE at times

* Address review comments
2022-02-26 08:30:28 -08:00
Ayush Shah
412d61a875
Fix Okta Authentication and Validation - Ingestion (#2955) 2022-02-26 08:19:36 -08:00
Mayur Singal
e79be68bea
Fix #2937: added clickhouse usage connector (#2987) 2022-02-26 08:18:49 -08:00
Mayur Singal
b211435bac
Fix #2946: Presto Ingestion issues fix (#2986)
* Fix #2946: Presto Ingestion issues fix

* added col lenght

* removed print

* removed comment

* removed mysql import
2022-02-26 12:12:49 +05:30
Suresh Srinivas
bf57719c06
Fixes #2962 - Clean up fields parameter choices in GET APIs (#2963) 2022-02-25 22:13:30 -08:00
Sriharsha Chintalapani
fa62a1e4e9
Fix #2991: Add ES support for glossary (#2993) 2022-02-25 20:53:53 -08:00
Pere Miquel Brull
990608522a
Fix #2981 - Update Profile to match TableProfile (#2982) 2022-02-25 09:26:30 -08:00
Matt
6dadbc149f
Use lombok Getter to simplify openmetadata-ui/*.java files (#2975) 2022-02-25 10:09:13 +05:30
Pere Miquel Brull
4d928bab80
Fix #2965 - Additional Properties set to False (#2976) 2022-02-24 08:38:56 -08:00
Mayur Singal
df98931ed4
fix #2809: Auto populate View Lineage to Tables (#2977) 2022-02-24 08:28:40 -08:00