10536 Commits

Author SHA1 Message Date
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
Ashish Gupta
7f7dbef411
ui feedbacks for 1.5.0 (#17545)
* ui feedbacks for 1.5.0

* fix sonar issue due to cron changes

* minor fix
2024-08-22 15:17:15 +05:30
Sweta Agarwalla
cf347adf72
Add playwright test for healthcheck (#17542)
* add tests in playwright

* refactor: remove unused changes

* refcator: remove yarn lock change
2024-08-22 13:10:27 +05:30
Chirag Madlani
e4927373bb
fix(test): separate playwright for oss (#17543)
* fix(test): separate playwright for oss

Run specific tests based on OSS flagged

* fix(test): playwright with fals IS_OSS
2024-08-22 07:17:58 +00:00
kwgdaig
43a244fbf1
ISSUE-17045: Modified to create column linage even when upstream columns and data source columns are one-to-many (#17112)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-08-22 09:07:05 +02:00
Teddy
3d8d8566cc
doc: updated RCA documentation (#17544) 2024-08-22 06:58:41 +00:00
gpby
61e835093f
add support for Teradata LDAP logon mechanism (#17454) 2024-08-22 08:34:52 +02:00
Prajwal214
0df1a73322
Doc: Fixing Broken Menu (#17541)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-22 11:33:54 +05:30
Imri Paran
2dd613b2a7
tests: lineage (#17436)
add test for cell with 100k characters
2024-08-21 20:28:08 -07:00
IceS2
69321debba
Changed Data Insights Elastic Search queries to using epoch timestamp (#17534) 2024-08-21 19:57:58 -07:00
Prajwal214
3b414d4eec
Doc: Updating Release Docs for 1.4.8 (#17529)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-21 19:57:25 -07:00
Chirag Madlani
46ff21070e
feat(ui): added 1.5.0 release feature and changelog (#17531)
* feat(release): added what's new content for 1.5 release

* update missing content and videos

* update content

* update content
2024-08-21 19:57:09 -07:00
Teddy
15624822d7
doc: added supported connector for table compare and new test in test page (#17537) 2024-08-21 19:55: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
Onkar Ravgan
f2f8f49cfc
update test def name len (#17522) 2024-08-21 09:27:07 -07:00
Karan Hotchandani
6ca44d2130
explore tree feedbacks add tests for domain propagation (#17506)
* add tests for domain propagation

* show counts for static items in tree

* fix the wrong query being generated after expanding node, added filter on node click entity level, supported FQN in the suggestion for all entities

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-21 21:51:32 +05:30
Mayur Singal
dd17ee739a
MINOR: Fix output handler time ingestion (#17429)
* MINOR: Fix output handler time ingestion

* chore: fixes Lint error

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-08-21 21:07:26 +05:30
Teddy
7078ca5c37
doc: updated DQ documentation for 1.5 (#17535) 2024-08-21 17:36:06 +02:00
Prajwal214
c8ec979f04
Doc: Adding Database Connection Pool in for v1.5.0 (#17533)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-21 20:24:48 +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
Ayush Shah
7ada44a315
Minor: Remove trailing slash from FivetranClient base URL (#17528)
* fix: Remove trailing slash from FivetranClient base URL

* chore: use a method created for removing trailing slash
2024-08-21 13:02:16 +00:00
Ayush Shah
c08b83f41d
MINOR: Fixes AttributeError: 'DatalakeGcsClient' object has no attribute 'project' (#17526) 2024-08-21 17:51:35 +05:30
mohitdeuex
30a3f32b0f Change Query for Postgres 2024-08-21 17:07:45 +05:30
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
Imri Paran
5133c31d31
MINOR: kafka integration tests (#17457)
* tests: kafka integration

kafka integration tests with schema registry

* added ignore kafka for python 3.8

* fixed tests
2024-08-21 16:05:09 +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
ac6b192fb3
MINOR: Fix pydantic v2 issues with domo (#17507)
* Fix pydantic v2 issues with domo

* Fix sourceURL for domo charts
2024-08-21 11:10:12 +02:00
Imri Paran
c055620ff4
tests: lineage (#17509)
added test cases for lineage with and without includeDDL
2024-08-21 07:47:30 +00: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
Pere Miquel Brull
a103bd1f42
Add Prajwal to safe to test list (#17521) 2024-08-21 11:31:45 +05:30
Prajwal214
2cccd69404
Doc: Updating Admin Credentials configs (#17513)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-21 07:56:37 +02:00
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
Chirag Madlani
bee4bda501
fix(ui): move schedule option logic to class base (#17503)
* fix(ui): move schedule option logic to class base

* skip datainsight run test covered in playwright
2024-08-20 16:43:11 +00:00
Do Manh Ha
a868596db7
Fixes #17461: Unquote and interpret escaped characters in BigQuery dataset description (#17462)
* fix(bigquery): unquote and convert any escaped characters to their actual representations

* test: bigquery description with multiple line

---------

Co-authored-by: Imri Paran <imri.paran@gmail.com>
2024-08-20 17:56:19 +02:00
Teddy
354f879866
fix: db_service not passed to metric instantiating (#17504) 2024-08-20 07:57:03 -07:00
Aniket Katkar
2bbf60fc6b
Fix #17438: Update the user profile action permissions (#17492)
* Fix the ingestion failure error message

* Remove the 'Add Display Name' text on user profile page when no display name is present

* Only allow logged in user to change the description of their profile

* Update the unit tests for new changes

* Add user description mock constant

* Add playwright test for the user display name and description permissions

* fix cypress, playwright test and remove displayName element from DOM if not present

* fix playwright failure due to displayName removal from DOM

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-20 14:55:17 +00:00
Ashish Gupta
78853ec5ae
change what's new release date for 1.4.8 (#17502) 2024-08-20 20:19:39 +05:30