11743 Commits

Author SHA1 Message Date
IceS2
3d83f41b82
Remove the sample_data from assert in profiler since it was moved to the classification workflow (#19153) 2024-12-20 10:48:56 +01:00
Mohit Yadav
d6a63eae60
Fix Failing test for glossary (#19151) 2024-12-20 14:39:02 +05:30
RounakDhillon
929c4ac18d
Docs: Change in Content from 1.5 to 1.6 (#19154)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-12-20 08:33:15 +00:00
Pere Miquel Brull
d084243d0a
MINOR - Add Gov entities for entity ref & Automator Actions (#19090)
* MINOR - Add Gov entities for entity ref

* MINOR - Add Gov entities for entity ref

* add automator configs

* add automator configs
2024-12-20 07:14:52 +01:00
Pere Miquel Brull
7c2850da7e
MINOR - Improve MissingExpectedEntityAckException msg (#19033) 2024-12-20 07:14:36 +01:00
Mohit Yadav
9d934cbcd3
[Code Improv] Added Mappers (#19111)
* Added Mappers and moved logic from controller to mapper class for resources

* Add missed Fqn

* Fix PyTest Failures

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-20 11:40:39 +05:30
Sriharsha Chintalapani
939f458da0
issue-18099: Edit Lineage Operation not working with isOwner() condition (#19070) 2024-12-19 20:01:04 -08:00
Karan Hotchandani
9a76b07025
Fix flaky e2e tests (#19038)
* fix lineage flaky tests

* fix glossary flakiness
2024-12-19 23:05:55 +05:30
Ashish Gupta
7d962d91eb
fix table page breaking due to highligther text (#19146) 2024-12-19 22:45:45 +05:30
Siddhant
fb6cbcecfd
fix: Encode userName and correct placeholder for userResetPasswordLink (#19139) 2024-12-19 08:51:26 -08:00
Chirag Madlani
2b6cdea802
chore(ui): improve data insight chart and tooltip rendering (#19143) 2024-12-19 18:58:06 +05:30
Imri Paran
6fab88a3d1
fix(error-apps): reset apps in error state (#19052) 2024-12-19 18:33:01 +05:30
IceS2
efbdf21098
Fix e2e tests (#19130)
* Fix E2E

* Fix E2E

* Fix MySQL count

* Tentative Fix

* Tentative Fix

* Revert PowerBI changes

* Revert PowerBI changes
2024-12-19 10:39:30 +01:00
IceS2
fa36c70270
MINOR: Fix Table constraint relationships for SoftDeleted entities. (#19129)
* Update TableRepository.java

* Fix Checkstyle
2024-12-19 10:20:21 +01:00
RounakDhillon
439d9703cb
Docs: Release updation (#19138)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2024-12-19 08:49:12 +00:00
Mohit Yadav
f9de2b926a
Cleanup lineage on pipeline and store procedure removal (#19133) 2024-12-19 12:39:44 +05:30
Ashish Gupta
a0c33ccc3f
19064: fix the spacing around the input in custom properties right panel (#19132)
* fix the spacing around the input in custom properties right panel

* remove unwanted css
2024-12-19 12:14:27 +05:30
Siddhant
f582998a22
fix: Mask email password (#19120) 2024-12-18 21:10:49 -08:00
Suman Maharana
6dc7e5c26d
Fix dbt Table not found Issue (#19117) 2024-12-18 18:36:43 +05:30
Mayur Singal
a49aab7111
MINOR: User search should only look in name & displayName (#19121)
* MINOR: User search should only look in name & displayname

* py_format

* pyformat

---------

Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
2024-12-18 16:44:54 +05:30
harshsoni2024
91628b0d92
powerbi refactor, avoid prepare bulk data (#19123) 2024-12-18 16:39:06 +05:30
tarunpandey23
d578aa7f30
Updated docs for implicit and auth code flow sso (#19126)
Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
2024-12-18 15:03:29 +05:30
IceS2
c664ab93f6
Fix checkstyle (#19099) 2024-12-18 10:10:32 +01:00
Pranita Fulsundar
31b1132389
feat(ui): highlight search term for schema table in table details page (#19110)
* feat: highlight search term

* refactor: use stringToHTML instead of parse

* test: highlightSearchText method

* fix: test for schema table

* fix: mock implemetation of stringToHTML

* test: highlightSearchText function with null or falsy parameters
2024-12-18 14:40:10 +05:30
Teddy
fec328bb98
fix: handle existing dbt test results (#19102) 2024-12-18 14:17:58 +05:30
Mohit Yadav
4b9948dbfb
Fix Login Configuration Issue (#19109)
* Fix Login Configuration Issue

* Fix Tests
2024-12-17 23:43:07 +05:30
Pranita Fulsundar
c96c7785df
Minor: add column name to test case header (#18938)
* fix: add column name to test case header

* test: add test case for column name

* fix: return statement for columnName

* refactor: remove replacePlus function call

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-12-17 10:35:34 +05:30
Teddy
bd68d959f3
fix: added index on timestamp field for reindex (#19101) 2024-12-16 20:57:42 +01:00
Chirag Madlani
254fce4138
fix(ui): expand invalid state upon glossary term add (#18968)
* fix(ui): expand invalid state upon glossary term add
invalid expand state for glossary term update

* fix tests

* update glossary store upon changes in tree

* fix tests
2024-12-16 22:08:54 +05:30
Chirag Madlani
6c6b76025e
Update CODEOWNERS for UI project 2024-12-16 22:00:29 +05:30
Chirag Madlani
4d30c83c55
fix(ui): sync search value with url and state value (#19050)
* fix(ui): sync search value with url and state value

* fix flaky for user spec
2024-12-16 21:02:16 +05:30
RounakDhillon
c6774bf511
Docs: Collate Menu Updation (#19097)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2024-12-16 14:24:03 +00:00
Akash Verma
69557e8716
fixes: #15742 Oracle stored package feature (#18852) 2024-12-16 19:35:20 +05:30
Karan Hotchandani
9ff575fd6f
Update whatsNewData.ts (#19092) 2024-12-16 16:29:04 +05:30
Siddhant
c17e7c80b2
Fixes 19073 : Resolve NullPointerException in MS Teams DQ template handling (#19062)
* fix: Resolve NullPointerException in MS Teams DQ template handling

* fix: Update DQ template logic to handle test case changes and results

Details:
Ensures a general template is created for any changes in the test case.
Generates a DQ template when the test case result is updated.

* refactor: Make testCaseResult as constant named TEST_CASE_RESULT
2024-12-16 16:07:56 +05:30
Mohit Yadav
2888e37998
Search Index read entities from index mapping (#19084) 2024-12-16 15:55:12 +05:30
Pranita Fulsundar
57e814c15d
test(e2e): Explore page tests (#19074)
* test: add e2e tests

* test for listing of entities when index is dataAsset and all

* fix: validateBucketsForIndex function

* fix: add expect to bucket and its doc_count
2024-12-16 15:47:35 +05:30
Chirag Madlani
605d205f8b
test(e2e): Ingestion bot e2e tests (#19055)
* test(e2e): domain ingestion tests
support for ingestionBot login in playwright

* added tests

* add ingestion bot tests

* update bot tests

* revert unwanted changes

* comment skipped test

* check for service within domain
2024-12-16 15:41:36 +05:30
Karan Hotchandani
4e84a2192f
Update whats new for 1.5.15 (#19089) 2024-12-16 15:33:39 +05:30
RounakDhillon
3ff3155cff
Docs: Collate Menu Updation (#19080) 2024-12-16 15:26:22 +05:30
IceS2
76523fe4e6
MINOR: Add Governance Workflow documentation (#19029)
* Add Governance Workflow documentation

* Add how to edit workflow guide

* Add how to edit workflow guide to menu
2024-12-16 10:53:31 +01:00
sonika-shah
8943559475
fix postgres offset query (#19088) 2024-12-16 15:14:29 +05:30
sonika-shah
10301f27c5
Fix : Handle Index out of bounds exception in feed api (#19079)
* Fix : Handle exception in feed api

* use nullorEmpty
2024-12-16 13:58:31 +05:30
Mayur Singal
17e5331bdc
Docs - Fix PowerBI RS Slug (#19081) 2024-12-16 12:04:46 +05:30
Mohit Yadav
50ae01e2ce
Add Algorithm option for validation in yaml (#19049)
* Add algorithm option in authentication

* ENtity Repository code remove

* Keep Default Value

* Fix Test

---------

Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
2024-12-15 01:24:03 +05:30
Mohit Yadav
521619ae32
Correct Imports for Class Converter Factory (#19057) 2024-12-15 01:20:28 +05:30
Mohit Yadav
3578a4b32d
Domain Policy Update to be non-system (#19060) 2024-12-15 01:18:12 +05:30
Mohit Yadav
01646431f6
Fix Settings Cache (#19053) 2024-12-15 01:16:55 +05:30
sonika-shah
fc6a9127d2
Minor : Fix #18606 prevent overwriting style for PUT request (#18864)
* Minor : Fix 18606 prevent overwriting domain for PUT request

* load the attributes of glossaryTerm first and override with the import

* change logging to warn type

* revert changes

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-14 10:35:17 -08:00
Siddhant
a3cfd8a3f0
fix: Apply offset. (#18957) 2024-12-14 09:00:58 -08:00