12962 Commits

Author SHA1 Message Date
IceS2
49df5fc9de
MINOR: Implement dependency injection on ingestion (#21719)
* Initial implementation for our Connection Class

* Implement the Initial Connection class

* Add Unit Tests

* Implement Dependency Injection for the Ingestion Framework

* Fix Test

* Fix Profile Test Connection

* Fix test, making the injection test run last

* Update connections.py

* Changed NewType to an AbstractClass to avoid linting issues

* remove comment

* Fix bug in service spec

* Update PyTest version to avoid importlib.reader wrong import
2025-06-16 08:03:38 +02:00
Rounak Dhillon
092932b4a3
Doc: 1.7.3 Release and Version Updation (#21778)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-06-16 11:27:29 +05:30
Sriharsha Chintalapani
074329418f
Fix #17244: Pagination for columns in UI (#21508) 2025-06-15 21:30:31 +05:30
Mohit Yadav
5b6e25999e
Disabled bot creating activity feeds (#21773)
* - Disabled bot creating feeds

* - nit
2025-06-14 19:21:00 +05:30
Ashish Gupta
da25cd1a39
#21232: fix the lineage export image being cropped (#21765)
* fix the lineage export image being cropped

* fix the nodes children column not being able to trace well

* minor removal as not needed
2025-06-14 11:39:08 +00:00
Ashish Gupta
4d4ce15006
supporetd the dependent type failing type around Policy (#21768) 2025-06-14 00:16:03 +05:30
Mayur Singal
64626dd4fd
MINOR: Implement Lineage Filter for UC (#21761)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-06-13 22:14:56 +05:30
Chirag Madlani
4a30d8bd3c
fix(ui): hashlist render for block editor (#21763) 2025-06-13 09:24:03 -07:00
Mohit Yadav
059289a83b
Disable query indexing (#21767) 2025-06-13 09:23:44 -07:00
Sriharsha Chintalapani
7d07222635
Fix #21668: Add Auto Tune to conifgure Search Index Application Parameters (#21669)
* Fix #21668: Add Auto Tune to conifgure Search Index Application Parameters

* add auto tune param in app json

* add test

* use virtual threads

* Fix Failing Test

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2025-06-13 09:23:22 -07:00
Pere Menal-Ferrer
44e09e41a2
Revert "FIX #1464 (#21520)" (#21726)
This reverts commit 1e86f9870fd663122b9bbb64f3cf17cf32619c7f.
2025-06-13 17:27:32 +02:00
mohitdeuex
9b7b5f2b91 Revert "Add Data Quality Test Casae (#21764)"
This reverts commit c7e92d42f11f1fb2b3dbc7bf760494926b0f9d05.
2025-06-13 19:47:14 +05:30
Mohit Yadav
c7e92d42f1
Add Data Quality Test Casae (#21764)
* Add Test Parameter Definition tool

* Add Dq create test case
2025-06-13 19:28:35 +05:30
IceS2
891ff4184d
MINOR: Initial implementation for our Connection Class (#21581)
* Initial implementation for our Connection Class

* Implement the Initial Connection class

* Add Unit Tests

* Fix Test

* Fix Profile Test Connection

* Remove unit test

* Remove comment

* Fix tests and missing changes
2025-06-13 14:52:29 +02:00
Ram Narayan Balaji
580880e8c1
#17584 Improve Bulk add assets API in Tags, GlossaryTerms (#21673)
* Fix: Remove operations and glossaryTags from bulk asset add api

* Fix: Improved the test case

* addTagToAssets schema - Removed operations field in the payload

* Replacing the request payload for validating tags in the UI

* UI changes for add and remove assets to glossary term

* Using getByName and Entity.GLOSSARY

---------

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2025-06-13 16:04:05 +05:30
Ajith Prasad
023abfda1d
Scim Interface and resource in OM (#21512)
* SCIM interface

* removed unwanted code

* remove SCIM registration in OM

* reverted scim configuration settings, as it is not needed

* Added security context to create user

* Added scimusername in user jsons

* added externalid, scimUsername in createUser

* Added security context on create and update groups

* Added jakarta imports

* Authorization added

* Added role, policy and bot for SCIM
2025-06-13 13:12:41 +05:30
IceS2
f44d81ddf2
Update test_deltalake.py (#21735)
* Update test_deltalake.py

* Ignore it while collecting the tests
2025-06-13 08:27:38 +02:00
Shailesh Parmar
e23e0ecbd3
Minor: Added What new content for 1.7.3 (#21753)
* Minor: Added What new content for 1.7.3

* minor change
2025-06-13 11:09:38 +05:30
Mohit Yadav
6124c5573e
fix tests (#21751) 2025-06-12 20:47:41 -07:00
Mohit Yadav
4309f79453
Fix Reset Link Template (#21747)
* Fix Reset Link Template

* 1.7.3
2025-06-13 08:57:18 +05:30
sonika-shah
ae5657c608
Add missing ngram fields for displayName and name in jp/zh indexes (#21750) 2025-06-12 20:26:13 -07:00
sonika-shah
69b45dcca2
Revert pr #21723 (#21749) 2025-06-12 20:25:53 -07:00
Mayur Singal
93b5cec8f9
Fix #21099: fix Superset ingestion bad query (#21650) 2025-06-13 08:32:15 +05:30
Mayur Singal
f4e9d69930
Fix #21109: Unable to connect to Opensearch using AWS Credentials (#21441) 2025-06-13 08:30:44 +05:30
Keshav Mohta
cd24c0a69a
Feature: Microstrategy Lineage (#21678) 2025-06-13 08:28:29 +05:30
sonika-shah
d2c9952c9c
Bump jetty.version to 11.0.25 (#21699) 2025-06-12 18:24:42 -07:00
Sriharsha Chintalapani
d10178f050
Fix java 21 in docker (#21746) 2025-06-12 18:24:25 -07:00
Dhruv Parmar
a2694c6664
Fix (ui) : tooltip for follower , manage button and Data asset tree (#21465)
* fix tooltip

* fixed tooltip text

* removed nested contions

* removed unwated code

* fixed mlmodel tooltip

* fixed tree tooltip

* addressed comments

* fixed sonar tests

* added classes to integrated with collate

* reused entityUtilsClassBase

* cleaned file

* addressed comments

* removed unncessary code

* fixed sonar tests

* fixed sonar tests

* fixed comments
2025-06-12 14:50:13 -07:00
IceS2
a3968d40b0
Fix 172 migrations by avoiding throwing errors (#21697) 2025-06-12 14:49:26 -07:00
Mohit Tilala
2803e62f0b
Add missing Data space type in qlikcloud (#21698)
* Add missing `Data` space type in qlikcloud

* Fix broken json files
2025-06-12 14:49:10 -07:00
Mayur Singal
d20d278c4b
Minor: Improve UC owner ingestion (#21741)
* Minor: Improve UC owner ingestion

* lint
2025-06-12 14:48:29 -07:00
sonika-shah
6fd5778219
Fix #21653 - Tag search based on displayName (#21722)
* Fix #21653 - Tag search based on displayName

* added test

* update test to search by classification display name

---------

Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
2025-06-12 14:48:14 -07:00
sonika-shah
66d2ef2c8b
Fix #21653 - Remove recently added delete param field in searchByField api (#21723) 2025-06-12 14:47:54 -07:00
Shailesh Parmar
269d967b2d
Fix: #21729 Test Cases Not Returned When Service Name Contains Spaces (#21737) 2025-06-12 14:47:03 -07:00
Sriharsha Chintalapani
eb7ca6087e
Update reset-link.json (#21742) 2025-06-12 14:45:26 -07:00
Chirag Madlani
a9d5d34fd1
fix(ui): hashlist in view blocks leftsidebar (#21740) 2025-06-12 12:38:09 -07:00
Shrushti Polekar
e2abddd0ac
Minor(ui): Close profile dropdown on redirection to user profile page (#21733)
* close dropdown on redirection

* address comment
2025-06-12 23:15:18 +05:30
Shrushti Polekar
b72dff93b8
Fix(ui): Close emoji feed editor on outside click (#21696)
* handle outside click for emoji feed editor

* added  test

* address pr comments

* address pr comments
2025-06-12 23:14:02 +05:30
Karan Hotchandani
074c2efa10
lineage: fix expand collapse operation on nodes (#21309) 2025-06-12 23:09:20 +05:30
Sweta Agarwalla
e55c836cb6
update noindex,nofollow props (#21732) 2025-06-12 19:09:42 +05:30
Karan Hotchandani
16a9f48c59
generate missing types (#21725) 2025-06-12 16:31:10 +05:30
harshsoni2024
6a6180b2e3
powerbi change owner condition (#21724) 2025-06-12 16:11:43 +05:30
Ashish Gupta
62d91fbf2e
PLAYWRIGHT: fix the flaky delete step failing in entity and serviceEntity around bar (#21671)
* fix the delete step failing in entity and serviceEntity playwright

* remove the unwanted watcher as we already have see in alert notification

* Enhance Playwright tests by ensuring network idle state before proceeding with actions in TagClass and common utility functions.

* fix glossary version spec

* fix activity feed flaky tests

* update networkidle in visit page

* fix users flaky tests

* Refactor BulkEditEntity tests to include consistent manual wait for file loading and enhance input handling in importUtils.

* Refactor Tag tests to remove unnecessary waitForResponse calls and ensure consistent handling of page interactions.

* fix activity feed flaky tests

* fix users data stewards test

* Refactor hardDeleteEntity function to improve toast notification handling and ensure consistent alert verification.

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: shrushti2000 <shrushtipolekar@gmail.com>
Co-authored-by: Pranita <pfulsundar8@gmail.com>
2025-06-12 15:10:49 +05:30
Sriharsha Chintalapani
7e6e23b95a
Fix API pages (#21695)
* Fix API pages

* Fix API pages

* Fix API pages
2025-06-12 12:23:34 +05:30
Rounak Dhillon
e3495a0770
Doc: API Service Page Content Updation (#21674) 2025-06-12 11:59:29 +05:30
Suman Maharana
18f9f2cdb6
Fix: Tableau project id should always be a string (#21700) 2025-06-12 11:21:53 +05:30
Sriharsha Chintalapani
8bb055fc9e
Fix #21506: Upgrade to Java 21 (#21507)
* Fix #21506: Upgrade to Java 21

* Fix #1655: Upgrade to Java 21
2025-06-11 22:06:08 -07:00
dependabot[bot]
fcd0c4114f
Bump org.postgresql:postgresql from 42.7.4 to 42.7.7 (#21717)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.4 to 42.7.7.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.7)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11 15:47:20 -07:00
Mohit Yadav
5430cad8bf
[MCP] Update Mcp Documents and Images (#21720)
* Update documentation

* Updated documentation

* Update Documentation

* doc change

* update description

* again try something

* update

* Update to "MCP Server"
2025-06-12 00:26:54 +05:30
Teddy
a680e2c802
fix: added profiler config when executing bundle suite (#21714) 2025-06-11 17:03:22 +02:00