1831 Commits

Author SHA1 Message Date
Shilpa V
5f82fe48ad GitBook: [#46] Minor edit - MySQL 2022-01-20 09:14:01 -08:00
Shilpa V
b0158bff21 GitBook: [#45] Minor edit - Redshift 2022-01-20 09:14:01 -08:00
Shilpa V
f31a68124c GitBook: [#44] Snowflake Connector - Edited 2022-01-20 09:14:01 -08:00
Shilpa V
d65f44834d GitBook: [#43] Redshift Connector - Edited 2022-01-20 09:14:01 -08:00
Shilpa V
b5de946c1d GitBook: [#42] MySQL Connector - Edited 2022-01-20 09:14:01 -08:00
Parth Panchal
4825c66ee2 GitBook: [#39] Removed duplicate setup page link 2022-01-20 09:14:01 -08:00
OpenMetadata
9f08d4bfe3 GitBook: [#36] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
ae1c39fd9c GitBook: [#31] MlModel docs 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
81ec382449 GitBook: [#35] fix missing curly brace from MySQL connector config template 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
f7e36f54b2 GitBook: [#34] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
12080d756c GitBook: [#33] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
120959f9d5 GitBook: [#32] Delete alternate version of Redshift connector docs. 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
def0fcb60e GitBook: [#27] New template for connector documentation 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
b7aa4b8bca GitBook: [#21] Deleted Email ID that's not working. Linked to General channel on Slack 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
434a7cf7a2 GitBook: [#24] Add DBT to 0.7 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
b10ef502ca GitBook: [#23] clarify discovery language 2022-01-20 09:14:01 -08:00
OpenMetadata
2836115e13 GitBook: [#20] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
6989b07f67 GitBook: [#17] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
64d56c76c4 GitBook: [#15] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
209fed3646 GitBook: [#14] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
6806d33164 GitBook: [#13] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
8a5b5aec93 GitBook: [#12] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
82961f9cac GitBook: [#11] No subject 2022-01-20 09:14:01 -08:00
Shannon Bradshaw
e3d7269311 GitBook: [#10] No subject 2022-01-20 09:14:01 -08:00
Matt
065d051dc1
GET /v1/roles?:roleId?fields=users should return users (#2308) 2022-01-20 08:10:10 -08:00
ulixius9
d594499fa0
ISSUE-1838: Added table type in glue connector (#2309)
* ISSUE-1838: Added table type in glue connector

* Initialized table type with regular

Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-01-20 07:57:44 -08:00
parthp2107
b9f4249457
added tests for tags, user search and lineage (#2312)
* added tests for tags, user search and lineage

* addressing style-check

* empty commit, testing workflow
2022-01-20 20:00:09 +05:30
Matt
89d029355d
Associate Policy with Role (#2257)
* Associate Policy with Role

- When a new Role is created, automatically create an Access Control Policy with empty set of Rules
- Create  relationship: Policy --applied_to--> Role
- Modify RoleResource REST APIs to return policy

* Attempt fix
2022-01-20 00:46:01 -08:00
Shailesh Parmar
30fe9343b5
Fix:- Tags drop-down menu is getting overlapped by another elements. (#2296) 2022-01-20 13:18:11 +05:30
Sachin Chaurasiya
e6f1148920
Fix: Fixing UI issue #2184 #2101 (#2302) 2022-01-20 13:17:42 +05:30
ulixius9
d6522e2ab4
ISSUE-2272: Ingestion: Roles and Teams apis called only when ingesting users (#2284)
* ISSUE-2272: Ingestion: Roles and Teams apis called only when ingesting users

* reformatted metadata_rest.py

Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-01-20 12:24:35 +05:30
Dan Andreescu
f7ef8dc0b2
ISSUE-2293: Add docker-compose install instructions (#2295) 2022-01-19 14:23:09 -08:00
Shreshtha Misra
97c6ae9272
Fix issue #2037- Use lombok Slf4j annotation to initialize logger (#2282)
* Fix #2037-add lombok
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-01-19 12:36:48 -08:00
Sachin Chaurasiya
aa17b32cd3
Fix : Fixing long team name issues #2280 #2279 #2277 (#2286)
* Fix : Fixing #2280 #2279 #2277

* Addressing review comments
2022-01-19 23:23:46 +05:30
Matt
f70755f0cc
Make PolicyEvaluator a Singleton (#2281)
- Make PolicyEvaluator a Singleton
- Add functionality to refreshRules when new Access Control Policy is stored
- Remove poor-Matt's time based synchronization logic from DefaultAuthorizer and EntityResourceTest
- Delete old PolicyEvaluatorTest, since it is redundant with existing *ResourceTest
2022-01-19 08:49:01 -08:00
parthp2107
1eaf9b1cc1
added tests for owner, tags filters and search matches (#2285)
* added tests for owner, tags filters and search matches

* addressing style check
2022-01-19 20:47:14 +05:30
Sachin Chaurasiya
7b20a62118
Fix: #1781 Automatically created admins don't get profile and displayName updated when using Google SSO. (#2283)
* Fix: #1781 Automatically created admins don't get profile and displayName updated when using Google SSO.

* adding code to update the state through action.

* Adding methods to observable
2022-01-19 17:55:24 +05:30
Sachin Chaurasiya
963c533003
Fix : Fixing Misc UI issue. (#2275)
* Fix : Fixed Misc UI issue.

* Removing tabs icon from all detail pages
2022-01-19 13:32:43 +05:30
Sriharsha Chintalapani
0a3ba3ddfd
Fix 2276: fix elastic search indexing (#2278) 2022-01-18 23:30:36 -08:00
Alberto Miorin
26405e27f5
Fix #2220: 2nd follow-up PR: Support for getting deleted entities in GET and LIST operations (#2221)
* Remove addAllRelationships, rename addAllRelationshipsAfterCreation to beforeDeletion, tests owns in User and Team, test location in Table.

* Add an entity to the team of the User deleted

* Add decorator to Entity to simplify the code. Add more tests to Table.

* Add methods about owner to the decorator.

* Fix getTable creating a EntityReference without type. Migrate authorization to decorator, migrate prepare to the decorator. Remove `populate*` methods. Migrate getOwner to the decorator.

* 1st commit to get rid of the multiple getService that were incompatible with Include.

* 2nd commit

* 3rd commit

* 4th commit. All getService are using the decorator.

* Remove all getService of EntityUtil.

* Get rid of Entity.getEntityInterface that was clashing with <T> Entity.getEntityInterface

* Replace the import star.

* Rename parameter entity to field.

* Improve the log of get[Relationship] and remove dead code.

* Better documentation for EntityHandler.

* Merge `h` and `r` and rename it to `helper`

* Make snekeythrows more precise.
2022-01-19 07:53:19 +01:00
Akash Jain
14c7ae4af5
Run ingestion-core publish on version bump (#2273)
Ability to run ingestion-core publish on version bump as well.
2022-01-19 11:39:02 +05:30
Sriharsha Chintalapani
0d3ded0742
Data Profiler Integration (#2235)
* Fix 2234: Data profiler integration
2022-01-18 20:25:43 -08:00
Sachin Chaurasiya
7a33a3a23b
Fixed #2255 Search in user-list is case sensitive. (#2261)
* Fixed #2255 Search in user-list is case sensitive.

* Addressing review comment
2022-01-18 21:15:28 +05:30
Pere Miquel Brull
a9c840778a
[issue-2116] - Add target property to MlModel (#2134)
* Add target property to MlModel

* Use pull_request_target for forks

* Simplify str

* Update ingestion-core setup

* Bump ingestion-core version

* Update install
2022-01-18 16:27:35 +01:00
Sachin Chaurasiya
d4e66ecd7c
Fixed #2238 #2241 Lineage: In view mode, the main node is not highlighted and Two nodes for same table in lineage. (#2258)
* Fixed #2238 Lineage: In view mode, the main node is not highlighted.

* Fixed #2241 Two nodes for same table in lineage
2022-01-18 20:43:37 +05:30
parthp2107
91cb1fafa7
added selenium tests for filter-count, owner-name and tour (#2264) 2022-01-18 20:10:25 +05:30
Shailesh Parmar
a41d9f6905
fixed issue-2044: Tags drop-down menu is getting overlapped by another elements. (#2265) 2022-01-18 20:07:01 +05:30
parthp2107
7720a821df
added tests for name checks (#2250) 2022-01-18 10:57:25 +05:30
Shailesh Parmar
a0eb8b112c
Fix: issue-2179 Left panel disappears after clicking 'Clear all' button (#2249)
* Fix: issue-2179 Left panel disappears after clicking 'Clear all' button

* fixed flikiness in side penal
2022-01-18 10:14:46 +05:30
Pere Miquel Brull
de3b3e4abc
[issue-2239] - Update core publish to push (#2240)
* Update core publish to push

* Rename jobs to be py explicit

* Upload to testpypi
2022-01-17 10:29:55 -08:00