IceS2
35ce7d7602
MINOR: Update Glossary Term tests ( #18698 )
...
* Update Glossary Term tests
* Remove unused code
* Fix test
2024-11-20 15:24:53 +01:00
RounakDhillon
0e3e1f59c9
Docs: Custom Metric Updation in profiler ( #18708 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-20 13:19:18 +00:00
Teddy
0dca5362b9
fix: handle potential null node in DQ failure lineage ( #18707 )
2024-11-20 14:12:08 +01:00
RounakDhillon
de4a2cdfa0
Docs: Collate Image Path Rectification ( #18706 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-20 10:19:59 +00: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
RounakDhillon
a5bddc3cb8
Docs: Metapilot Updation to Collate AI ( #18704 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-20 14:22:39 +05:30
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
Akash Verma
43bbee9075
fix #18278 "Pipeline ingested from Airflow are now not limited to 100" ( #18689 )
2024-11-19 18:47:55 +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
RounakDhillon
b4cec831e0
Docs: Search Hierarchy Update ( #18693 )
2024-11-19 18:26:50 +05:30
Aniket Katkar
c30d851dad
Add the missing pipeline type in the localization key mapping object ( #18692 )
2024-11-19 18:24:35 +05:30
RounakDhillon
72462746b8
Docs: Gif updation for data discovery ( #18676 )
2024-11-19 18:21:37 +05:30
Mohit Yadav
b45eb5a416
Removed Consumer ( #18685 )
2024-11-19 17:16:43 +05:30
Antoine Balliet
b63ad63898
fix: update dashboard data model when sql changes ( #18657 )
...
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-11-19 12:40:42 +01:00
Ashish Gupta
484a9584ea
MINOR: added domain data in lineage side panel and fix relatedColumn search TableConstraints modal ( #18671 )
...
* added domain data in lineage side panel
* localization keys
* fix unit test
* fix unit test and minor improvement around permission in schema page utils
* added the encoding and escape method to query
2024-11-19 17:03:15 +05:30
Kenil Shah
ff261fb373
fix: overflowing metrics for kpi charts ( #18683 )
2024-11-19 13:26:00 +05:30
Sachin Chaurasiya
eb99a8563e
Minor: Add SanitizedInput Component for Input Sanitization ( #18674 )
...
* Minor: Add SanitizedInput Component for Input Sanitization
* use SanitizedInput in formutils for text type input
2024-11-19 12:45:14 +05:30
Pere Miquel Brull
c68a45e7d8
Create new Auto Classification Workflow ( #18610 )
2024-11-19 08:10:45 +01:00
Mohit Yadav
ae1e7e6d22
run es bulk in async ( #18649 )
2024-11-18 09:07:07 -08:00
Sriharsha Chintalapani
f0b76c45d0
fix: openmetadata-service/pom.xml to reduce vulnerabilities ( #18651 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-8367012
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-11-18 09:04:18 -08:00
Sriharsha Chintalapani
19497db455
Minor: Fix Column Level Lineage export ( #18670 )
2024-11-18 07:29:04 -08:00
Teddy
83911501dc
FIX: test summary reindexing ( #18667 )
...
* fix: test summary reindexing
* fix: clean up test case result from index on test case deletion
2024-11-18 15:16:57 +01:00
Mohit Yadav
f0b0a47625
Change Defaults ( #18675 )
2024-11-18 19:45:36 +05:30
sonika-shah
853bbc205b
GEN-1983 : Feat - Support Tag Asset Page ( #18505 )
...
* Feat : Support bulk adding tag to Assets
* remove warnings
* add apis for assets remove
* Fix: Add tag page (#18461 )
* add tag page which all Assets
* update as per feedbacks
* update as per feedbacks
* add divider in header badge
* remove styling
* update permission and refactoring code
* updated as per comments
* fix sonar cloud issues
* add delete asset functionality
* refactor entityTypeString
* made the top bar fixed to top
* add tests for tag page
* fix check failures issue
* fix tag page check failure
* fix flaky test issue
* add tag page tests
* update the add asset test
* update playwright tests
* add right panel in tag page
* updated as per feedbacks
* remove usage test
* updated as per feedbacks
---------
* Backend: make bulkAssets api async
* Backend: limit bulkAssets api async to Tag Assets page
* Update Tag page Assets API (#18622 )
* create branch
* update add asset API
* add websocket on tags page
---------
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
* add failed case for socket operation
---------
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-18 17:57:07 +05:30
Mohit Yadav
66c253ef10
Add Queue Size in Configuration ( #18672 )
2024-11-18 12:45:08 +01:00
Ayush Shah
6f1df37ba1
Fixes GEN-1260: Add Validators while creating table to escape special characters ( #18456 )
2024-11-18 15:02:57 +05:30
IceS2
231025df67
MINOR: Improve PeriodicBatchEntityTrigger Workflows performance ( #18664 )
...
* Update default configurations
* Refactor how we call the main Workflow in order to increase performance
2024-11-18 08:17:22 +01:00
Shrushti Polekar
5cdde2054b
fix glossary column dropdown drag drop integration test ( #18662 )
2024-11-17 21:44:33 +05:30
Sriharsha Chintalapani
88c8fb48f3
Add Edit glossary terms, Edit Tier , Edit Tags as separate permissions ( #18331 )
...
* Add EditGlossaryTerms Permission
* Fix #18330 : Add EDIT_GLOSSARY_TERM permission and enforce EDIT_TIER permisson
* add edit glossary term permission check in UI
* revert EDIT_GLOSSARY_TERMS operation
* Add EDIT_GLOSSARY_TERMS to common operations
* Add EDIT_TIER to common operations
* add default empty array for tags field, as patch calls can run into issues
* Fix tests
* Fix tests
* added glossary terms
* fix conflicts
* fix permission check for data model
* Add EditGlossaryTerms to DataConsumerPolicy
* Add EditGlossaryTerms,EditTier to DataConsumerPolicy
* fix tests
* Fix migrations for EditTier,EditGlossaryTerms
* add edit tier permission to data consumer
* Fix tests
* fix pytests
* missing test_dbt.py
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-11-15 10:50:15 -08:00
Sriharsha Chintalapani
783ec62e4c
Add Lineage Export Async endpoint using Search ( #18553 )
...
* Add Lineage Export Async endpoint using Search
* Lineage api (#18593 )
* add api for lineage export
* update API call for lineage async
* use JsonUtils instead of objectMapper to read lineage search response
---------
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: sonikashah <sonikashah94@gmail.com>
2024-11-15 09:11:23 -08:00
IceS2
71f93633ac
Update Glossary Approval Workflow name ( #18658 )
2024-11-15 16:15:01 +01:00
Sachin Chaurasiya
be642e7253
GEN-1694: metric entity improvement ( #18659 )
...
* GEN-1694: metric entity improvement
* add clike and python language mode in schemaeditor
* add getMetricExpressionLanguageName util to extract the language from metric expression
2024-11-15 20:30:42 +05:30
RounakDhillon
cf17d8c83a
Docs: Image Updation fo Data User Guide ( #18654 )
2024-11-15 18:56:16 +05:30
RounakDhillon
ef26b0d38e
Docs: Guide for Data users Image Updation ( #18644 )
2024-11-15 18:25:01 +05:30
Aniket Katkar
9850810b04
Update the jsonpath-plus resolution version to fix the vulnerability ( #18652 )
2024-11-15 16:38:16 +05:30
Shrushti Polekar
393c7a4098
Fix: update glossary terms table stylings and temporarily bypass failing drag-and-drop test ( #18653 )
...
* update terms table styling and skip failing drag-drop test
* address pr comments related to styles
2024-11-15 16:05:15 +05:30
Suman Maharana
a218bbf5cb
Minor: Fix Mysql cli Update table count ( #18582 )
2024-11-15 14:27:02 +05:30
Mohit Yadav
8c6de372f1
Add Latch for consumers ( #18655 )
2024-11-15 14:15:35 +05:30
RounakDhillon
0a050183c1
Docs: Collate Only Correction ( #18636 )
2024-11-15 14:13:22 +05:30
Aniket Katkar
5afd8c31b6
Updated the what's new content for the 1.5.11 release ( #18540 )
...
* Updated the what's new content for the 1.5.11 release
* Update the what's new content for 1.5.11
* Update the what's new release date for 1.5.11
* update what's new
* Update the release date
* Update the what's new data
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-11-15 09:06:24 +01:00
Sweta Agarwalla
6cdfff35b5
MINOR: fix owner link and update search index in navbar ( #18609 )
...
* fix minor issues
* update owner column component
* update list sequence
* add database search indexes
* add navbar search dropdown tests
* updated owner snapshot
* update wait for response API
* fix tests
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-11-15 13:22:59 +05:30
mgorsk1
3d2dfeb583
feat: use native trino client authentication classes ( #16196 )
...
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-11-15 12:54:42 +05:30
Imri Paran
bde6ee4125
MINOR: Data diff sample fix ( #18632 )
...
* fix(data-diff): sampling configuration
handle the sampling condition separately for the 2 tables allowing to apply sampling on columns with mismatching cases
* format
2024-11-15 08:22:13 +01:00
RounakDhillon
706d13e289
Docs: Admin Guides Manage Team And Users Images Updation ( #18619 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-11-15 11:09:24 +05:30
Mohit Yadav
560e28df76
Search Index Issues ( #18648 )
...
* Search Index Issues
* Log Thread
* Make logs debug
* Remove Current Therad Name
2024-11-14 22:19:35 +05:30
Mayur Singal
75d417d267
MINOR: Fix user search - exclude bots ( #18645 )
2024-11-14 21:25:21 +05:30
Akash Verma
fa30be0589
fix #17726 Databricks schema name with hyphen issue ( #18598 )
2024-11-14 20:02:20 +05:30
Mayur Singal
8104c3aec6
MINOR: Fix Redshift DBT Playwright ( #18642 )
2024-11-14 18:15:23 +05:30