12410 Commits

Author SHA1 Message Date
Mayur Singal
afafb4af92
MINOR: Add support for s3 unstructured files (#16936) 2024-07-08 15:24:39 +05:30
Pere Miquel Brull
97a733b704
FIX #16231 - Ingestion Pipeline w/ Bot Assignment (#16941)
* FIX #16231 - Ingestion Pipeline w/ Bot Assignment

* format
2024-07-08 11:19:16 +02:00
Shailesh Parmar
e5fa8c1ec3
Minor: fixed data insight aut cypress (#16930)
* Minor: fixed data insight aut cypress

* fixed dbt test
2024-07-08 13:18:54 +05:30
Prajwal214
45842f58fc
Doc: Updating the Admin User ID (#16935)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-08 11:07:07 +05:30
Ayush Shah
f16bec53f2
Modify Python SDK docs (#16934) 2024-07-08 11:06:48 +05:30
Karan Hotchandani
b55d5be3bc
Show Data Assets in hierarchy on Explore (#16938)
* initial commit

* push changes

* update explore page

* fix explore page

* update labels

* add tests

* fix review comments

* fix review comments

* fix review comments

* fix sizing
2024-07-06 17:52:42 +05:30
Sachin Chaurasiya
57785c08bd
minor: improve the custom property table in settings page (#16937)
* minor: improve the custom property table in settings page

* chore: adjust width of actions column in CustomPropertyTable

* test: update cypress test
2024-07-05 21:16:30 +05:30
Sriharsha Chintalapani
74573ee4fa
Issue #10933: New Entity: API Services (#16878)
* API Service Schemas

* Create API Service Schemas

* Create API Service Schemas

* Add API Collection APIs

* Add API Endpoint APIs

* Fix #10933: New Entity: API Services

* Fix Postgres schema creation for API entities

* domain ref

* fix RESTConnection.json

* Fix openAPI reserved keyword

* fix ref

* Fix for Java Heap Space Issue

* fix APISchema spec

* fix APISchema spec

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-07-05 06:35:32 -07:00
Imri Paran
da6da45373
MINOR: fix bigquery profiler (#16933)
* fix: bigquery profiler

cast creation_time from __TABLES__ to datetime

* format

* removed comment

* format
2024-07-05 10:21:43 +00:00
Imri Paran
43f46196a4
tests: postgres container (#16924)
added track_commit_timestamp=on so we can track table updates in tests

https://www.postgresql.org/docs/current/runtime-config-replication.html#GUC-TRACK-COMMIT-TIMESTAMP
2024-07-05 11:34:56 +02:00
Ashish Gupta
7506e0209d
#16516 : supported mutually exclusive alert glossary/term and tag (#16890)
* supported alert for mutually exclusive field

* localization changes

* added playwright assertion

* changes as per comments
2024-07-05 14:06:27 +05:30
Sachin Chaurasiya
c182be2366
chore: fix justify-content property warning in BlockEditor component (#16929) 2024-07-05 07:03:55 +00:00
Onkar Ravgan
3596b551ed
Fixed dashboarddatamodel fqn from context (#16866) 2024-07-05 08:32:13 +02:00
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