9736 Commits

Author SHA1 Message Date
Akash Jain
db696608d2
fix: openmetadata-clients/openmetadata-java-client/pom.xml to reduce vulnerabilities (#16641)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMMICROSOFTAZURE-7246766

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-06-15 12:34:06 -07:00
Aniket Katkar
26ac849d7f
Minor: Fix incorrect alert on signup page (#16666) 2024-06-15 20:42:41 +05:30
Mohit Yadav
1dcb1bd46f
- Update What's new (#16669)
- fix vulnerability
2024-06-15 12:01:40 +05:30
mohitdeuex
d9ae6f6db9 - Fix User Signup - p2 2024-06-15 00:17:28 +05:30
Mohit Yadav
b4cba8a850
- Fix User Signup (#16667) 2024-06-14 23:46:45 +05:30
Shailesh Parmar
7145136626
Cypress: Fixed AUT failure (#16660)
* Cypress: Fixed AUT failure

* minor change

* minor owner fix

* fix glossary cypress failure

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-06-14 19:12:22 +05:30
Imri Paran
385dcd40f5
added query param "validate" for failed row sample (#16159)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-06-14 10:39:29 +00:00
Ayush Shah
b3eae8c1b9
Minor: Fix Deprecated utcnow to timezone support (#16607) 2024-06-14 15:23:51 +05:30
Prajwal214
fbae061113
Doc: Fixing Typo in the Upgrade Docs (#16659)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-06-14 14:32:44 +05:30
Mayur Singal
e3fa340c8f
MINOR: Pydantic fixes for redshift & kafka (#16638) 2024-06-14 14:08:59 +05:30
IceS2
e3c3f2ac33
Fix E2E count (#16654) 2024-06-14 08:21:07 +00:00
Shailesh Parmar
18ee2b8ff2
playwright: improve the existing playwright test (#16650)
* playwright: improve the existing playwright test

* pw improvement

* minor change

* reduce the scope of custom property

* reduce scope of custom property test

* addressing comments

* updated response timeout
2024-06-14 11:55:59 +05:30
Sachin Chaurasiya
55cd180ffa
feat(#16208): custom properties for Dashboard Data Models (#16628)
* feat(#16208): custom properties for Dashboard Data Models

* chore: update the padding for custom properties tab content

* Backend : Support extension field for dashboardDataModel

* ui: update ui to fetch the extension data

* feat: show custom properties on right panel

* chore: add custom properties in version page

* test: add playwright test for data model custom properties

* test: remove duplicate checks

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-06-13 20:51:47 +05:30
Trs
fc9033b953
Fixes(ingestion/source/dbt): Handle None Type in get_tag_labels Function for DBT Metadata Processing (#16648)
* fix condition

* fix

* lint
2024-06-13 17:19:46 +05:30
Sachin Chaurasiya
de9822e7f3
test: fix cypress test aut (#16618)
* test: fix cypress test aut

* fixed aut failure

* fix user cypress failure due to autofocus on feed description

* changes as per comments

* fix: custom properties after hook api call

* Fix observability alert test

* update the addOwner function to avoid flakiness

* fixed Data insight and glossaryVersion page cypress

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-06-13 15:47:09 +05:30
Ayush Shah
90d9ef639e
Fix Arg for qliksense (#16626) 2024-06-13 09:01:45 +05:30
Imri Paran
d2c23171db
use setup action for playwright e2e (#16636) 2024-06-12 23:16:43 +05:30
IceS2
328ed2bf11
MINOR: Fix e2e (#16627)
* Fix Metabase E2E Test

* Add 'debug' input to python e2e tests

* Fix 'debug' default to be 'false'

* Standardized all Metabase IDs to MetabaseStrId

* Fix Metabase expected filtered sink mix value

* Fix wrong parameter being passed to the config

* Fix powerBI e2e tests

* Fix one Redash e2e test

* Fix checkstyle

* Fix Dashboard create patch_request not using EntityReferenceList

* Fix Redash E2E test value

* Add logging to create patch request

* Fix checkstyle and linting

* Fix default debug value

* Fix e2e workflow

* Fix e2e workflow

* Fix e2e workflow

* Fix metabase and powerbi e2e values
2024-06-12 19:32:45 +02:00
Sachin Chaurasiya
eb3b1cba7d
feat: entity resizable panel part 1 (#16558)
* feat: entity resizable panel

* chore: sync locale files

* chore: update resizable panel styles

* chore: comment out unused CSS transition in resizable-panels.less

* chore: Update TableDetailsPageV1 component imports

* chore: Update resizable panels in entity details component

* feat: add resizable panel in explore page

* chore: update resizable panels styling in existing components

* feat: add resizable panel in glossary and glossary terms page

* feat: add resizable panels in activity feed tab component

* fix: tab content height for activity feed

* feat: add resizable panels in domain page

* feat: add resizable panels in domain page part 1

* feat: Add hideSecondPanel prop to DataProductsDetailsPage and DomainDetailsPage components

* chore: hideSecondPanel on explore page if summary if not available

* chore: remove unused css

* feat: add resizable panel in queries component

* fix: panel container height issue

* refactor: Update app.less styles for entity resizable right panel container
2024-06-12 21:49:57 +05:30
Karan Hotchandani
9c1ad06ceb
Domain flaky cypress fix (#16630)
* fix domain flaky cypress

* fix domain cypress
2024-06-12 21:28:15 +05:30
Imri Paran
3f07e85735
MINOR: use test setup action for playwright tests (#16633)
* ci: gh actions

use "Setup OpenMetadata Test Environment" in playwright tests

* added ingestion_dependency as input
2024-06-12 21:10:32 +05:30
Shailesh Parmar
af88b61aca
playwright: updated entity spec with custom property test (#16621)
* playwright: updated entity spec with custom property test

* optimise the code

* fixed playwright failure

* addressing comment
2024-06-12 18:51:40 +05:30
Mohit Yadav
cc2d581eb0
Fix owner notification (#16629)
* - Fix Task notification not getting sent to owners

* - Fix Task notification not getting sent to owners
2024-06-12 17:40:35 +05:30
Mayur Singal
b7ef13bc95
MINOR: Fix ssl connection in usage & lineage (#16625) 2024-06-12 16:29:24 +05:30
Shailesh Parmar
889ce87a2e
chore(CI): Add PostgreSQL playwright and skip workflows (#16623)
* workflow: add postgresql playwright and skip workflow

* addressing comments
2024-06-12 15:44:52 +05:30
Ayush Shah
2f8de77140
Add Test Suite SSL (#16619) 2024-06-12 14:00:24 +05:30
Mayur Singal
7359d6210c
MINOR: Fix Profiler for SSL Enabled Source (#16613) 2024-06-12 11:40:30 +05:30
Onkar Ravgan
4f50e0b6a0
cleaned dbt code after pydantic update (#16605) 2024-06-12 11:24:29 +05:30
Mohit Yadav
3db41f08e2
Fix Test Suite Filter (#16615)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-06-12 10:40:05 +05:30
Aniket Katkar
dc31717b16
OSS changes for adding automator cypress tests (#16611) 2024-06-11 19:57:11 +05:30
Shailesh Parmar
1d4e3e0825
Revert alias setup (#16610)
* Revert "fix(CI): update `run_local_docker.sh` script with cluster alias ES endpoint (#16604)"

This reverts commit baab52076f71f76e8bc48d89564ba733ac77a1e6.

* Revert "chore(CI): Enable Elasticsearch cluster alias by default (#16599)"

This reverts commit a3524e14d3a1244db19199ab1eae3796ba15b499.
2024-06-11 19:14:25 +05:30
Sachin Chaurasiya
8c173bed6a
test: add updateJWTTokenExpiryTime util (#16606) 2024-06-11 17:49:16 +05:30
Shailesh Parmar
95e5177939
playwright: announcement-click-issue (#16587)
* playwright: announcement-click-issue

* skip redirection flow for announcement
2024-06-11 16:57:23 +05:30
Shailesh Parmar
8d81c0068d
playwright: migrate entity, database and service spec (#16584)
* playwright: migrating entity spec

* added test for customProperty

* added custom property test

* add boolean for slow test

* add comment
2024-06-11 16:57:09 +05:30
Shailesh Parmar
0b205faefc
cypress: fixed 1.4.2 AUT cypress (#16602)
* cypress: fixed 1.4.2 AUT cypress

* fix cypress around announcement,user,glossary, lineage and mydata

* searchIndexApplication fix and minor changes

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-06-11 16:00:51 +05:30
Akash Jain
baab52076f
fix(CI): update run_local_docker.sh script with cluster alias ES endpoint (#16604) 2024-06-11 15:55:28 +05:30
Matt Chamberlin
5236950b6d
Fixes 16595: Parse Iceberg REST table FQN from identifier (#16596) 2024-06-11 15:07:57 +05:30
IceS2
070bd2570e
MINOR: Fix e2e (#16594)
* Fix Metabase E2E Test

* Add 'debug' input to python e2e tests

* Fix 'debug' default to be 'false'

* Standardized all Metabase IDs to MetabaseStrId

* Fix Metabase expected filtered sink mix value

* Fix wrong parameter being passed to the config

* Fix powerBI e2e tests

* Fix one Redash e2e test

* Fix checkstyle
2024-06-11 13:19:25 +05:30
Mohit Yadav
77dfe1f6af
Fix Postgres Application listing (#16600)
* Fix Postgres Application listing

* Fix Listing
2024-06-11 13:18:50 +05:30
Akash Jain
a3524e14d3
chore(CI): Enable Elasticsearch cluster alias by default (#16599) 2024-06-11 11:34:24 +05:30
sonika-shah
04543722a6
Minor: Ensure correct index mapping in Elasticsearch for clusterAlias (#16598) 2024-06-11 10:06:44 +05:30
sonika-shah
8723b8c36a
Fix: Ensure correct index mapping in Elasticsearch for clusterAlias (#16589)
* Fix: Ensure correct index mapping in Elasticsearch for clusterAlias

* Fix: Ensure correct index mapping in Elasticsearch for clusterAlias
2024-06-10 18:40:27 +05:30
Teddy
ff00175fb1
MINOR - Data Quality Preparatory Work (#16523)
* chore: added min/max bound and dynamic support flag

* chore: added migration for dynamic attribute

* style: fix pythin checkstyle
2024-06-10 11:03:55 +02:00
Pere Miquel Brull
d2bba3b8e0
FIX - e2e test for pydantic v2 (#16577)
* FIX - e2e test for pydantic v2

* FIX - e2e test for pydantic v2

* FIX - e2e test for pydantic v2
2024-06-10 08:04:36 +02:00
Karan Hotchandani
4c8bf1cac1
Updating glossary reviewers should propagate reviewers in glossary term (#16580)
* highlight inherited reviewer in glossary

* locales

* use glossary name for search query

* fix glossary version cypress

* add union datatype for subfields

* Adding reviewer to glossary also adds them as an assignee to the task

* add glossary approval cypress

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-06-09 22:18:06 -07:00
Alexander Rose
945ec7cef6
addded more detail on issue creation in contributors page (#16583) 2024-06-09 14:02:36 -07:00
Shailesh Parmar
1f9e87a938
cypress: fixed flakiness and announcment cypress (#16579) 2024-06-09 19:54:06 +05:30
Shailesh Parmar
fe964e3ee4
playwright: fixed AUT announcement test (#16564)
* playwright: fixed AUT announcement test

* fixed announcment and owner selection
2024-06-09 19:51:11 +05:30
Pere Miquel Brull
93f976f6e4
FIX - e2e test for pydantic v2 (#16576)
* FIX - e2e test for pydantic v2

* FIX - e2e test for pydantic v2

* FIX - e2e test for pydantic v2
2024-06-08 10:07:58 +00:00
Shailesh Parmar
e947f4cf77
playwright: add make command to run playwright test (#16575)
* playwright: add make command to run playwright test

* chore: Remove unused yarn command and update Makefile
2024-06-08 08:34:57 +00:00