10673 Commits

Author SHA1 Message Date
Marco Rezende
37d967013b
ISSUE-14742: Adjusting metadata.py to filter by enum value (#14884) 2024-01-26 07:30:05 +01:00
NiharDoshi99
c1d62186df
MINOR - metadata tag extraction for Databricks (#14874)
* metadata tag extraction for databaricks

* fix python test

* changes as per comment

* fix python test

* fix python checkstyle
2024-01-26 07:09:24 +01:00
Karan Hotchandani
c7e899c55b
fix flaky lineage cypress (#14878) 2024-01-26 09:42:24 +05:30
Ashish Gupta
1786757e9b
MINOR : make entire task message redirect-able to entity detail page (#14652)
* make entire task message redirect-able to entity detail page

* task feed card display messsage and styling change

* added pending localization keys

* minor optimization

* minor fix
2024-01-25 21:26:01 +05:30
07Himank
5e653d25ff
fix a part of es exception while migrate (#14876) 2024-01-25 20:03:15 +05:30
Mayur Singal
dcd3d47c2b
Fix #14590: Improve airflow plugin error message (#14839)
* Fix #14590: Improve airflow plugin error message

* Update openmetadata-service/src/main/java/org/openmetadata/service/clients/pipeline/airflow/AirflowRESTClient.java

Co-authored-by: Ayush Shah <ayush@getcollate.io>

* Update msg

* Update RichTextEditorPreviewer in AirflowMessageBanner component

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-01-25 15:26:49 +01:00
Chirag Madlani
2b62784e78
feat(ui): supported: #11857 show detailed run status for ingestion pi… (#14841)
* feat(ui): supported: #11857 show detailed run status for ingestion pipelines

* fix user page issue and unit test for ingestion run status

* Refactor IngestionRecentRun.test.tsx to use spread operator for executionRuns

* fix unit test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-01-25 19:35:16 +05:30
Karan Hotchandani
00838d6c73
Minor search issues (#14861)
* fix: minor search issues

* show dbt icon in lineage
2024-01-25 19:08:02 +05:30
Shailesh Parmar
6a1c13687e
cypress: permission cypress part 1 (#14850)
* cypress: permission cypress part 1

* fix searchIndex spec

* added permission based cypress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-25 18:22:45 +05:30
07Himank
cb7db8ce8f
Minor fix Search service (#14837)
* Minor fix

* fix minor search fixes
2024-01-25 18:17:48 +05:30
Abhishek Porwal
ffe4ed1ab4
fix(#14417): show the search index setting page link for re-index data with the error message when failed to find search index (#14828)
* fix(14417): add the search index setting link for re-index with error message, when failed to find a search index

* added locales

* manage some space

* use Context to show error

* Revert "use Context to show error"

This reverts commit d443a2efe188348aa4088e8fa0eadbacea4e9855.

* Revert "added locales"

This reverts commit 95417e1b0cdbd4c88bc5c253410e050b23956608.

* Revert "fix(14417): add the search index setting link for re-index with error message, when failed to find a search index"

This reverts commit 55ca134ad514c5179e96c2e60639e7142a18bcd2.

* Revert "manage some space"

This reverts commit ca7b7deca2f54a17f052310e6b5277578cac9f4b.

* added alert for search index not found

* added locales

* some fixes

* added fix for content not getting removed when switch to a tab which should not have index data

* fix: tier option not showing for the database tab in advance search

* alert place change and header text change

* updated locales

* addressing comments

* adding getAlertBody util to make the AlertBody layout consistent

* added unit test for index not found alert

* added unit test for getAlertBody util

* minor change

* increased specificity of the alert link text

* addressed comments

* move string to constant file

* Revert "adding getAlertBody util to make the AlertBody layout consistent"

This reverts commit b4a609be7c79639bbe54af45a98d148741ed19b2.

* removed getAlertBody utility

* Revert "added unit test for getAlertBody util"

This reverts commit 8202ba323d43b551755bc4ca5f2ae18c10333498.

* removed unwanted code

* move a string to constant

* fix: test after removing getAlertBody

* moved static alert as separate component

* not render searchedData when have index not found banner in the page

* added testcase not show searchedData  when notfound index banner present

* reduce chaining in conditional operator

* minor change
2024-01-25 17:11:15 +05:30
Mayur Singal
59d97357c6
MINOR: Fix hive yaml docs (#14842) 2024-01-25 15:35:33 +05:30
Mayur Singal
20605cf7c7
MINOR: Snowflake fix lineage & usage muti db query (#14866) 2024-01-25 15:28:46 +05:30
Ayush Shah
1552aeb2de
Fix #13149: Multiple Project Id for Datalake GCS (#14846)
* Fix Multiple Project Id for datalake gcs

* Optimize logic

* Fix Tests

* Add Datalake GCS Tests

* Add multiple project id gcs test
2024-01-25 10:52:16 +01:00
Dhruvin Maniar
951917bf6d
Minor: Docs update for 1.2.5 release (#14863) 2024-01-25 15:02:35 +05:30
Mayur Singal
75471cfba9
MINOR: Fix Databricks pipeline client pagination (#14860) 2024-01-25 14:41:25 +05:30
Pere Miquel Brull
85e2058979
MINOR - Fix & Organize topology context (#14838)
* MINOR - Fix & Organize topology context

* Handle missing context charts
2024-01-25 08:22:07 +01:00
Chirag Madlani
ac4dc7ffc3
fix AUT visit entity details page (#14844)
* fix AUT visit entity details page

Fixing issues with AUT 
Getting 404 when trying to visit entity details page

* fix aut test fialures

* fix aut test fialures

* fix postgres issue
2024-01-25 12:18:42 +05:30
Onkar Ravgan
80fff72949
Fix #14794: Refactored and cleaned owner processing in sources (#14817)
* refactor owner processing

* Add exception handling and fix pytest

* review comments addressed

* looker tests

* fixed pycheckstyle
2024-01-25 06:46:22 +01:00
Ashish Gupta
f311d8d6b7
#13767: Remove ingestion pipeline action buttons and ingestion button if pipelineService is disabled (#14847)
* Remove ingestion pipeline action buttons and ingestion button if pipelineService is disabled

* pending localization keys

* changes as per comments
2024-01-25 11:12:03 +05:30
Ayush Shah
e30ffd71ce
Fix 13970: Fix Consecutive Array issue (#14852) 2024-01-25 10:38:56 +05:30
Onkar Ravgan
d1460b675b
Add condition to fix error (#14856) 2024-01-25 10:18:01 +05:30
Mayur Singal
17fb2cabca
MINOR: Lineage handle copy queries being skipped (#14855) 2024-01-25 10:15:32 +05:30
Onkar Ravgan
70316b9680
MINOR: Fixed life cycle index mapping for raw_cost_analysis_report_index (#14832)
* fix life cycle index mapping

* fixes

* removed epoch
2024-01-24 09:23:09 -08:00
Harsh Vador
020254a99b
fix #14661: Improve Messages in the UI (#14805)
* Improve Messages in the UI

* fix failing tests & add locale files

* change message to locale

* add locale files

* change no pipeline message

* add message for test suite pipeline & kpi

* address comments

* add locale files

* change delete message

* fix failing test

* change incorrect spelling mistakes
2024-01-24 20:58:14 +05:30
Ashish Gupta
2f58ec3f8a
MINOR: fix glossary version re-direction and user and glossary cypress (#14843)
* fix glossary version re-direction and user and glossary cypress

* changes as per comments

* changes as per comments

* minor fixes
2024-01-24 20:47:05 +05:30
Sachin Chaurasiya
629e9cfd76
bump: react-tour to 1.2.6 and styled-components to 6.1.8 (#14845)
* bump: react-tour to 1.2.6 and styled-components to 6.1.8

* only fetch permission if fqn is available
2024-01-24 20:38:58 +05:30
Sachin Chaurasiya
8c11777c0a
Minor: add axios@1.6.4 resolutions in package.json (#14840) 2024-01-24 17:53:13 +05:30
Akash Jain
cb893cdd65
fix(CI): Optimize Server Docker Image Layers (#14835) 2024-01-24 16:03:18 +05:30
NiharDoshi99
2efa0c9e28
#13974 handle for hyphen in schema and median function (#14834) 2024-01-24 15:57:36 +05:30
Sachin Chaurasiya
12bc515aca
Update EntityLink.g4 with new entity types and fields (#14836) 2024-01-24 15:36:48 +05:30
Ashish Gupta
d53a41fb3f
UI : Revamp Setting Page UI (#14728)
* Revamp Setting Page UI

* localization key pushed

* added breadcrumb in setting entity pages

* fix nested pages ui

* description added for cards and route fix

* fix unit test

* change cypress flow for setting page as per new UI

* fix sonarcloud and build issue

* fix some cypress

* fix cypress

* fix alert changes

* redirect to last page visited after deleting any service entity

* separate out application and bot from integration and sort custom property alphabitallcy

* fix cypress not running and bifercated bots and application cards

* fix cypress failure and addressed comments

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-24 14:27:52 +05:30
Teddy
d228a93fbf
fix: increase floating point precision (#14827) 2024-01-24 09:19:19 +01:00
07Himank
115870b2af
Pipeline and stored procedure lineage fix (#14681)
* pipeline and stored procedure lineage

* pipeline and stored procedure lineage

* fix: pass entity type in url

* fix unit tests

* pipeline and stored procedure lineage

* pipeline lineage

* pipeline and stored procedure lineage

* fix performance issues

* pipeline and stored procedure lineage done

* optimisation

* fix fullscreen mode

* add pipeline animation

* update loading state

* fix styling

* update pipeline status

* fixes

* fix cypress

* fix cypress

* fix cypress

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-01-24 11:04:31 +05:30
Shailesh Parmar
569c668117
cypress: added cypress for incident manager (#14824)
* cypress: added cypress for incident manager

* fixed failing cypress
2024-01-24 09:57:28 +05:30
Shiyang Xiao
9f5a70bd71
MINOR - update docs & added unit test for SAS Connector (#14743)
Co-authored-by: Shiyang Xiao <Shiyang.Xiao@sas.com>
2024-01-23 14:55:29 -08:00
Chirag Madlani
5180f17e53
fix(ui): Delete widget not working with other lang (#14769)
* fix(ui): Delete widget not working with other lang

* fix cypress tests

* fix tests

* fix udpate displayName issue

* fix tests

* fix owner issue

* fix failures
2024-01-24 00:42:42 +05:30
Chirag Madlani
bcefecbe30
minor(config): update openmetadata-ui code reviewers (#14823) 2024-01-23 18:23:23 +05:30
Carlo Q
0abd7d9c28
Fixes #14803: ignore capitalization when confirming deletes (#14804)
* ignore case when confirming deletes

* Test confirmation of deletes works when case differs 

Added test case for 'delete' as the confirmation text.
2024-01-23 18:02:23 +05:30
Chirag Madlani
c11fb01805
fix(minor): update skip icon for executions (#14809) 2024-01-23 18:00:30 +05:30
Abhishek Porwal
9c92beaecd
fix(#14326): tier dropdown is not working in advance search (#14780)
* improvement in advance search based on custom property

* fix a reading undefined property issue

* wip: advance search based on tier

* some code cleanup and improvement

* some fixes

* fix: ui flicker when advanceSearched is apply and refresh the page

* some cleanup

* no need to call customproperty api call, if entity not suppport customProperties

* minor change

* fix: autocomplete not working in tier search option in advance search modal

* added unit test for advance search provider component

* some cleanup

* added testcase for open modal

* added testcase for resetAllFilters method

* removed unwanted code

* added e2e test for testing tier advance search

* fix: e2e search flow for single field

* fix: string field not working after giving listValues in TierSearch

* fix: group query e2e test fix

* used asyncFetch way to get the tierOptions synchronously

* some cleanup

* remove unwanted lines

* some cleanup

* fix: selected option show option value instead of option title
2024-01-23 17:45:38 +05:30
Ashish Gupta
740541c0c7
CYPRESS: simplify side navigation click in cypress (#14818)
* simplify side navigation click in cypress

* make sidbar item uses common enum

* fix cypress failure of outside import
2024-01-23 15:30:05 +05:30
Onkar Ravgan
3cf8e0a308
MINOR: Added table validation for cost analysis data (#14793)
* Added validation for cost analysis source

* centralized life cycle logic
2024-01-23 09:55:24 +01:00
Pere Miquel Brull
8f2c2b21c2
MINOR - Better handling of Ingestion Pipeline Status (#14792)
* MINOR - Better handling of Ingestion Pipeline Status

* format

* format
2024-01-23 09:24:19 +01:00
kwgdaig
5d5c384dec
Fixes #13556: Support for Salesforce table description ingestion (#14733)
* ISSUE-13556: Add suport for Salesforce table description ingestion

* ISSUE-13556: Remove unnecessary blank line

* ISSUE-13556: Fix to get description for each table

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-01-23 07:36:36 +00:00
Chirag Madlani
45efaefc46
fix(ui): password error message for char limits (#14808)
* fix(ui): password error message for char limits

* fix java side code
2024-01-23 12:38:35 +05:30
Ayush Shah
fda74d28b3
Fixes #14598: Fix Tags / Labels ingestion on includeTags as False (#14782) 2024-01-23 11:58:23 +05:30
Pere Miquel Brull
337796d612
MINOR - Fix SP topology context & Looker usage context (#14816)
* MINOR - Fix SP topology context & Looker usage context

* MINOR - Fix SP topology context & Looker usage context

* Fix tests
2024-01-23 07:02:39 +01:00
Mayur Singal
492bac32c0
Minor: Optimise Databricks Client (#14776) 2024-01-23 11:28:02 +05:30
Karan Hotchandani
fd7a3f19ef
Sort by display name in owner and mentions list (#14734)
* sort by display name in owner and mentions list

* maintain sort order

* fix cypress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-22 21:11:55 +05:30