7194 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
28c8ce1386
Fix #9750: Refactor interfaces into openmetadata-spec module (#9751) 2023-01-30 11:47:30 -08:00
dhruvinmaniar123
406ea35845
Adding caching for maven and yarn (#9788)
Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
2023-01-30 11:46:52 -08:00
Chirag Madlani
d464a8a255
fix(ui): validate token expiry on tab focus (#10011)
* fix(ui): validate token expiry on tab focus

* show toast message if token is expired
2023-01-31 00:47:39 +05:30
Nahuel
10b15e782e
Fix: error getting 'certificatePath' from SSLConfig object (#10017) 2023-01-30 18:38:13 +00:00
karanh37
97ea3608bd
fix: google refresh token silent callback (#10010)
* fix: google refresh token silent callback

* refactor: update axios interceptor reference in context

* refactor: address review comments
2023-01-30 18:19:58 +00:00
NiharDoshi99
c81446e2be
updated domo docs (#10005)
* updated domo docs

* changed as per comment
2023-01-30 20:59:35 +05:30
Mayur Singal
8c7c21bd54
Fix Superset Owners & Descriptions (#10007) 2023-01-30 14:40:52 +00:00
Pere Miquel Brull
c7c3d62bae
Update profiler permissions (#10004) 2023-01-30 14:20:19 +01:00
Nahuel
e152e734c2
Doc: Update security docs related to SSO and JWT configuration (#10002)
* Doc: Update security docs related to SSO and JWT configuration

* Minor typo fix
2023-01-30 14:13:23 +01:00
Shailesh Parmar
f4043f23b3
Doc: Glossary bulk upload (#9994)
* Doc: Glossary bulk upload

* addressing comments
2023-01-30 12:18:02 +00:00
Pere Miquel Brull
0b8523f418
Docs - Add select on views (#10000) 2023-01-30 11:46:58 +00:00
Shailesh Parmar
0ceaf67e32
fix failing cypress (#9998) 2023-01-30 16:34:53 +05:30
Pere Miquel Brull
bd0e307912
Fix mlmodel client (#9997) 2023-01-30 11:41:39 +01:00
Sachin Chaurasiya
aa294a6a36
fix(ui) : owner dropdown for teams with search text is not working (#9921)
* fix(ui) : owner dropdown for teams with search text is not working

* chore : convert searchFormattedUsersAndTeams to async/await

* chore: use searchFormattedUsersAndTeams for owner search on add alerts page

* fix : search api call with query is not working

* fix : filter issue for team assets

* fix : cy test for alerts

* fix : cy tests

* fix: cy test

* chore: update the search query logic

* fix: cy tests

* Fix search teams with special chars

* fix localization missing for constant

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-30 09:00:18 +00:00
Ashish Gupta
4bef627fd7
Fix the add button styling for non admin button (#9995) 2023-01-30 12:13:06 +05:30
Ayush Shah
725542b607
Fix Glue PIpeline (#9991) 2023-01-30 06:13:01 +00:00
Sriharsha Chintalapani
5a0742e06b
Remove snakeyaml dependency (#9943) 2023-01-29 21:55:50 -08:00
Suresh Srinivas
e16621b26c
Fixes #9988 - Add CSV import/export support for Teams (#9989) 2023-01-29 16:56:53 -08:00
Suresh Srinivas
d81187817a
Fixes #9986 - Add documentation support for the CSV template for imports and exports (#9987) 2023-01-29 13:47:02 -08:00
Pere Miquel Brull
95539b7008
Docs - Restore when server is down (#9985) 2023-01-29 21:03:53 +00:00
Onkar Ravgan
949989fb1c
Added dbt parser (#9982)
* Added dbt parser

* Added library dependency

* format and final fixes

* Addressed review comments

* Fixed typo
2023-01-29 20:47:39 +01:00
Pere Miquel Brull
2ec8b42e96
Get service connection info if not set (#9981) 2023-01-29 10:42:17 +01:00
Pere Miquel Brull
02c1f9ac94
Update view definition from Vertica dialect (#9980) 2023-01-29 13:28:43 +05:30
Sachin Chaurasiya
34df878427
doc : update what's new contents for 0.13.2 (#9954)
* doc : update what's new contents for 0.13.2

* update description for special characters

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* add features with YT videos

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-29 10:18:46 +05:30
Shailesh Parmar
da224c090d
UI: Added expand/collapse button for single nodes and increase zoom out default value (#9977) 2023-01-29 00:01:10 +05:30
Mayur Singal
5650ae35df
Add databricks pipeline config (#9979) 2023-01-28 18:42:38 +01:00
Pere Miquel Brull
47d814d059
Fix typo (#9969) 2023-01-28 18:39:59 +01:00
Ashish Gupta
34c26c542f
UI : Made Classification hard delete while deleting them (#9962)
* Fix the classification by hard deleting them

* fix unit test and cypress issue

* fixed unit test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-28 13:42:32 +05:30
Sriharsha Chintalapani
8b45b639fd
Add table entity name pattern (#9970)
* Added ()0 to table entityName for oracle metadata

* move # character to columnName pattern

* Test newly allowed characters in table name and columns

---------

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: sureshms <srini30005@gmail.com>
2023-01-27 18:50:35 -08:00
Nahuel
813d2c4fe6
Bug: Change password of a user without auth mechanism set (#9965)
* Bug: Change password of a user without auth mechanism set

* Fix same issue for validating password
2023-01-27 18:57:51 +01:00
Chirag Madlani
72912d75a4
fix(ui): tabs flickers on permission api response (#9957) 2023-01-27 21:48:25 +05:30
Aniket Katkar
134a5b2c54
fixed api errors shown for deleted tables on table details page (#9963) 2023-01-27 21:39:56 +05:30
Aniket Katkar
d9ea00b2f2
fix(ui): ui fixes for search dropdown suggestions API for owner and tag quick filters (#9961)
* Made changes for default options API calls for owner dropdown
Fixed glossary suggestions not showing for tag quick filters

* Fixed cypress tests
2023-01-27 21:38:13 +05:30
Pere Miquel Brull
e2d94a66e4
Fix antlr version for publish (#9951) 2023-01-27 16:11:01 +01:00
Teddy
1455d5eb29
Update webanalytics prometheus metrics (#9939)
* feature: added web analytic events handler

* feature: exclude web analytic events from audit logger

* empty commit to re-run CI
2023-01-27 15:51:53 +01:00
Pere Miquel Brull
d5c6c0212b
Fix e2e lineage count (#9964)
* Add vertica to the list

* test profiler

* Fix tests

* Fix tests

* Fix e2e lineage count
2023-01-27 15:33:03 +01:00
Nahuel
da1f911581
Doc: Add missing source config types in connectors config examples (#9955) 2023-01-27 15:30:48 +01:00
Pere Miquel Brull
f6d59f599e
Pin SQLAlchemy lower than 2 (#9952) 2023-01-27 15:26:30 +01:00
Aniket Katkar
1ead5a8964
ui: entity summary panel improvements (#9922)
* fixed bug where table constraints were not displaying in entity summary panel

* fixed summary panel not hiding in case of no results

* Changes made to improved the typescript type declaration as per comment
2023-01-27 18:45:12 +05:30
Pere Miquel Brull
192c992e21
Fix e2e tests when computing rows (#9958)
* Add vertica to the list

* test profiler

* Fix tests

* Fix tests
2023-01-27 12:55:57 +01:00
Shailesh Parmar
b024ada0f5
ui: fixed glossary csv preview issue and added remove owner functionality (#9950)
* Fixed: Glossary csv parser issue and other ui issue

* content overflow fix

* fixed failing unit test

* added test case for special character
2023-01-27 16:37:50 +05:30
Noe Alejandro Perez Dominguez
d8674bd7f8
Deduplicate stl_querytext rows, fixes #8867 (#9870)
* Deduplicate stl_querytext rows, fixes #8867

* Update queries.py

Filter down result-set by joining with queries

* Reduce line character length
2023-01-27 10:36:49 +01:00
Sriharsha Chintalapani
4a5676d617
Fix #9801: ES: Search api is not returning expected result (#9948)
* Fix #9801: ES: Search api is not returning expected result

* Fix #9801: ES: Search api is not returning expected result

* Fix #9801: ES: Search api is not returning expected result
2023-01-27 10:34:00 +01:00
Pere Miquel Brull
4d474ab063
Add vertica e2e and fix checks (#9947)
* Add vertica e2e and fix checks

* Add missing task_id param
2023-01-27 10:22:12 +01:00
Pere Miquel Brull
9160770a47
Docs cleanup for dbt YAML & Looker config (#9937)
* Update looker config

* cleanup dbt
2023-01-27 09:06:30 +01:00
Nahuel
7c61c0ad6f
Fix: remove wretry.action from py-test and change retry approach (#9949) 2023-01-27 08:45:20 +01:00
Ashish Gupta
742d008669
UI : Remove the text ellipses and wrap the content to next line (#9903)
* Remove the text ellipses and wrap the content to next line

* fix column to left

* Made action column fix to right side and remove last run from fixed

* fix cypress issue
2023-01-27 11:10:07 +05:30
Aniket Katkar
ca27831be8
fixed wrong localization key on policiesDetails page (#9880)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-27 10:20:07 +05:30
Chirag Madlani
788f5ff776
Fix misc UI (#9912)
* fix(ui): show displayName instead name for entities

* fix ui improvements #9879

* fix alert details destination title rendering

* fixed failing cy test

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-27 10:13:18 +05:30
Nahuel
ed062c62d6
Fix: Bug when updating a topic with missing message schema (#9940) 2023-01-26 19:23:14 +00:00