2150 Commits

Author SHA1 Message Date
IceS2
e2789da9dc
Set Certification Field Dynamically (#18874) 2024-12-04 15:36:07 +01:00
Siddhant
28f551d20a
GEN-Activity Feed Filtering (#18873)
* fix: Update configuration for activity feed.

* fix: Migrations

* remove the customProperty and testSuite feed beautification case from the feed

* fix: Remove custom properties from the source

* fix: add metric in the matchAnySource.

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-12-04 16:56:21 +05:30
Sriharsha Chintalapani
bf00c9c12e
Create a relationship to manage ER based on tableConstraints (#18892)
* Create a relationship to manage ER based on tableConstraints

* Add relationship/remove relationship from entity_relationship table whenever table constriants are updated/added , validate table constraints

* remove findRelatedTables queries

* Add Migrations to add constrait relationship

* remove findRelatedTables code

* Fix postgres migration query

* fix pg migration

* fix test

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-12-03 20:47:34 -08:00
Suman Maharana
11b0a9c376
Fixes: mircostrategy test connection (#18889) 2024-12-03 17:13:15 +01:00
Sriharsha Chintalapani
d783316c55
Minor: removing logging on jdbcURL (#18885) 2024-12-03 07:40:43 -08:00
Karan Hotchandani
0372f5a5e1
refer certification icons from public folder (#18902) 2024-12-03 15:56:48 +01:00
Suman Maharana
d831aa99cc
Minor: Fix TestConnectionDefinitionResourceTest update count (#18893) 2024-12-03 16:23:41 +05:30
sonika-shah
244a933adc
Minor : Fix #18775 validation on enum custom property (#18855)
* Minor : Fix #18775 validation on enum custom property

* fix tests

* Add tests
2024-12-02 20:12:47 +05:30
Mohit Yadav
dc4b2c9b47
Google returns null refresh token on Refresh requests (#18868) 2024-12-02 12:26:30 +05:30
Lucas Rodrigues
cbe32412b0
Fixes #18848: "Failed to parse query parameters from JDBC URL" when query is an empty string (#18850)
* ISSUE-18848: add missing String.isEmpty() check

* ISSUE-18848: use nullOrEmpty

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-01 09:43:00 -08:00
IceS2
e9186dc577
Catch exception that arises due to a change in code. Shouldn't be an issue (#18863) 2024-11-30 08:26:49 -08:00
Mayur Singal
9b9509f4b9
MINOR: Mysql Lineage Support Main (#18780)
* MINOR: Mysql Lineage Support Main

* fix test

* fix test

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-11-29 20:48:42 +05:30
Teddy
fc01035ce5
Minor secret utils error log (#18856)
* fix: pass exception message in SecretUtils.convert

* fix: pass throwable
2024-11-29 11:44:44 +01:00
Siddhant
3453c799f7
FIX: Mask Slack App User & Bot Tokens (#18814)
* fix: mask slack user and bot token.

* refactor: Move the code in SlackApp
2024-11-28 23:59:46 +05:30
Siddhant
8fcb8ecdd7
Add trigger option 'TestSuiteStatusUpdates' for TestSuite status changes (#18836)
* fix: Provide trigger option as TestSuiteStatusUpdates for TestSuite source

* add the playwright change to test the test suite status field in alert

* localization changes

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-11-28 23:28:36 +05:30
Sriharsha Chintalapani
6410583018
Fix export async for users with "." in their email's principal name (#18845)
* Fix exportAsync failing for usernames with . in it

* Fix exportAsync failing for usernames with . in it
2024-11-28 07:37:45 -08:00
harshsoni2024
cb33f274fc
Connector: rename microstrategy connector (#18604) 2024-11-28 18:50:42 +05:30
Karan Hotchandani
e22fc6ddeb
Fix Glossary tree hierarchy state (#18703)
* fix the tree state on edit glossary term

* add playwright tests

* fix permission loading

* fix tests

* adding timeout for in review state

* adding timeout for in review state

* increasing timeout

* fix tests

* update tests

* add a poll for checking tasks created

* testing response

* adding limit

* fix tests

* change user for testing

* Catch Exceptions on the Consumer to avoid losing records

---------

Co-authored-by: Pablo Takara <pjt1991@gmail.com>
2024-11-28 16:36:45 +05:30
Ashish Gupta
7877d5c14c
Allow Asset add and remove operation for editTag permission user (#18786)
* Allow Asset add and remove operation for editTag permission user

* remove edit all permission check in bulkAssetTag api for tag

* fix the permission check by checking specific and the index used to exclude

* check editTag permission before updating assets by bulkTagAsset api

* fix the button not visible for the non admin user

* added playwright for the limited user check aroud asset

* restrict add asset button in certification page

* minor fix

* cleanup aroud tag page and fix usertab count around Team page

* use entity type instead of search index

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-11-28 16:15:07 +05:30
IceS2
b9e49fc35d
Make Fetching Data Async (#18822) 2024-11-28 10:53:57 +01:00
Karan Hotchandani
b614594252
Json logic query builder fixes (#18819)
* minor workflow changes

* fix json logic fixes for extension field

* fix tests

* query builder ui changes

* minor add entity type in global search

* fix tests

* update certification ui

* update default icons

* minor add test id
2024-11-28 08:42:46 +01:00
Akash Verma
609620e54f
fixes : #12891: "Added more test connection cases for Airflow ingestion" (#18769) 2024-11-28 13:02:04 +05:30
Amir Shakeri
860b420d3d
Remove ORDER BY from the postgres DELETE statement (#18757)
Co-authored-by: amir.shakeri <amir.shakeri@free-now.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-11-27 23:21:23 -08:00
Teddy
fb826b2c68
MINOR -- propagate result to suites (#18823)
* fix: update result summary for test suite

* fix: stream pattern

* fix: inverse null conditional logic
2024-11-28 08:09:56 +01:00
Imri Paran
e58efdde67
feat: added getLatestRecord for extension (#18797) 2024-11-27 10:08:53 +00:00
sonika-shah
e8031bcc0e
Improvement : Teams api to update and remove users (#18729) 2024-11-27 10:11:27 +01:00
Siddhant
15f56c124a
fix: Minus sign correction. (#18802) 2024-11-27 12:22:58 +05:30
IceS2
8cade39bad
MINOR: Increase visibility on flowable process (#18792)
* Add annotation to turn delete_recursive test into the last one to be executed

* Improve Fetching Entities by only fetching the FQN

* Cut back default batchsize to 500

* implement logging for flowable process

* Implement Error Handling Flow

* Remove testing code

* Checking if User is Reviewer when resolving glossary task
2024-11-26 17:04:59 +01:00
Teddy
68abc1a821
fix: minor observability bugs (#18795) 2024-11-26 16:34:46 +01:00
Aniket Katkar
998cbd1558
Improvements: Alerts bug fixes and improvements (#18753)
* Add and improve the permission logic for the notifications and observability alerts pages
Add logic to update the description from alert details page.
Add logic to set the logged in user as the owner while alert creation

* Remove the permission check for the `/{alertType}/resources` API since it's not necessary

* Update the playwright tests to cover the new alert features

* Add playwright to test the test destinations filter

* Fix the unit tests

* Add unit test for AlertRecentEventsTab component

* update the variable.less import to reference

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-11-26 18:00:58 +05:30
Keshav Mohta
10a7f4ea6c
Fixes #15543: Implemented ElasticSearch Index Template Ingestion (#18686) 2024-11-26 14:42:43 +05:30
Kenil Shah
09db201a57
UI: Add option to stop the running application (#18759)
* Add Stop functionality for Applications

* show kill button by default

* Add option to stop the running application

* fix: show stop button for ruuning & activeerror status

* add localisation files

* added unit tests

* update localisation files

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2024-11-26 11:55:47 +05:30
Mayur Singal
40a70357e8
MINOR: Add UDF support for SP - backend (#18767) 2024-11-25 15:27:53 +05:30
sonika-shah
76bd8d8886
fix java checkstyle (#18768) 2024-11-25 13:58:18 +05:30
IceS2
b3d765dce1
MINOR: Governance Workflows fixes (#18744)
* Add annotation to turn delete_recursive test into the last one to be executed

* Improve Fetching Entities by only fetching the FQN

* Cut back default batchsize to 500
2024-11-24 11:30:56 -08:00
sonika-shah
0e4160949c
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-24 13:30:31 +05:30
Sriharsha Chintalapani
04659132b7
Minor: skip domain check for bots and admin (#18734) 2024-11-22 10:41:42 -08:00
Sriharsha Chintalapani
532efbe5ab
Minor: Search RBAC, handle tier tags (#18733) 2024-11-22 10:40:48 -08:00
Sriharsha Chintalapani
9484d838a4
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>
2024-11-22 08:21:19 -08:00
Mohit Yadav
51f3591714
Add Null check for source config (#18746) 2024-11-22 17:34:12 +05:30
Siddhant
702c34c0af
NoSchedule as ScheduleType for Slack App (#18715)
* fix: NoSchedule as scheduleType for Slack App

* fix: remove callback url from the config.

* no render of schedule for noSchedule type

* fix: Migrations and add ScheduleType.NoSchedule

* fix: Migrations

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-11-21 22:29:09 -08:00
Teddy
dbd03c64c2
fix: test case reindex performance (#18723) 2024-11-21 16:28:26 +01:00
IceS2
890a4f8755
Fix missing check on set entity certification (#18713) 2024-11-20 19:04:03 +01:00
IceS2
dc101044d9
MINOR: Add the possibility to have no Schedule and trigger the workflow manually (#18640)
* Add the possibility to have no Schedule and trigger the workflow manually

* add locales

* add locales to other langs

* Fix Flaky GlossaryTerm test

* fix locales

* change certificate aggregation name

* Fix Checkstyle and expand timeout for waitForTaskToBeCreated

* Fix flaky glossary term test

* Fix timeout

* fix timeout

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-11-20 15:35:34 +01:00
Teddy
0dca5362b9
fix: handle potential null node in DQ failure lineage (#18707) 2024-11-20 14:12:08 +01:00
Teddy
429e48aa3a
#18677 - Added Lineage Field back to SearchLineage (#18687)
* fix: add lineage field back to searchLineage

* add lineage tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-11-20 11:13:09 +01:00
Teddy
91de99ad17
MINOR: Move from Date to LocalDate for thread safe operations (#18679)
* fix: move from Date to LocalDate for thread safe operations

* style: ran java linting

* fix: invalid range in test case
2024-11-20 08:20:13 +01:00
Siddhant
dad3c9d7f2
refactor: Slack app improvements (#18684) 2024-11-19 19:08:47 +05:30
Mohit Yadav
0bf5a98501
Add Checksum package to pom (#18696) 2024-11-19 18:49:07 +05:30
Imri Paran
12945c62c0
revert aws sdk version from f0b76c45d081fe66bded44c60fa4560a879cb346 (#18695)
Due to failures in migration:

```
2024-11-19 17:16:15.916	picocli.CommandLine$ExecutionException: Error while calling command (public java.lang.Integer org.openmetadata.service.util.OpenMetadataOperations.migrate(boolean)): java.lang.NoClassDefFoundError: software/amazon/awssdk/checksums/SdkChecksum
2024-11-19 17:16:15.641	Updating bot users in case of an update on the JSON schema: [managed-aws]
2024-11-19 17:16:14.903	Updating services in case of an update on the JSON schema: [managed-aws]
```
2024-11-19 18:42:05 +05:30