909 Commits

Author SHA1 Message Date
Ayush Shah
07266b58f7
Fix: Added DeltaLake Service type (#3639)
* fix-deltalake

* added deltalake.json

* Bumped up version
2022-03-24 18:42:00 +05:30
Vivek Ratnavel Subramanian
6c9174b9d7
Fix #3612 Team Patch API is not updating isJoinable field (#3628) 2022-03-23 17:57:01 -07:00
Suresh Srinivas
8009906840
Fixes #3499 Updating Tags in Glossary/Glossary-term, removes Tags from child Glossary-terms (#3625) 2022-03-23 11:58:03 -07:00
Suresh Srinivas
d24b5e9c50
Fixes #3497 API fails to return assets and users belonging to team when the team is deleted (#3610) 2022-03-23 00:43:37 -07:00
Ayush Shah
90e9f809be
Added fix for Airflow Pipeline status (#3603)
* Added fix for Airflow Pipeline status

* Added constant - code smell resolved

* Constant error fixed
2022-03-23 12:58:40 +05:30
Sriharsha Chintalapani
50ee11e6ca
Issue-3577: Add partitioning details to Table Entity (#3579) 2022-03-22 18:37:56 -07:00
Vivek Ratnavel Subramanian
8cc00ff0b7
Fix #3514 Activity Feed: Support pagination for the feed API (#3584) 2022-03-22 18:37:32 -07:00
Sriharsha Chintalapani
377d3d6248
Issue-3596: Provide option to get counts for entities using list APIs by setting limit=0 (#3604) 2022-03-22 16:45:14 -07:00
Pere Miquel Brull
dfd6286cb4
Fix #3463 - Prepare Custom Metric definition (#3467)
Fix #3463 - Prepare Custom Metric definition (#3467)
2022-03-22 15:29:41 +01:00
Sriharsha Chintalapani
d1e832c3bb
Fix #3532: Enable ownership tests for Team entity (#3567) 2022-03-21 22:54:01 -07:00
Snyk bot
3c2ded2974
fix: catalog-rest-service/pom.xml & pom.xml to reduce vulnerabilities (#3544) 2022-03-21 10:13:49 -07:00
Suresh Srinivas
eb74487985
Issue3536 (#3537) 2022-03-20 18:01:51 -07:00
Vivek Ratnavel Subramanian
001ec69b09
Fix #3402: Inconsistency in activity feed for services activities (#3535) 2022-03-20 01:37:15 -07:00
Suresh Srinivas
f7cc5160cc
Fix warnings from issue3501 where exceptions are no longer thrown (#3512) 2022-03-19 17:57:57 -07:00
Suresh Srinivas
69adc7ed38
Fixes #3533 - Discover entity support for tags, owner, and follower using entity fields (#3534) 2022-03-19 13:49:45 -07:00
Sriharsha Chintalapani
d7e309939e
Revert "Fix #3402: Inconsistency in activity feed for services activities (#3478)" (#3531)
This reverts commit a1941301afc852d029de9d1d5553d17f57eaa33f.
2022-03-19 10:45:06 -07:00
Sriharsha Chintalapani
0b30c9f08d
Fix #3056: Introduce team owner and let them manage their own team; Fix #3516: Authorizer should expect an owner field to be populated before granting permissions. (#3517) 2022-03-18 18:33:24 -07:00
Vivek Ratnavel Subramanian
a1941301af
Fix #3402: Inconsistency in activity feed for services activities (#3478) 2022-03-18 13:42:03 -07:00
Suresh Srinivas
d31431024e
Fixes #3501 - Having more than one instance behind a load balancer w/o stickiness breaks API pagination (#3510) 2022-03-18 09:21:33 -07:00
Pere Miquel Brull
16e82d45de
Fix #3371 - Run Profiler and Tests on a % of the data (#3424)
Fix #3371 - Run Profiler and Tests on a % of the data (#3424)
2022-03-16 06:05:59 +01:00
Vivek Ratnavel Subramanian
23e0aff20c
Fix #3438: Getting Wrong postsCount for thread (#3446) 2022-03-15 18:14:59 -07:00
Vivek Ratnavel Subramanian
0a80820742
Fix #3447: Server fails to start in secure mode (#3448) 2022-03-15 18:14:26 -07:00
Suresh Srinivas
cc2dd3d0cc
Fixes #3382 - Refactor EntityHelper into existing classes Entity and EntityRepository (#3383) 2022-03-12 18:13:48 -08:00
Vivek Ratnavel Subramanian
170cb529ea
Fix #3313: Not all activities are captured in service activity feed (#3339) 2022-03-12 09:48:06 -08:00
Sriharsha Chintalapani
9a8d29b8ca
Fix #3340: JWTFilter should accept a config to look up the email field in JWT token (#3341) 2022-03-11 15:03:11 -08:00
Ayush Shah
7c84f063e6
Minor Fixes - Ingestion - Datetime format, Looker fix (#3365)
* Minor Fixes - UTC timezone for usage, tag method modification, looker fix

* Modified core version

* Snowflake Usage Result limit and Makefile ignore env fix
2022-03-11 13:31:42 +05:30
codingwithabhi
020613a6da
ISSUE-3328: airflow-pipeline-date-bug-fix (#3352) 2022-03-10 17:34:07 +05:30
parthp2107
794cf64787
updated schema docs (#3329)
* updated schema docs

* addressing ingestion-core version bump
2022-03-10 12:55:35 +05:30
Sriharsha Chintalapani
9def45ac60
Issue-3334: Azure SSO is passing preferred_username instead of email for token (#3335) 2022-03-09 08:44:20 -08:00
Vivek Ratnavel Subramanian
2575470513
Fix #3302: Activity Feed: Don't record change events for Services (#3304) 2022-03-09 05:57:09 -08:00
Mayur Singal
40e7d37244
Snowflake optional config (#3319)
* Update AirflowUtils.java

* Update databaseServiceMetadataPipeline.json

* Updated Account and schema description

* snowfliks ui support (#3318)

* added lineage for snowflake

* Formatted file

* initialized metadata_config

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-03-09 17:55:37 +05:30
Sriharsha Chintalapani
65c4030fb1
Issue-3291: Fix upgrade from 0.8.4 to 0.9.0 (#3292)
* Issue-3291: Fix upgrade from 0.8.4 to 0.9.0
2022-03-08 23:07:24 -08:00
Akash Jain
211a8a55e8
feat: Prepare 0.9.1-SNAPSHOT (#3297)
* prepare snapshot version for 0.9.1

* prepare dev version for ingestion 0.9.1

* prepare dev version for ingestion-core 0.9.1

* prepare Docker CI workflows for 0.9.1
2022-03-09 12:08:42 +05:30
Vivek Ratnavel Subramanian
8e82709a48
Fix #3294: Activity Feed: Assigning owner to a dashboard prints the object in feed (#3295) 2022-03-08 21:55:31 -08:00
Vivek Ratnavel Subramanian
54a68f184a
Fix #3258: Getting blank in activity feed to adding reviewers/synonym… (#3287) 2022-03-08 18:11:40 -08:00
Sriharsha Chintalapani
400a19752b
Issue-3237: Airflow pipeline resource is not returning status for a workflow (#3238)
* Issue-3237: Airflow pipeline resource is not returning status for a workflow

* Issue-3237: Airflow pipeline resource is not returning status for a workflow

* Issue-3237: Airflow pipeline resource is not returning status for a workflow
2022-03-08 18:50:44 +05:30
Pere Miquel Brull
94d7500216
Fix #3248 & #3251 - Update metrics and column profile (#3262)
Fix #3248 & #3251 - Update metrics and column profile (#3262)
2022-03-08 11:44:39 +01:00
Sriharsha Chintalapani
b35d1116df
Issue-3234: Rename default in role_entity to defaultRole (#3235) 2022-03-08 14:34:32 +05:30
Pere Miquel Brull
434aa30a92
Fix #3221 - columnValuesToBeUnique vs. columnValuesToBeNotNull JSONs (#3255)
Fix #3221 - columnValuesToBeUnique vs. columnValuesToBeNotNull JSONs (#3255)
2022-03-08 09:15:20 +01:00
parthp2107
a07bc411dc
updated json schema and schema docs (#3219)
* updated json schema and schema docs

* added glossay to readme
2022-03-08 09:23:53 +05:30
Suresh Srinivas
f540981de1
Fixes #3239 Add support for using glossary terms as tag labels (#3240) 2022-03-07 19:35:48 -08:00
Teddy
6ee31eb21f
Issue-2538: Add Iceberg type for Glue Table + Location Entity (#3210) 2022-03-07 08:27:14 -08:00
Vivek Ratnavel Subramanian
197b0a83e8
Fix #3180: Thread shows truncated information (#3204) 2022-03-07 08:25:44 -08:00
Pere Miquel Brull
954908efec
Fix #3217 - Test case props should be unique (#3220)
Fix #3217 - Test case props should be unique (#3220)
2022-03-07 14:43:42 +01:00
Vivek Ratnavel Subramanian
314013c519
Fix #3124: Activity Feed: Add support for deleting a post (#3161) 2022-03-06 22:30:08 -08:00
darth-coder00
4d09c165d7
Feat #2857 - Adding UI support for glossary (#3092) 2022-03-06 21:34:02 -08:00
Matt
38e03f79c6
Force register TeamRepository in Authorizer init (#3177) 2022-03-05 12:23:29 -08:00
Matt
f78a1447fa
Clean up json-schema ids (#3164)
There are mixed schema uris:
https://open-metadata.org/schema
https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema

Standardize on the former
2022-03-04 21:11:16 -08:00
Matt
2c176d7882
Fix role entity not found in NoopAuthorizer (#3159) 2022-03-04 14:38:20 -08:00
Pere Miquel Brull
4116233697
Fix #3105 - ColumnValuesToMatchRegex & other fixes (#3149)
Fix #3105 - ColumnValuesToMatchRegex & other fixes (#3149)
2022-03-04 18:11:49 +01:00