5395 Commits

Author SHA1 Message Date
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
Vivek Ratnavel Subramanian
e6343a79d7
Fix #2555: PUT APIs should only allow admin and owners to update a resource in secure env (#2608) 2022-02-04 12:39:08 -08:00
Mayur Singal
6128fa30dc
Fix #2620: pk_columns & unique_columns fixed (#2621)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-04 12:38:12 -08:00
Mayur Singal
5a6e7d743e
ISSUE-545: Added tests for QueryProcessor (#2510)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-04 08:20:20 -08:00
kshinde2512
e889e79393
Revamping selenium tests mydatapage (#2386)
* Api tests

* test - revamping MyDataPageTest

* addressing style check

* test - revamping MydataTestPage,TableDetailsTest,ExplorePageTest

* test - java and python checkstyle

* Code changes

* Java and Oython checkstyles

* pushing topic details page

* Addressed all changes in comments

* Adressing Java checkstyles

* Addressing comments

* Deleted extra files

* Adding data tesid

* common page changes added

* Indentation change

* indent change

* Indent changes

* Indent changes

* Minor code change

* Removed public modifier and added assertions

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-04 19:45:44 +05:30
parthp2107
6f1fb33418
revamped no data test cases for selenium (#2619)
* revamped no data test cases

* addressing style check
2022-02-04 18:09:54 +05:30
Mayur Singal
bc13e343a1
issue-2572: added comments for vertica columns (#2596)
* issue-2572: added comments for vertica columns

* moved sql queries to sql_queries.py

* fixed sonar bug and sql query

Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-04 15:43:27 +05:30
SeungwanJo
9a0ffc08e4
add ingestion hive col_comment (#2594) 2022-02-04 15:43:14 +05:30
parthp2107
d3f34c9490
revamped common tests in selenium (#2616) 2022-02-04 15:25:00 +05:30
parthp2107
de6a06b013
Pagination, filter, exception tests cases revamped (#2613) 2022-02-04 11:56:22 +05:30
Sriharsha Chintalapani
09476bf4b1
Fix #2189: 'Matches' doesn't show up for every search results (#2605) 2022-02-03 20:08:48 -08:00
Sriharsha Chintalapani
be975848c6
Fix #2202: search give no results for pipelines (#2606) 2022-02-03 20:08:36 -08:00
Sriharsha Chintalapani
a0d40eb65e
Fix #2069: Not all tag filters displayed (#2607) 2022-02-03 20:08:25 -08:00
Vivek Ratnavel Subramanian
64c157498d
Fix #2609: Ignore .idea from git (#2610) 2022-02-03 15:02:37 -08:00
darth-coder00
026be84d66
Fix: #2549 (#2603) 2022-02-04 00:07:54 +05:30
Sachin Chaurasiya
aa36f2b370
Fix: UI: Owner permission check is missing in Lineage editor . (#2589) 2022-02-03 21:05:22 +05:30
Sachin Chaurasiya
1656777da4
Fix #2432 Need a way to delete recently searched item on the main page. (#2595) 2022-02-03 20:19:35 +05:30