9747 Commits

Author SHA1 Message Date
Imri Paran
d08af1f86d
MINOR: Fix data diff with threshold (#16926)
* fix: table-diff

passed threshold and diff count in wrong order. test was not covering this due to how the parameters were configured.
2024-07-05 07:51:24 +02:00
Sachin Chaurasiya
61e63386c5
minor: improve resizable panels height (#16821) 2024-07-05 10:38:52 +05:30
Rudy Delouya
1ef961bd99
Completed French Translation (#16925) 2024-07-04 19:25:17 +00:00
Pere Miquel Brull
7e98ece3e5
MINOR - Pydantic V2 warnings and better exception msg (#16916) 2024-07-04 14:54:41 +02:00
Shailesh Parmar
5a7b0b48c2
Minor: Add support for beta tag for form field (#16921) 2024-07-04 15:20:42 +05:30
Suman Maharana
bfa9e237de
MInor: Added Tiers&Glossary in dbt docs main page (#16923) 2024-07-04 15:09:28 +05:30
Prajwal214
2729f517f5
Docs: Fixing broken Menu Link (#16922)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 09:13:08 +00:00
Prajwal214
f5abfdacfe
Doc: Updating Webhooks Docs (#16915)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 13:43:05 +05:30
Prajwal214
a9f6bd4ed1
Doc: Adding how-to guide for domains & Data Products (#16778)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 12:37:38 +05:30
Prajwal214
ed496ce4fb
Doc: Adding Docs for SAML Deployments (#16822)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 12:37:31 +05:30
Prajwal214
2a816ed812
Doc: Updating Docs for Kubernetes deployment (#16872)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 12:37:13 +05:30
Mohit Yadav
c33d2bfdb6
Throw exception on HTML input for collect endpoint (#16919) 2024-07-04 11:54:22 +05:30
Onkar Ravgan
80efc7075f
Fix #15163: Added SAP ERP Connector 2024-07-04 10:57:46 +05:30
Imri Paran
a3e6ba2eef
MINOR: fix get resources (#16912)
* fix: get resources

use set to dedupe jar list when retrieving resources

* fix
2024-07-04 10:06:10 +05:30
Imri Paran
9b5ce3560c
MINOR: Pydantic equal assert util (#16918)
* tests: pydantic object assertion

added util for comparing pydantic objects

* fixed test_data_diff.py
2024-07-04 09:59:46 +05:30
Onkar Ravgan
a8dd5e99e9
Added dbt cloud permissions (#16901) 2024-07-03 18:09:09 -07:00
Matt Chamberlin
6456512fbd
Fixes 16582: support SASL_SSL kafka auth for OpenLineage pipeline connector (#16597)
* support SASL_SSL kafka auth for OpenLineage pipeline connector

* update documentation

* use existing saslMechanismType schema

---------

Co-authored-by: Matthew Chamberlin <mchamberlin@ginkgobioworks.com>
2024-07-03 16:47:28 +02:00
Ashish Gupta
876192645e
fix playwright test for DataAssetsWidget (#16914) 2024-07-03 19:14:37 +05:30
Prajwal214
1086708a9f
Doc: Updating Menu Order Docs (#16909) 2024-07-03 18:56:01 +05:30
Shailesh Parmar
9a4929d258
Minor: Anomaly detection add & edit form supporting file changes (#16894)
* Minor: Anomaly detection add & edit form supporting file changes

* added test for testCaseClassBase

* label fix

* fixed failing playwright test
2024-07-03 16:03:00 +05:30
Pere Miquel Brull
e3bbb18a03
DOCS - Storage Connector example (#16910) 2024-07-03 11:55:27 +02:00
Mohit Yadav
02e06c7795
[Issue-16906] Fix Lineage Edge Being Removed in Non-Indexable Fields (#16907)
* Fix Lineage Edge Being Removed

* Else Condition
2024-07-03 14:21:10 +05:30
Shailesh Parmar
b65e084324
Minor: updated licenseheaderignore file for playwright (#16895) 2024-07-03 12:33:19 +05:30
Onkar Ravgan
00d74d1776
Fix #15721: Added Override flag to force update of Description, Tags and Owner from Source System (#16815) 2024-07-03 11:48:06 +05:30
chiller
a1b41dae06
Fix #16899: Iterate over all results collected from response (#16900) 2024-07-03 08:15:20 +02:00
harshsoni2024
da37626794
superset lineage fix (#16820)
* fix column list for lineage in db connection

* fix for column yield in datamodel

* superset add test for datamodel of db
2024-07-03 10:55:47 +05:30
Imri Paran
910b965edf
fix: cast to pipeline (#16892)
cast pipeline to PipelineServiceClientInterface
2024-07-02 16:03:54 +00:00
Imri Paran
d4a2e5487c
MINOR: table diff docs (#16836)
* docs: table-diff

- copied openmetadata-docs/content/v1.4.x/how-to-guides/data-quality-observability/quality/tests-yaml.md to v1.5
- added table diff docs

* docs
2024-07-02 15:21:27 +02:00
Mayur Singal
10b480ee15
MINOR: Fix QlikCloud App Pagination & Test Connection (#16885) 2024-07-02 18:49:47 +05:30
harshsoni2024
dbb4356ba4
MINOR: Qlikcloud yaml & api-keys docs (#16887) 2024-07-02 18:45:46 +05:30
Trs
72cb0090fd
Add warning log for missing DBT test case results in node (#16808) 2024-07-02 13:11:18 +00:00
Siddhant
3cb6c85194
Run event subscription destination tests randomly. (#16883) 2024-07-02 18:38:06 +05:30
Ashish Gupta
028e5dc1e2
MINOR: fix data assets label for all the services (#16886)
* fix data assets label for all the services

* fix test
2024-07-02 17:55:22 +05:30
Shailesh Parmar
417678e945
Minor: change 1.4.4 release date (#16884) 2024-07-02 16:49:03 +05:30
Imri Paran
2c9aeebcb8
MINOR: add column diff for table diff test case (#16809)
* feat(table-diff): added column validation

added column validation for table diff that will be carried out before running the row level diff. If a diff for the column exists, it will short circuit the test and report.

* fixed unit tests

* format

* - resolve column types more robustly
- changed test result metric to include "rows" or "columns"
2024-07-02 10:36:03 +00:00
Imri Paran
404b40ad53
Fix #16700: Fail ingestion gracefully when column is not compatible with test type (#16806)
* fix(data-quality): incompatible columns

gracefully fail when a column of incompatible type is submitted for a test case

* format

* added condition to handle only colum test cases

* fixed tests

* format
2024-07-02 09:56:35 +02:00
Imri Paran
80653c6988
MINOR: fix getter for failed rows sample (#16796)
* deep copy the returned test case

* added comment about deep copy

* use JsonUtils.deepCopy
2024-07-02 09:56:04 +02:00
Shailesh Parmar
7ddd8d7938
Minor: remove cypress test which is migrated in playwright (#16880)
* Minor: remove cypress test which is migrated in playwright

* removed linage cypress
2024-07-02 12:15:08 +05:30
Akash Jain
e01f4c75e7
docs: Ingestion Version Tagging system update for 1.5.0 (#16879) 2024-07-02 12:08:00 +05:30
Sriharsha Chintalapani
3289dd15b5
Minor: Do not start limits if its disabled (#16875) 2024-07-01 22:53:31 -07:00
Imri Paran
fd2c08176c
MNOR: pipeline client metrics (#16869)
* feat: pipeline client metrics

added metering for pipeline metrics

* format
2024-07-02 07:52:57 +02:00
Imri Paran
87aa9383b1
docs: added metrics docs (#16870) 2024-07-02 10:41:41 +05:30
Prajwal214
de7a14bf8f
Doc: Updating old reference Images of Ingestion Bot (#16843)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-02 10:35:54 +05:30
sonika-shah
be243c5cea
Fix #16788: Optimize feed query performance issues introduced in 1.4.2 (#16862) 2024-07-01 19:58:47 -07:00
Sriharsha Chintalapani
eac7021af0
fix: pom.xml to reduce vulnerabilities (#15748)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-6508260

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-07-01 17:54:01 -07:00
Mohit Yadav
079d93b9e5
Add Assets field to domain (#16871) 2024-07-01 22:26:56 +05:30
Chirag Madlani
bf4a3f8baa
chore(ui): fix re-deploy ingestion pipeline e2e tests (#16868) 2024-07-01 15:58:25 +00:00
Imri Paran
2f0a8efceb
MINOR: added table diff sample results (#16844)
* chore(sample-data): table diff

added table diff results sample

* format
2024-07-01 15:28:14 +00:00
sonika-shah
b16460fba2
Fix # 16475 : Support dashboards field in chart entity (#16646)
* Fix # 16475 : Add "all" alias for chart_search_index

* Backend : support "dashboards" field for Chart entity

* Backend : support "dashboards" field for Chart entity

* support to show charts in suggestions and glossary asset and redirect their dashboard page

* localization keys

* added unit test for component

* minor fix

* Add backend tests

* added playwright test for chart in glossary

* minor change

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-07-01 07:57:34 -07:00
Teddy
f766ba872d
fix: dynamic assertion to create json (#16865) 2024-07-01 16:52:09 +02:00