10673 Commits

Author SHA1 Message Date
IceS2
7020c065ec
Fix Tableau E2E Tests (#16740) 2024-06-20 14:11:03 +00:00
Sachin Chaurasiya
870bb8c3f2
minor(#16099): when adding team give user option to configure the isJoinable field (#16722)
* minor(#16099): when adding team give user option to configure the isJoinable field

* chore: add helper text for public team field

* test: add test for create team

* fix: playwright test
2024-06-20 18:46:59 +05:30
Ashish Gupta
cd5d8dfa06
fix user cypress failure (#16728) 2024-06-20 16:41:15 +05:30
Sachin Chaurasiya
1ad1d820d8
test: fix custom properties spec (#16732) 2024-06-20 15:07:27 +05:30
Ayush Shah
c9a017d8db
#16720: Add Support for Salesforce SSL (#16719) 2024-06-20 12:10:41 +05:30
IceS2
f0049853ec
FIXES 14885: Initial deltalake implementation for s3 (#16665)
* Initial deltalake implementation for s3

* Fix styles

* Fix test_amundsen

* Fix UnitTests

* Fix Checkstyle

* Fix integration tests due to datalake client refactor

* Fix unit tests

* Fix tests

* Fix Integration DeltaLake Storage test

* Skip delta storage integration test for python 3.8

* DeltaLake JSONSchema changes migrations

* Update import name

* Add some comments based on sonarcloud suggestions

* Update DeltaLake documentation

* Resolve some comments
2024-06-20 12:08:21 +05:30
Sriharsha Chintalapani
3f504206ec
Update README.md (#16725) 2024-06-19 20:59:57 -07:00
Shilpa Vernekar
97dca7cfd1
Docs: Fixed the 404 links (#16717) 2024-06-19 07:51:12 -07:00
Ashish Gupta
25efd7641e
fix cypress for dataModelVersionPage (#16715) 2024-06-19 19:45:56 +05:30
IceS2
6b7e9238f7
Update ischema_names for db2 to take BOOLEAN into account (#16718) 2024-06-19 14:03:02 +02:00
Imri Paran
c79c5da00a
Fixes #16632: Add testCases property to a test suite source config (#16631)
* feat: test-suites

enable specifying a subset of test cases to run in a test suite pipeline

* improved property description
2024-06-19 12:47:38 +02:00
Prajwal214
5c2f01cd41
Doc: updating Icon for observability (#16710)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-06-19 09:32:07 +00:00
Mohit Yadav
53407fb681
[Issue-16642] Add Claim Mapping to uniquely identifty username and email from claims (#16643)
* - Add Claim Mapping to uniquely identift username and email from claims

* - Null Check

* - Add field to yaml

* - Fix issue with token being null

* - Auth Code Flow Fix

* support jwtPrincipleClaimMapping from UI

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-06-19 13:13:09 +05:30
Mohit Yadav
a5295396bd
Add WebConf Env to Compose (#16713) 2024-06-19 12:34:33 +05:30
Mohit Yadav
ea820e9590
Security Fixes for Headers and Input Sanitisation (#16712)
* - Security Fixes

* Fix Vulnerability

* Fix Vulnerability
2024-06-19 12:31:09 +05:30
Shilpa Vernekar
bcbc2c0ded
Docs: Data Quality & Observability (#16701) 2024-06-18 07:47:41 -07:00
Imri Paran
e2f845b2d1
docs: add 1.5.x-SNAPSHOT (#16694) 2024-06-18 15:53:06 +02:00
Ashish Gupta
11b535bc6b
#16477: fix deleted user profile not showing (#16592)
* fix deleted user profile not showing

* logout currentUser if he deleted himself

* supported unit test for the deleted user

* supported playwright test for manage user from profile page

* remove unwanted class

* fix flaky failure and changes made as per comments

* changes as per comments
2024-06-18 18:05:56 +05:30
Mayur Singal
12362a9dea
MINOR: Fix numpy version (#16696) 2024-06-18 17:03:35 +05:30
Ashish Gupta
b0517740a0
fix cypress failure for teams drag and drop (#16693) 2024-06-18 16:44:27 +05:30
dependabot[bot]
ca5fd1a156
Bump ws from 7.5.3 to 7.5.10 in /openmetadata-ui/src/main/resources/ui (#16691)
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.3...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 12:47:44 +05:30
Imri Paran
955ed5afe1
MINOR: fix sql lineage with timezone change (#16685)
* skip mssql test for python

* fixed mssql lineage
2024-06-18 07:15:52 +00:00
Shilpa Vernekar
d6f8836755
Updated Release Docs (#16686) 2024-06-18 06:22:48 +00:00
Shailesh Parmar
282327cf27
playwright: migrate glossary version page spec (#16671) 2024-06-18 11:38:46 +05:30
Mayur Singal
57e51df05f
MINOR: Fix superset cypress error (#16689) 2024-06-18 11:36:51 +05:30
Onkar Ravgan
113fe64c02
updated CA supported connectors (#16688) 2024-06-17 21:26:03 -07:00
gpby
db959c33a6
Add Teradata connector docs (#16672)
* Add Teradata doc to ui

* Add Teradata doc
2024-06-17 17:47:04 -07:00
IceS2
640d7c7532
MINOR: Fix Redash e2e filtered_mix test (#16684)
* Fix E2E count

* Fix E2E Redash filtered mix test
2024-06-17 17:46:47 -07:00
Jin Won, Park
bb240fe800
Fixes #15499: Fix the OpenMetadata(Client) constructor bug - ApiClient null check. (re-commit) (#16661)
* bugfix: change the ApiClient init task.

* style: run `mvn spotless:apply`
2024-06-17 10:12:10 -07:00
Prajwal214
1f27bb7feb
Doc: Adding How-to Guide for Incident Manager (#16674)
* Doc: Adding Docs for Incident Manager

* Doc: Adding Docs for Incident Manager

---------

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Shilpa Vernekar <94032785+ShilpaVernekar@users.noreply.github.com>
2024-06-17 09:28:50 -07:00
Imri Paran
95d2d0f82f
skip mssql test for python (#16683) 2024-06-17 13:19:04 +00:00
Imri Paran
18206393e2
MINOR: added lineage ingestion test for mssql (#16436)
* added test case for SQL Server lineage

* reasons for failing tests
2024-06-17 08:56:28 +02:00
Juntao Zhang
8e011145ed
Fixes #16353: Table versions will be inconsistent when modified by different users across different applications. (#16354) 2024-06-17 11:26:56 +05:30
Huanjie Guo
1175cf9dec
bugfix: change double quote to single quote (#15888)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-06-17 10:51:38 +05:30
Mayur Singal
72ed09d6f6
MINOR: Fix column merge error lineage (#16670)
* MINOR: Fix Column merge error

* append only when col lineage available

* pyformat
2024-06-16 20:32:21 -07:00
Jin Won, Park
60208a1990
bugfix: Security Vulnerability in Roles Patch API (#16664) 2024-06-16 12:33:30 -07:00
Sriharsha Chintalapani
6ee03963b9
fix: openmetadata-service/pom.xml to reduce vulnerabilities (#16639)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMAZURE-7246765
- https://snyk.io/vuln/SNYK-JAVA-COMMICROSOFTAZURE-7246766

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-06-15 12:34:26 -07:00
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