Sriharsha Chintalapani
490ebdebc3
Issue-19197: Deleting Data Product should delete the data asset relationships ( #19208 )
...
* Issue-19197: Deleting Data Product should delete the data asset relationships
* Issue-19197: Deleting Data Product should delete the data asset relationships
* Minor: Fix the deleteByName
* add tests for data product delete case
* fix flaky tests
* update data products fqn keyword mapping
* Update table_index_mapping.json
* fix flaky test
* fix tests
* fix flaky tests
* fix flakiness
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-01-08 15:08:08 +05:30
Mayur Singal
8fdaea805f
MINOR: Kafka dependency conflict resolution ( #19278 )
2025-01-08 14:42:24 +05:30
Teddy
e432af9fb5
ISSUE-19131: Fix patch removing testSuites field ( #19260 )
...
* fix: patch removing testSuites field
* fix: revert comment update
2025-01-08 08:20:11 +01:00
Mohit Yadav
dba3e58e4c
[OMOperations] Add Reset Password option ( #19253 )
...
* Add Reset Password option
* Add Email option
* Add option to set initial password in yaml
2025-01-08 11:51:38 +05:30
Suman Maharana
26bfde8f9c
Fix dbtcloud task/run date ( #19265 )
2025-01-08 11:35:56 +05:30
RounakDhillon
ab0f64eaba
Docs: Format Note Mention In Advanced Search ( #19277 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-01-08 11:34:51 +05:30
Rushikesh Bunge
15d004b725
fixed some styling issues ( #19230 )
...
* fixed some styling issues
* correct style update
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-01-08 11:28:09 +05:30
Mayur Singal
e32ad88c81
Fix #19160 : Add Depth Support Part-1 ( #19275 )
2025-01-08 11:18:05 +05:30
Ashish Gupta
2179b43232
fix the search for custom properties in advance search for some types ( #19113 )
...
* fix the search in advance search custom properties
* modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type
* added config list in the entity ref list
* fix type of duration, timestamp and other types
* minor ui changes
* remove customProperty type which are not supported for now
* added playwright test around the duration type property
* fix flaky test
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2025-01-08 11:08:34 +05:30
RounakDhillon
17ceb63066
Docs: Azure SAML Correction ( #19256 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-08 10:10:11 +05:30
RounakDhillon
1495e4aba7
Docs: LDAP Authentication Setup for Kubernetes ( #19093 )
2025-01-08 10:06:21 +05:30
sonika-shah
5ccc0c5a2a
Improvement #19065 : Support removing existing enumKeys (for enum type custom property) ( #19054 )
...
* Improvement : Support removing existing enumKeys (for enum type custom property)
* initial implementation of background job job runner for enum cleanup
* fix postgres query
* ui: allow existing enum value updates in EditCustomPropertyModal
* create BackgroundJob to use jsonSchema
* feat: add socket event handling for background job part1
* fix(i18n): remove trailing spaces in Galician language JSON file
* refactor to use jsonSchema
* feat(ui): show browser notification for custom property update
* feat(utils): add getCustomPropertyEntityPathname function and tests
* change enumCleanup trigger condition
* feat(i18n): add enum property update message to multiple language JSON files
* enhancement : improve execution flow and better exception handling with test
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-01-07 19:25:59 -08:00
Aniket Katkar
6a285781ca
Minor: Add missing asset specific filter options for automator filters ( #19268 )
...
* Add missing filter options for glossary term, data model and stored procedure data assets.
* make the handleDeleteSelection prop optional for PipelineActionsDropdown component
* Fix the unit test
2025-01-08 06:57:25 +05:30
Sweta Agarwalla
1e1ef473d7
FIX: Update glossary listing ( #18880 )
...
* update fetch glossary function
* fix minor issues
* fix add glossaries issue
* fix delete issue
* update glossary listing
* update glossary
* refactor
* updated glossary listing issues
* add scrollIntoView
* update glossary
* fix fetching logic
* fix init of glossaries
* add playwright tests
* add timeout
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-01-08 01:03:43 +05:30
Pere Miquel Brull
e56f477a4a
Fix #19147 - Executable Test Suites ( #19221 )
...
* backend
* format & tests
* rename backend
* migrations and ingestion
* format & tests
* format & tests
* tests
* format & tests
* tests
* updated ui side of changes
* addressing comment
* fixed failing unit test
* fix test list
* added e2e test, and fixed existing test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-01-07 17:59:54 +01:00
sonika-shah
15ea84a873
Bug Fix - Glossary export returns null values in relatedTerms column ( #19173 )
...
* Bug Fix - Glossary export returns null values in relatedTerms column
* Add coverage test
2025-01-07 08:21:05 -08:00
Sriharsha Chintalapani
6142f24bca
Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions ( #19209 )
...
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions
* Fix tests
* Minor: Fix checkstyle
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-01-07 07:39:46 -08:00
Sweta Agarwalla
29b48bec51
MINOR: Add condition for welcome page ( #19266 )
...
* add condition for welcome page
* create mock for useWelcomeStore
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-07 20:51:33 +05:30
Sachin Chaurasiya
aceadb1cde
Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout ( #19228 )
...
* Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout
* Refactor: Replace RichTextEditor with dynamic description fields in user and team forms
* Enhance AddNotificationPage and AddObservabilityPage to use RichTextEditor for description input
* Enhance AddNotificationPage and AddObservabilityPage to initialize RichTextEditor with alert description
2025-01-07 20:10:09 +05:30
Sriharsha Chintalapani
3678d1c3d6
upgrade logback versions ( #19259 )
2025-01-07 19:30:36 +05:30
Akash Verma
b2898f7007
Cockroach enhancement ( #19108 )
2025-01-07 18:51:59 +05:30
Ashish Gupta
a6f81a90fb
#13913 : supported test connection api cancellation ( #19190 )
...
* supported test connection api cancellation
* minor improvement
* fix the error handling in the intervalAPI calls
* added the useAbortController hook and minor changes
* supported delete workflow if anu api is cancelled
* fix sonar issue and updated the modal button
* fix sonar and playwright issue
* minor fix around test
* reverted the modal textual changes as per comments
2025-01-07 17:36:02 +05:30
Pranita Fulsundar
498d952959
fix: highlight search text for description column ( #19248 )
...
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-07 17:19:06 +05:30
Suman Maharana
00be51f299
Fixes #17747 : dbt update owners ( #19144 )
...
* Fixes 17747: dbt update owners
* update messages
* addressed comments
* py_format
* py_format
* Added tests
2025-01-07 16:37:30 +05:30
Andrés Muñoz Vera
7f7cfb1e8c
chore: updating auto cherry pick wf ( #19264 )
2025-01-07 11:54:31 +01:00
sonika-shah
53e93fe377
move activeFqn to new method ( #19263 )
2025-01-07 16:20:59 +05:30
Andrés Muñoz Vera
34f34ee90a
chore: adding write permissions to issues ( #19262 )
2025-01-07 11:25:39 +01:00
harshsoni2024
d3465e6a2d
MINOR: PowerBI improve error logging ( #19249 )
2025-01-07 14:39:59 +05:30
Suman Maharana
5b77c14dc8
Fixes #18816 - Airbyte api endpoint ( #19207 )
...
* Fix Airbyte api endpoint
* Fix Airbyte api endpoint
2025-01-07 12:41:56 +05:30
Teddy
f40369f59b
ISSUE-19220: remove druid and doris from non sqa ( #19250 )
...
* fix: remove druid and doris from non sqa
* style: ran p[ython styling
2025-01-07 08:06:57 +01:00
IceS2
617b8948e7
MINOR: Add Governance Bot to the workflow automated tasks ( #19222 )
...
* Add Governance Bot to the workflow automated tasks
* Fix tests
2025-01-07 07:55:41 +01:00
sonika-shah
3d8b9b3217
Persist Knowledge Page hierarchy state on refresh ( #19236 )
2025-01-07 12:10:36 +05:30
Pere Miquel Brull
4ee783cb63
FIX #19232 - Correct array type mapping in ORM converter ( #19241 )
2025-01-07 11:32:36 +05:30
RounakDhillon
a15e5096af
Docs: Connectors YAML Updation till Vertica ( #19246 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-07 10:01:52 +05:30
Aniket Katkar
6d5420b4bb
Improvements: Automator requirements oss ( #19128 )
...
* Fix the ingestion success screen text overflow issue
* Fix the icon alignment issue in the in the entity header
* Fix the permissions API calls for the ingestion pipelines to use fqn instead of names
* Introduce the moreActionButtonProps in the PipelineActions component
* Add the "Database" field in the advanced search for the "Database Schema" asset.
Change the fields listing behavior in the advanced search modal, to show the common fields for the multiple assets instead of union of the fields.
Change the search index for the "Name" and "Display Name" field suggestions to use the selected data assets instead of the all "Data Assets" index.
* Remove the unnecessary ellipsis prop
* Scan and add the missing filters for all the asset to have hierarchical parent filters.
* Fix unit test
* Fix the advanced search filter field search
2025-01-07 08:57:15 +05:30
Sriharsha Chintalapani
029a086495
Minor: Add UI json spec ( #19235 )
2025-01-06 09:42:14 -08:00
Maciej Bryński
637e33fcae
Fixes 19217: Add ability to use confluent-kafka version greater than 2.1.1 ( #19218 )
...
* Add ability to use confluent-kafka version greater than 2.1.1
* fix: spotless
2025-01-06 09:01:22 -08:00
Teddy
3190411b94
MINOR - fix unity profiler ( #19247 )
2025-01-06 18:07:36 +05:30
RounakDhillon
9adb5072aa
Docs: Connectors YAML Updation till singlestore ( #19245 )
2025-01-06 14:49:48 +05:30
piby180
ebd6020329
Specify Length function for PinotDB ( #19189 )
2025-01-06 14:44:02 +05:30
Sweta Agarwalla
0a1ab95f8b
Add utils for login as admin ( #19223 )
...
* add utils for login as admin
* update as per comments
* fix java checkstyle issue
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-01-06 13:58:13 +05:30
RounakDhillon
3ad086159c
Docs: File Location correction for Impala and Hive ( #19238 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-06 13:21:14 +05:30
RounakDhillon
af46ec31d2
Docs: File Location correction for Connectors ( #19239 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-06 13:16:48 +05:30
Mayur Singal
088cb64b7c
Fix #15952 : Update SQLParse to Version 0.5 ( #19224 )
2025-01-06 11:39:34 +05:30
RounakDhillon
ec43812a8c
Docs: Lineage Addition till Impala ( #19227 )
2025-01-06 10:17:50 +05:30
sonika-shah
38a970b829
Bug Fix : ApiEndpoint reindexing failure ( #19200 )
2025-01-05 23:16:31 +05:30
sonika-shah
0d3393c3c1
Fix - Existing custom properties getting removed on import of empty extension column ( #19234 )
2025-01-05 23:16:14 +05:30
IceS2
1c793cc268
MINOR: Remove Delete Events from Workflow Consumer ( #19219 )
...
* Remove Delete Events from Workflow Consumer
* Remove Delete Events from Workflow Consumer
2025-01-03 18:32:18 +01:00
tarunpandey23
21ca28782f
feat: Updated And Refactor Docs ( #19211 )
...
* Updated Docs
* Updated
* updated image versions
---------
Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-03 12:40:07 +00:00
RounakDhillon
8041032a8f
Docs: Lineage Link Addition to lineage ( #19225 )
2025-01-03 16:07:38 +05:30