1723 Commits

Author SHA1 Message Date
Teddy
a7b6279f2e
GEN-1333 Add TS validation on DQ and Porfiler data ingestion (#17731)
* fix: added ts validation for DQ and profiler data

* fix: change ts to ms in pytest

* style: ran python linting
2024-09-06 08:16:31 +02:00
IceS2
d1bc19fbf2
Fixes some things on the APICollection (#17704) 2024-09-05 11:04:50 +02:00
Suresh Srinivas
5cef8e5e7c
Clean up code warnings flagged by IDE (#17679)
* Remove unnecessary imports and throws

* Make members final

* User more performant array/list operations

* Migrate to newer java language level

* Remove verbose or redundant code constructs
2024-09-03 18:31:18 -07:00
Suresh Srinivas
5eebb89ac6
Upgrade dependencies for release 1.6 (#17676) 2024-09-02 15:18:08 -07:00
Sriharsha Chintalapani
ee11760576
Minor: remove unnecessary repository calls in SaerchRepository (#17579) 2024-09-01 00:25:12 -07:00
sonika-shah
6d32257765
Fixes #16498 : Support custom properties for Data Products (#17641) 2024-08-31 09:43:37 +05:30
Sriharsha Chintalapani
46a6851147
Minor: Fix Edit Reviewers Permission (#17638) 2024-08-30 12:01:30 +02:00
Chirag Madlani
fa3529f085
fix(ui): pick email and name based on claim values at time of login (#17626)
* fix(ui): pick email and name based on claim values at time of login

* Update Error Message

* Update code for better message

* Typo

* fix playwright failures

* fix playwright tests

* fix tests

* fix login spec failing

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-08-30 06:27:37 +00:00
harshsoni2024
5393e5ede2
Connector: vertexai schema (#17632)
* vertexai connection schema

* remove yaml file
2024-08-29 21:19:07 -07:00
Teddy
26befb6db1
fix: lineage lookup for long FQNs (#17633) 2024-08-29 15:15:04 +00:00
Mayur Singal
84c1efba96
MINOR: Fix delete lineage in case of override lineage enabled (#17625) 2024-08-29 15:46:58 +05:30
Mohit Yadav
a9a1a2036b
[MINOR] Fix Email Updates (#17620)
* Fix Email

* Fix Test
2024-08-29 11:59:00 +05:30
Mohit Yadav
e4073c7824
Bump Openmetadata Snapshot version (#17621) 2024-08-29 01:51:20 +05:30
IceS2
b8af2019b4
MINOR: Add pagination to entity history versions (#17587)
* Add pagination to EntityHistory Versions

* Fix endless loop
2024-08-28 14:38:15 +05:30
Onkar Ravgan
d6eb4fa9e8
MINOR: Fixed owner not updating from dbt if owners field has an empty list set in db (#17610)
* Fixed owner not updating from dbt for empty list

* fix table get
2024-08-28 14:30:58 +05:30
Sriharsha Chintalapani
94f0c1144e
Patch response should sort the owners field (#17599) 2024-08-27 11:02:12 -07:00
Siddhant
19b5d49dc8
[FIX] Fix IsEmailServiceEnabled. (#17601)
* fix isEmailServiceEnabled.

* use getSmtpSettings() from emailUtil
2024-08-27 23:23:20 +05:30
Pere Miquel Brull
c5623d0254
FIX - PG Migration for automator (#17583) 2024-08-25 20:35:36 -07:00
Siddhant
a2c77b08b7
[FIX] EmailTemplates Edit Configurations. (#17581)
* added migration for emailTemplates.

* PUT will set the old template in the db.[walkaround]

* remove migration.
2024-08-25 18:58:47 +05:30
Siddhant
929bae5b7b
Changed Double to int for the DataAssetCount. Included % for the percentageChangeValue. Added colors to the % values with the digits. Corrected the incorrect placeholders. (#17578) 2024-08-24 11:43:54 +05:30
sonika-shah
cce22a1b5c
Improve count/feed api performance for 1.5 (#17576) 2024-08-23 11:20:34 -07:00
IceS2
ce19fa3389
Add '/' prefix in order to avoid Bad Request answer from AWS OpenSearch (#17575) 2024-08-23 20:01:56 +02:00
Siddhant
c76c27e1e9
correct the placeHolder to fetch the dataCount. (#17569) 2024-08-23 14:46:37 +00:00
Mohit Yadav
bb52bc779e
Fix Get Parent (#17567) 2024-08-23 18:19:26 +05:30
IceS2
ef7042752a
MINOR: Fix Percentage Difference Calculation and Tier Summary Calculation. (#17560)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

* Moved 'NoTier' filter from Filter to Query

* Removed SystemChartType.TotalDataAssetsByTier from condition

* Hack: Quick fix for calculating the % difference on System Charts

* Fix checkstyle

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-23 07:00:12 +02:00
IceS2
9e7ddfbd69
MINOR: Fix unparsable date and remove legacy code (#17549)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-22 14:52:47 -07:00
IceS2
d0c08fb6e6
Add a Workaround for the Tier Calculation on DataInsightsReport (#17555) 2024-08-22 14:51:58 -07:00
sonika-shah
eb400e0cd2
Exclude tasks in listCountByOwner for user/team owned assets (#17554) 2024-08-22 11:11:50 -07:00
IceS2
0d1b4e0747
Add Fix for timestamps (#17547) 2024-08-22 13:28:36 +02:00
IceS2
cb8a8a8b81
MINOR: Handle missing user on Web Analytics (#17546)
* Handle missing user on Web Analytics. Changed Daily Active Users to epoch timestamp

* Rollback epoch timestamp changes
2024-08-22 12:34:28 +02:00
Ashish Gupta
588535f36e
MINOR: fix status badge for search index application (#17536)
* fix status badge for search index application

* fix sonar and added separate color for activeError

* Running status

* remove the css for activeError

* fix count button styling in explore tree node

* fix the connector icon not proper in list

* remove the unused code

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-08-22 15:45:35 +05:30
IceS2
69321debba
Changed Data Insights Elastic Search queries to using epoch timestamp (#17534) 2024-08-21 19:57:58 -07:00
sonika-shah
266920197f
Implement full text index on taskAssigneesIds column in both mysql and postgresql (#17520)
* Implement full text index on taskAssigneesIds column in both mysql and postgresql

* move migrations in 1.5
2024-08-21 12:18:50 -07:00
Mohit Yadav
f0d0dbf766
Add Get EntityReferenceById (#17538) 2024-08-21 22:06:52 +05:30
Aniket Katkar
5f04488a75
Fix #17375: Add secret key field for webhooks config in alert creation form (#17371)
* Add secret key field for the webhook destination in alerts

* Localization changes

* Add connection timeout field in the alert form destination section.
Add tests for the changes

* Localization changes

* masking the secret key.

* masking the secret key.

* moved the logic to prepare and entitySpecificUpdate functions.

* cleaned comments

* Test Fixes

---------

Co-authored-by: Siddhanttimeline <siddhanttimeline9@gmail.com>
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-08-21 22:00:59 +05:30
sonika-shah
4c4e5edc38
Minor : Added lowercase_normalizer in serviceType for missing entities to have consistency in aggregation results (#17530) 2024-08-21 07:12:20 -07:00
Sriharsha Chintalapani
b8ad58a8dc
fix domain propagation apiCollection -> apiEndpoint, remove default cluster alias, catch exceptions while counting the docs for reindex (#17516)
* Minor: fix domain propagation apiCollection -> apiEndpoint, remove default cluster alias, catch exceptions while counting the docs for reindex

* Minor: fix mlModelService domain propagation

* Minor: optimize owner update
2024-08-21 06:33:46 -07:00
Imri Paran
5e6e54ef18
fix: testCase index (#17524)
do not index failed rows sample
2024-08-21 06:33:09 -07:00
Mohit Yadav
9309cf94c1
Add Api Service, Collection and Endpoint in reindex app (#17527)
* Add Api Service and Collection and Endpoint

* Keep SearchIndexing as false by Default
2024-08-21 16:26:50 +05:30
sonika-shah
d31215e72c
Fix: Remove unintended inclusion of child aliases after cluster after changes (#17472)
* Fix: Remove unintended inclusion of child aliases after cluster alias update

* fix the dataAssetWidget and entityDoc playwright failure

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-21 15:03:21 +05:30
IceS2
dc46072df0
Handle empty aggregations on data insights (#17523) 2024-08-21 11:32:45 +02:00
IceS2
f80388bcb9
MINOR: Add unique count to data insights (#17505)
* Adding Unique Count via ElasticSearch Cardinality

* Add Unique Count to Data Insights functions
2024-08-21 09:30:38 +02:00
Siddhant
841f880370
fixed: avoid escaping html content in dataInsightReport template. Ensure that all newlines and special characters are preserved in the output. (#17514)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-08-21 12:57:05 +05:30
Mohit Yadav
91f69ba34b
Add Page Type filter (#17519) 2024-08-21 11:02:50 +05:30
Mohit Yadav
6d22deb618
Init Search Repo in Entity (#17518) 2024-08-21 10:16:51 +05:30
Mohit Yadav
dc10b38b77
Keep Status ActiveError on Job Run (#17515) 2024-08-21 08:51:13 +05:30
Sriharsha Chintalapani
d59473f718
Fix #15529: Glossary CSV import with empty synonyms (#17497)
* Fix #15529: Glossary CSV import with empty synonyms

* Fix #15529: Glossary CSV import with empty synonyms

* Minor: fix test
2024-08-20 15:38:22 -07:00
Mohit Yadav
8e2aa16279
Add Missing Fields to mapping files (#17512)
* Add Missig Fields to mapping files

* Add null_value
2024-08-21 02:40:22 +05:30
Mohit Yadav
09afdfdb74
Add UnmappedType Sort Field (#17511) 2024-08-21 00:32:27 +05:30
Mohit Yadav
d906bcfcac
Adds Ability to Extend search functionalty (#17508)
* Adds Ability to Extend search functionalty

* Fix Tests
2024-08-20 23:14:30 +05:30