12418 Commits

Author SHA1 Message Date
Mayur Singal
87f5b54b6b
Fix #19141: Data Insight Tier Filter does not work (#19142) 2025-01-03 15:44:01 +05:30
Abdallah Serghine
05c57857aa
Fixes ISSUE-19095: auto refresh boto credentials (#19098)
When using using the assumeRole connection option with jobs involving
AWS services, the default 1 hour of boto might not cut it and the job
fails, one way of solving this is to refresh the credentials when they
expire, this ensures there is always valid credentials for the job
regardless for how long it runs.

Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
Co-authored-by: IceS2 <pjt1991@gmail.com>
2025-01-03 10:51:15 +01:00
Mohit Yadav
d60327c448
Onboarding Application Changes for OSS (#19203) 2025-01-03 13:49:34 +05:30
RounakDhillon
19b5357599
Docs: Auto Classification Correction in Menu (#19212)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-03 11:34:04 +05:30
Ashish Gupta
9edc078027
MINOR: modify and fix some lineage issues (#19107)
* modify and fix some lineage issues

* minor fix

* restrict the node removal in case any error occured

* fix flaky playwright test

* userDetail flaky fix
2025-01-03 10:35:26 +05:30
Chirag Madlani
6f79067fd2
fix(ui): glossary terms table expand / collapse state (#19205) 2025-01-03 10:21:37 +05:30
Chirag Madlani
cdef12c9cd
feat(ui): show count with schema tab for table details page (#19149)
* feat(ui): show count with schema tab for table details page

* fix active state for tab

* fix tests and cover topic details page

* add missing isActive check
2025-01-03 10:19:16 +05:30
RounakDhillon
524615af36
Docs: MySql And Mariadb Lineage updation (#19202)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-03 10:11:17 +05:30
Ashish Gupta
87c07f3ecc
#16465 : supported glossary table column resizable (#17918)
* supported glossary table column resizable

* code cleanup

* fix the column resizing affecting other column width

* fix the playwright failure around the glossary due to re-sizable added
2025-01-03 10:09:33 +05:30
Sachin Chaurasiya
6542123a52
Minor: Deprecate RichTextEditorPreviewer component and recommend alternative (#19204) 2025-01-02 20:44:58 +05:30
Chirag Madlani
bfa943bbba
fix(ui): show error and success message mutually exclusive (#19194) 2025-01-02 20:42:48 +05:30
Pere Miquel Brull
9dc56c3bb0
TEST - Add bots search RBAC validation (#19159)
* TEST - Add bots search RBAC validation

* format

* format
2025-01-02 15:32:03 +01:00
RounakDhillon
5297b16eb8
Docs: Auto Classification Doc Addition (#19148)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-02 13:30:54 +05:30
RounakDhillon
68a07288da
Docs: Lineage Ingestion Yaml Updation with New Feature (#19196)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-01-02 13:24:16 +05:30
Akash Verma
39dcb5baef
Feature : Cockroach db connector (#18961) 2025-01-02 13:07:55 +05:30
Ashish Gupta
ceeba2ad75
fix tag page flaky playwright test (#19150)
* fix tag page flaky playwright failures

* removed commented code
2024-12-31 17:12:15 +05:30
Hippo
24b668a642
Docs: ApiMetadata ingestion source-config (#19158)
Signed-off-by: CyberHippo <hippolyte@vergnol.fr>
2024-12-28 09:33:58 -08:00
sonika-shah
633cead09a
Feed pagination improvement (#19183) 2024-12-28 09:17:14 -08:00
piby180
67e6fdd8b3
Fixes 17024: Improve PinotDB connection documentation (#19186)
* Improve PinotDB connection documentation

* Improve documentation for PinotDB connection

* Improve PinotDB documentation
2024-12-28 09:13:40 -08:00
nicolasGutierrezGarcia1970
e468d13baf
Update gl-es.json (#19188)
Update Galician language for version 1.6.1
2024-12-28 17:11:05 +00:00
Sachin Chaurasiya
c736f06bbe
refactor: remove unused highlight option from BarMenu and improve focus styles in block editor (#19184) 2024-12-28 12:40:45 +05:30
Sachin Chaurasiya
4f3ae5d083
feat(#15380): replace description editor with block editor (#19003)
* feat(#15380): replace the description editor with a new block editor.

* chore: Add placeholder support to BlockEditor

* feat: Add autofocus support to BlockEditor

* chore: implement block editor in richtext editor

* chore: Remove unused CSS import in RichTextEditor

* fix: ensure safe access to getEditorContent in Markdown editor components

* minor change

* fix: add support for ttf file extension in pom.xml

* fix: adjust block editor styles for better usability and overflow handling

* fix: update RichTextEditorPreviewer to RichTextEditorPreviewerV1 and adjust block editor styles

* fix: update description box selector to use om-block-editor for consistency

* fix: disable autoFocus on BlockEditor in RichTextEditorPreviewerV1

* refactor: update RichTextEditorPreviewer references to RichTextEditorPreviewerV1 in tests

* test: update timer handling in ApplicationCard and SuggestionsAlert tests

* fix(diff): update diff view rendering and attributes for consistency

* fix(RichTextEditor): add placeholder for empty markdown descriptions

* Add data-diff in <span>

* Fix test

* fix: update description box selector to use locator method for better reliability

* feat: integrate RichTextEditorPreviewerV1 for description rendering in Notification and Observability Alerts pages

* feat: add markdown conversion for mentions and hashtags in BlockEditorUtils

* fix: update initial value handling in TagsForm and formUtils

* MINOR - Update description handling in Playwright tests and utilities

* Refactor Playwright tests to use descriptionBox for tag and team descriptions

* Refactor custom property handling and update description check logic

* Enhance entity version page tests by adding description box read-only check and updating data-testid attributes

* Refactor description handling and improve diff rendering logic in task pages

* Fix user description clearing logic in UserDetails.spec.ts

* Enhance Rich Text Editor by adding custom styles and converting markdown to HTML for backward compatibility

* Remove test for rendering alert description when not present in AlertDetailsPage

* Clean up RichTextEditorPreviewerV1 by removing unnecessary comments and improving readability

* Update SearchIndexApplication.spec.ts to select 'Table' instead of 'Topic' in the tree widget

* Refactor BlockEditor and FeedUtils to improve code organization and readability

* Fix regex in getTextFromHtmlString to correctly remove HTML tags

* Add tests for getTextFromHtmlString and improve HTML tag removal regex

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-12-27 20:57:37 +05:30
Shailesh Parmar
f87b0662fa
playwright: reset the profiler bot token in AUT (#19156)
* playwright: reset the profiler bot token in AUT

* addressing comment
2024-12-20 20:19:11 +05:30
Mohit Yadav
06d71f9450
Fix EntityHierarchy Schema (#19104)
* Fix Entity Schema

* fix additionalProperties in entityHierarchy json

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2024-12-20 20:13:04 +05:30
RounakDhillon
6522e3b9b3
Docs: Release Updation (#19157)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-12-20 17:05:26 +05:30
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