2511 Commits

Author SHA1 Message Date
Vivek Ratnavel Subramanian
6447e34bff
Fix #2718: Update entity_thread schema to store activity feeds (#2726) 2022-02-10 20:47:31 -08:00
Igor Kramer
6891cd1e62
ISSUE-2716 Skip lineage and empty charts (#2717) 2022-02-11 10:06:31 +05:30
Mayur Singal
88afb17ee8
issue #2611: added clickhouse connector (#2679)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-10 08:32:01 -08:00
Igor Kramer
713375175d
ISSUE #2706: Fix tableau ingestion bugs (#2707)
* ISSUE-2706: Fix tableau ingestion bugs
2022-02-10 08:23:53 -08:00
Mayur Singal
c64f3fef34
Fix #2678: Fixed vertica import errors and invalid dataTypeDisplay (#2709)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-10 07:22:29 -08:00
Shailesh Parmar
dc2c7c0fb7
Feat: Added support to handle error for UI side (#2708) 2022-02-10 19:13:22 +05:30
kshinde2512
b310f02af9
Revamp pipeline details page (#2710)
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-10 18:42:04 +05:30
Sachin Chaurasiya
18a94f51d9
Fix #2698 Tag Category name is undefined in UI. (#2705)
* Fix #2698 Tag Category name is undefined in UI.

* Addressing review comment
2022-02-10 16:52:57 +05:30
kshinde2512
c2dc1bf7bc
Revamp Dashboard details selenium test (#2681)
* Revamp Dashboard details selenium test

* Revamp dashboard details page

* Java checkstyle

* Adding options top test

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-10 13:37:22 +05:30
Shailesh Parmar
555ce1e29a
Fix: added error place holder if entity data is not present (#2699) 2022-02-10 10:30:37 +05:30
darth-coder00
8431a23e8c
Updated make recipe for core_install_dev to use python3 (#2695) 2022-02-09 08:55:47 -08:00
Suresh Srinivas
dc8d0b62df
Fixes #2593 - Column data length change is not handled and the table entity version does not change (#2691) 2022-02-09 07:32:45 -08:00
darth-coder00
61c3e4ec87
Fix: #2352 Tooltip placement issue (#2696) 2022-02-09 15:42:26 +05:30
Matt
ea6a13fc7b
Init {Config,Permissions}Resource through CollectionRegistry (#2675) 2022-02-08 22:16:40 -08:00
Mayur Singal
4abede9f9d
Fix #2585: dataprofile module perform check on first object only (#2671)
* Fix #2585: dataprofile module perform checks on first object only

* py format

Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-09 11:29:12 +05:30
darth-coder00
bc4bbf20ce
Fixed schema id according to path to generate proper typescript (#2686) 2022-02-09 10:22:06 +05:30
Ayush Shah
4f5f63b226
Issue-2672: Added support for personal access token name and secret and upgraded tableau version (#2682) 2022-02-08 23:02:56 +05:30
darth-coder00
bf76f9a58d
Updated typescript interfaces from schema (#2683)
* Updated typescript interfaces from schema

* Removed commented code
2022-02-08 19:36:16 +05:30
Sachin Chaurasiya
e442369374
Fix: #2657 Frontend should check if Pipeline has Tasks before mapping. (#2670) 2022-02-08 18:58:48 +05:30
codingwithabhi
a4f3999904
Bigquery-Usage-ADC (#2662)
* creds-code-added

* creds-logic-updated

* implemented-close()-method

* temp-files-error-fix

* removed-ad-hoc-tag-implementations-from-ometa_api
2022-02-08 17:59:56 +05:30
kshinde2512
ee071704fc
Revamp topic details selenium test (#2677)
* Revamp topic details page

* Java checkstyle

* Table details page code refactor

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-08 17:50:47 +05:30
Sachin Chaurasiya
99a61fa774
Fix: #2643 0.8 UI Improvements (#2658)
* Fix:  #2643 0.8 UI Improvements

* Aliging text to the top.

* Covering point 12th of #2643
2022-02-08 16:49:38 +05:30
Sachin Chaurasiya
70128ecc53
Fix #2482 UI: Allow users to be removed from teams. (#2674) 2022-02-08 16:45:44 +05:30
Alberto Miorin
c9b78e9e65
Bump openmetadata-core (#2673)
* Bump openmetadata-core

* To dev=2
2022-02-08 16:15:20 +05:30
Alberto Miorin
0e73de4658
See #2486. Implement encryption at rest (#2488)
* See #2486. Add fernet Java library to encrypt DatabaseService.DatabaseConnection.password

* Add support for rotation.

* Add support for CLI to rotate the key.

* The fernet key can be null. No encryption will be done.

* Add FernetConfiguration

* Add env variable for Fernet.

* Convert base64 to base64url

* Decrypt (admin or bot) or nullify tokens for all methods including ListVersions and GetVersion

* Fix test with owner USER to handle null in DatabaseConnection
2022-02-08 09:50:39 +01:00
Suresh Srinivas
f9b5901d69
Fixes #1333 - Databases create API documentation has no information about the valid service type (#2668) 2022-02-07 23:17:20 -08:00
Suresh Srinivas
9b0c9fa24b
Fixes #2528 - Getting contains no value for name href error from backend for teams PATCH API (#2666) 2022-02-07 19:15:23 -08:00
Ayush Shah
18d963c3d8
Issue-969: Superset Lineage Implemented (#2659) 2022-02-07 16:16:38 -08:00
codingwithabhi
66c3f43bbb
Fix #2537: Ingestion Connector - DynamoDB 2022-02-07 10:52:11 -08:00
Aleksandr Diamond
1d3d2b85c1
doc refresh (#2649) 2022-02-07 10:50:24 -08:00
Mayur Singal
2d25da149d
Fix #2626: add db2 connector (#2661)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-07 10:49:59 -08:00
Ayush Shah
0e62db641d
Added check for policy tags (#2655) 2022-02-07 10:49:32 -08:00
Mayur Singal
b4ebf5ce87
Fix #2591: added get_view_definition for vertica (#2650)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-07 19:19:44 +05:30
darth-coder00
db72447b95
Fix failing unit tests (#2627) 2022-02-07 18:11:48 +05:30
Ayush Shah
7013b070d2
Minor Data Type Display modification (#2654)
Characters modified from unicode for e.g. &lt; to <
2022-02-07 18:07:08 +05:30
Shailesh Parmar
78d953a0e3
Fixed failing tests of components (#2615) 2022-02-07 18:06:36 +05:30
Matt
d2132551b1
Revert "Add support for default role (#2631)" (#2651)
This reverts commit bfcd97ed0bae1770deb992c6e4ec518b1ea0b663.
2022-02-07 10:54:26 +01:00
Sachin Chaurasiya
e38963d7c2
Fix: #2590 not allow users (even if they own the entity) to update lineage without the "Update Lineage" permission. (#2648) 2022-02-07 13:18:08 +05:30
codingwithabhi
888e225544
Snowflake ingestion fix (#2622)
* creds-removed

* fixed-ingestion-fail-and-variant-type-error
2022-02-07 10:17:21 +05:30
Matt
bfcd97ed0b
Add support for default role (#2631)
- Add default field to role
- Amend GET /roles to query default roles
- Assign default role to new users being created
2022-02-06 15:28:15 -08:00
Sriharsha Chintalapani
546c92d9a6
Fix #2530: CVE-2021-22569 com.google.protobuf:protobuf-java, Fix #2529: CVE-2017-18640 snakeyaml: Billion laughs attack via alias feature (#2642) 2022-02-06 14:42:14 -08:00
Pere Miquel Brull
08a46814e6
Fix #2625: Use pytest 7.0.0 (#2640) 2022-02-06 14:41:56 -08:00
Pere Miquel Brull
7aceab41a2
Fix #2412 - Airflow Lineage Docs (#2618) 2022-02-06 12:51:05 -08:00
Sriharsha Chintalapani
ceeefb40be
Fix #2524: Ingestion: DBT model parsing fails with column (#2525) (#2639) 2022-02-06 12:49:57 -08:00
Matt
5efd00135c
Add documentation for backend dev env data source setup (#2636) 2022-02-06 12:49:32 -08:00
Teddy
b5ddada930
Fix #1526: Added OMetaTag mixin 2022-02-06 12:42:13 -08:00
Ayush Shah
21491559de
Fix #2587: Bigquery ADC and Policy Tag implementation 2022-02-06 10:36:10 -08:00
Mayur Singal
e1d7d644b3
Fix #323: fixes in table_usage.py (#2576)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-02-06 10:34:56 -08:00
Matt
6b92aa3554
Fix #2635: Use @Getter @Setter annotations for configurations 2022-02-06 10:18:37 -08:00
Pere Miquel Brull
c2ad7f6373
Fix #2317: Override Pipeline tasks from client 2022-02-06 10:17:08 -08:00