3793 Commits

Author SHA1 Message Date
Sachin Chaurasiya
ad6220196a minor: add whats new for 5.1.12 (#18743)
(cherry picked from commit 85ca7986f2b9455168f72366e6b5d37dd818012a)
2024-11-25 12:59:13 +05:30
sonika-shah
bcae516a5a Add async apis for csv import (#18647)
* Add async apis for import csv

* checkstyle fix

* fix checkstyle after merge from main

* fix auts

* fix backend tests

* ui: add async import support for glossary

* ui: improve the import page layout

* ui: add async import support for teams and users

* show banner at the top

* fix unit test

* update importteams page test

* minor change

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-11-25 12:43:56 +05:30
Sriharsha Chintalapani
d511fc3a13 Fix LOG in LineageRepository 2024-11-24 22:37:00 -08:00
Sriharsha Chintalapani
5e53dca9b5 Revert "Add async apis for csv import (#18647)"
This reverts commit ab304160b58a9a261538bc39920f95b231b105ae.
2024-11-24 22:30:02 -08:00
sonika-shah
ab304160b5 Add async apis for csv import (#18647) 2024-11-25 11:04:27 +05:30
Sriharsha Chintalapani
49441e291d Minor: fix Lineage export when there is no column / pipeline edge (#18737)
* Minor: fix Lineage export when there is no column / pipeline edge

* add test for lineage export (#18709)

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>

* add lineage export tests

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Sweta Agarwalla <105535990+sweta1308@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 9484d838a47aeccaeda3854049ef61b678f29b29)
2024-11-22 22:05:44 +05:30
Sriharsha Chintalapani
8eb66cd807 Add Lineage Export Async endpoint using Search (#18553)
* Add Lineage Export Async endpoint using Search

* Lineage api (#18593)

* add api for lineage export

* update API call for lineage async

* use JsonUtils instead of objectMapper to read lineage search response

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Sweta Agarwalla <105535990+sweta1308@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
(cherry picked from commit 783ec62e4c6abae0e02dc83b6f2e4088a4818d62)
2024-11-22 22:02:28 +05:30
Karan Hotchandani
da7f92d40e fix minor styling of domain component (#18738)
(cherry picked from commit 582a10c8318eb40ff7279f16a9aa4081ef65cbf7)
2024-11-22 16:14:13 +05:30
Teddy
c1383b8ccb * fix: add lineage field back to searchLineage
* add lineage tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 429e48aa3af67298b4ac6579c3fd603e93a9dee0)
2024-11-20 12:50:14 +01:00
Mohit Yadav
0826fc6e7f Add Queue Size in Configuration (#18672)
(cherry picked from commit 66c253ef105b093f73bf56a7a357a58ba4a9aa62)
2024-11-18 17:40:50 +05:30
IceS2
60487200db
MINOR: Fix the Daily Active Users Summary Card (#18589)
* Changes Sum to Mean, in order to display Avg Active Users during the last n days

* Fix Typescript issue

* Update Summary Label
2024-11-18 10:43:09 +01:00
karanh37
ac3fd9035d MINOR: fix owner link and update search index in navbar (#18609)
* fix minor issues

* update owner column component

* update list sequence

* add database search indexes

* add navbar search dropdown tests

* updated owner snapshot

* update wait for response API

* fix tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 6cdfff35b52c97213ce53579dacc23e8f0440f99)
2024-11-18 11:33:48 +05:30
Karan Hotchandani
414964e52d fix lineage tests (#18618)
(cherry picked from commit 7cba2a7f51d648dad8d8e8e852ff3d44c4415131)
2024-11-18 11:26:04 +05:30
github-actions
5b62943b57 chore(release): Prepare Branch for 1.5.12 2024-11-15 22:45:08 +00:00
Aniket Katkar
64a29d1435 Updated the what's new content for the 1.5.11 release (#18540)
* Updated the what's new content for the 1.5.11 release

* Update the what's new content for 1.5.11

* Update the what's new release date for 1.5.11

* update what's new

* Update the release date

* Update the what's new data

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-11-15 13:43:21 +05:30
Mohit Yadav
500de4e8d1 Fix Unlimited Queue Size Issue (#18633)
(cherry picked from commit ee327ce0c4d68bdb7de90f36d38ee0557a8227b9)
2024-11-14 00:06:53 +05:30
Sachin Chaurasiya
0a56d5ea5c fix: checkmark saves wrong custom property field (#18623)
(cherry picked from commit 21becf6bff76264c2c5da1a6e05840f62715eb11)
2024-11-13 17:59:21 +05:30
mohitdeuex
6b3055a9f7 Update Default Values 2024-11-13 13:30:02 +05:30
Mohit Yadav
42b4ea8de8 Fix Search Index Contention (#18605)
* Fix Search Index Contention

* Update searchIndexingAppConfig.json

* Missing Error Logs and Stats

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
(cherry picked from commit 9a5dc61ca7316e7f89052d95490ec451b80c5e7e)
2024-11-12 20:37:56 +05:30
mohitdeuex
e04d637860 #18556 Improve parallelization in SearchIndexApp 2024-11-11 22:18:10 +05:30
Shailesh Parmar
1afe7b1252 Minor: fixed sample data overlapping issue (#18581) 2024-11-11 19:03:21 +05:30
Sriharsha Chintalapani
a574d5a197 Add export apis back and new apis should be called exportAsync (#18552)
* Add export apis back and new apis should be called exportAsync

* ui: use exportAsync endpoint for export assets

* fix build failure

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
(cherry picked from commit 7f5f47f618b0e69121733e13812a2d62254113bd)
2024-11-09 14:03:39 +05:30
Mayur Singal
6879c1aa23 GEN-2000: Add Support for PowerBI Report Server (#18513) 2024-11-07 12:58:06 +05:30
karanh37
3d62581b29 App settings - lineage config (#18522)
* add lineage settings page

* update locales

* minor ui changes

* add playwright for lineage config

(cherry picked from commit 3dcbeb469f655ee3372bedf0c94fab7f247e4882)
2024-11-07 09:40:01 +05:30
Aniket Katkar
ea9b4fe484 Add what's new content for 1.5.11 (#18534) 2024-11-07 05:36:13 +05:30
Sachin Chaurasiya
7d3a1b0a9e Minor: improve the entity export modal feedback message (#18526)
(cherry picked from commit 305f02c62a86a380f65e6ada7e9e2f1d22052aca)
2024-11-06 21:39:04 +05:30
Sriharsha Chintalapani
01f146025a Make Export CSV Async API, websocket to push data back (#18497) 2024-11-06 10:54:07 +05:30
Suman Maharana
669b09e6c5 Minor: Fixed dbtcloud test connection and improved docs (#18408) 2024-11-05 18:26:28 +05:30
github-actions
d6569ed705 chore(release): Prepare Branch for 1.5.11 2024-10-31 20:46:13 +00:00
Karan Hotchandani
cb4c19ed66 Update whatsNewData.ts (#18483)
(cherry picked from commit a9ec754eca2a4fdbffcdb1b2e9b537fc174c7772)
2024-10-31 09:30:15 +05:30
Karan Hotchandani
9c86fc161d update 1.5.10 whats new data (#18482)
(cherry picked from commit b27603837c74df4e13fd69b81124cc90513cc976)
2024-10-31 09:30:00 +05:30
Karan Hotchandani
670a53c909 fix empty rule state in query builder (#18481)
(cherry picked from commit 5c3ad966a12f7da6153de0a67b81a990a0f5a079)
2024-10-31 09:25:21 +05:30
Chirag Madlani
b709c39cff fix(ui): navigate to listing for deleting a service (#18428)
(cherry picked from commit 5c550e7bc315ba785c8687a5b939d38f3107a447)
2024-10-31 09:24:53 +05:30
Chirag Madlani
f2c4aaced9 fix(ui): unable to add more enum values for enum cp (#18440)
* fix(ui): unable to add more enum values for enum cp

* replicate height constraint and dropdown visibility to add cp

(cherry picked from commit e197c3f3d01e33a64538bc891ed8ef33de7a8af4)
2024-10-31 09:21:07 +05:30
Karan Hotchandani
fc924f00da fix query encoding for team asset query (#18480)
(cherry picked from commit 854c3d6cca6e3273c3f627ae1f4b666df5e3fe46)
2024-10-31 09:19:44 +05:30
github-actions
61713892e9 chore(release): Prepare Branch for 1.5.10 2024-10-29 16:06:49 +00:00
Aniket Katkar
46cf15c12e GEN 1931 - Fix entity link accepted chars (#18391) 2024-10-29 15:29:23 +05:30
Kenil Shah
eb6a959886 fix: update settings tab with proper values (#18453)
* fix: update settings tab with proper values

* address feedback comment
2024-10-29 10:45:35 +01:00
Karan Hotchandani
09771e31c2 add whats new (#18439)
(cherry picked from commit d82d41e00a70129755b39de51cbb6b3bb111dd69)
2024-10-29 10:41:34 +05:30
Sachin Chaurasiya
3790cc8440 fix: application support link with mailto: URI schema (#18416)
(cherry picked from commit 09e6671f2ff17e7d97a1671ccb477dd2d05f7ca7)
2024-10-28 15:52:53 +05:30
Kenil Shah
2a8f9b6e2b ui: use global state for applications data (#18250)
* add check for MetaPilot - Limits

* code refactor

* move applications call from store to component

* fix:set value of applications from provider inside store

* update store inside provider

* fix failing tests
2024-10-28 11:23:41 +05:30
Karan Hotchandani
69dc6b4c38 add query builder widget ui improvements (#18389)
* add query builder improvements

* fix alert flicker

(cherry picked from commit c8e2ed0653ac8eaf44f3fbfc788a091aceeefc10)
2024-10-28 10:51:05 +05:30
Karan Hotchandani
4af077fbd6 persist es query value (#18360)
(cherry picked from commit 3c244da0516efcff150ddf5abfb8f556f3b8b642)
2024-10-28 10:49:57 +05:30
Ashish Gupta
540ecefdd0 MINOR: supported displayName field in User listing page (#18404)
* supported displayName field in User listing page

* change the displayName to name for the consistency around name property around ui

* fix sonar issue

(cherry picked from commit b93390bb8ab94a3567a15dd85546061eff051c65)
2024-10-27 14:46:09 +05:30
Karan Hotchandani
0f047c3f07 query builder improvements (#18377) 2024-10-25 17:26:13 +02:00
Karan Hotchandani
d39f2d8fe8 Add Query builder widget (#18314)
* add query builder widget

* locales

* add unit tests

* add debounce for on change
2024-10-25 17:26:02 +02:00
Aniket Katkar
3dbfe73aa9 Minor: Add name field in the advanced search fields list (#18399)
* Add name field in the advanced search fields list

* Update the search index for autocomplete for name DisplayName

* removed unnecessary array for searchIndex
2024-10-25 13:45:05 +05:30
github-actions
ae1b8c4927 chore(release): Prepare Branch for 1.5.9 2024-10-25 05:14:05 +00:00
Shailesh Parmar
6be1404916 Minor: Whats new content for v1.5.8 (#18388)
* Minor: Whats new content for v1.5.8

* minor fix

* addressing comment
2024-10-24 14:23:07 +05:30
Vijay Lakshmanan
1bc2cc1d71 Fixes #16263: Fixed Mode dashboard ingestion API call (#18355) 2024-10-24 09:26:13 +05:30