11743 Commits

Author SHA1 Message Date
Rounak Dhillon
4dbbc294bf
Docs: Azure File Updation in 1.6 & 1.7 (#20046)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-03-03 05:50:30 +00:00
Rounak Dhillon
8277f7beda
Docs: Version Update in Python (#20044)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-03-03 05:31:16 +00:00
Rounak Dhillon
4660548843
Docs: 1.6.5 Release Updation (#20043)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-03-03 05:12:59 +00:00
Aniket Katkar
a058579aaf
Fix the generated types (#20042) 2025-03-02 16:18:18 +05:30
Chirag Madlani
fa6da999ec
[Snyk] Security upgrade axios from 1.7.4 to 1.7.8 (#19927)
* fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926

* Update the axios version to 1.7.9 since 1.7.8 was messing up with type validations in multiple files

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-02 16:17:39 +05:30
Ashish Gupta
f59252cd52
#19881: supported bulk import in OSS (#19982)
* supported bulk import in OSS

* remove duplicate file and fix sonar issue

* fix playwright and sonar issue

* remove the constant file from bulk import

* remove the src file method reference from the playwright folder

* fix the file name
2025-03-02 16:14:19 +05:30
Chirag Madlani
30a8d64959
feat(ui): support /logout path to perform logout from api redirect (#20040) 2025-03-02 15:52:50 +05:30
Chirag Madlani
9331a526ea
fix(ui): tour page issue clicking on tour from welcome screen (#20038)
* fix(ui): tour page issue clicking on tour from welcome screen

* fix infinite login for unauthenticated router

* improve tour tests
2025-03-02 13:00:33 +05:30
Karan Hotchandani
1cbbe9a7c0
fix generated types (#20033)
* fix generated types

* fix path

* fix unit tests
2025-02-28 15:55:40 +00:00
harshsoni2024
de72e87bdf
mysql sample data createTable order fix (#20019) 2025-02-28 18:51:13 +05:30
Gyowanny P. Queiroz
fc90a13e08
GEN-2891 - Add ingestion agent relationship to service entities (#19946)
* GEN-2891 - Add ingestion agent relationship to service entities

* Revert relationship storing

* Centralize ingestion entity relationship logic

* Add default implementation

* Change relationship type
2025-02-28 09:35:33 -03:00
Chirag Madlani
36f939af5f
fix(ui): #20017 remove duplicate activity feed providers (#20018)
* fix(ui): #20017 remove duplicate activity feed providers

* fix unit tests

* fix incident manager
2025-02-28 16:57:05 +05:30
Dhruv Parmar
810a33e4d0
Fixes #19860: Added Diagnostic tab to display diagnostic information || Added Sync offset button (#19980)
* fixed: pagination for deleted users

* fixed test cases

* fixed comments

* used admin token to authenticate

* feature: added Diagnostic info tab

* fixed comments

* fixed github comments

* fixed github comments

* fixed github comments

* fixed playwright cases

* fixed playwright cases

---------

Co-authored-by: Dhruv parmar <dhruv@Dhruvs-MacBook-Air.local>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-02-28 15:54:25 +05:30
Sriharsha Chintalapani
08406b22f6
Add max/min server threads config (#20023) 2025-02-28 15:26:11 +05:30
Akash Verma
dfb6e1e3fe
Feat: Mssql Db&schema descrption (#19769) 2025-02-28 12:13:23 +05:30
Ashish Gupta
fb1ca6848c
fix aut playwrigth failure (#19987)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-02-28 00:23:46 +05:30
Sriharsha Chintalapani
799e49e391
Search: improve relevancy for plural/singular words, partial matches,… (#20000)
* Search: improve relevancy for plural/singular words, partial matches, exact matches

* apply to all indexes

* Fix other query patterns

* Revert changes of database and databaseSchema fields in TableIndex.getFields() and table index mapping

* add missing boost query builder in es

* fix ci

* add max_ngram_diff setting in di-assets index

* fix TestCaseResourceTest mvn test failure

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-02-27 16:47:08 +01:00
Keshav Mohta
7e52310480
Refactor: Reverse Ingestion Pipeline (#19988)
* refact: removed serviceId and added service

* fix: required in reverse ingestion

* fix: types
2025-02-27 15:29:42 +01:00
Rounak Dhillon
5ff1ff804a
Docs: Redshift Note Addition (#20012)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-02-27 12:26:30 +00:00
Imri Paran
415d798a37
MINOR: use separate quartz scheduler (#19953)
* fix: use separate quartz scheduler

* format

* added threadCount

* throw error if ServicesStatusJobHandler fails to start
2025-02-27 11:50:40 +01:00
Chirag Madlani
ab7666b8fe
Feat persona table page (#18550)
* support table details customization page

* update widget preview

* fix schema tab

* fix issue around save layout across tabs

* fix unit tests

* fix tab label with customized one

* misc fixes for persona edit

* update

* update topic with persona changes

* support dashboard data model

* support data assets with customization

* support pipeline with customize page

* fix console errors

* fix tests

* fix sonar cloud issues

* update code for data assets

* remove fqn prop as

* create generic tabs

* update

* support customization for domain page

* update

* fix errors

* fix tests

* update

* fix detail pages

* fix playwright tests

* fix unit tests

* fix unit tests

* update generic tab

* update

* fix tests

* fix tests

* fix data test id for tags and glossary terms

* fix version pages

* fix unit test

* update page enum with api collection

* update custom property to use generic provider

* fix api collection & endpoint

* fix apiCollection and apiEndpoint customization

* fix container test and fix sonar

* fix tests

* fix delete playwright

* support metric entity

* add metric as page type to customization

* fix container unit tests

* fix metric tests

* fix ml model customization

* fix test for mlmodel page

* fix Metric details tests

* fix tests

* fix test for database schema version page

* reset max failure for playwright

* improve icons

* address comments

* update translation

* update as per comments

* update localization

* update function signature

* update file names and fix imports

* address comments

* support tags and glossary to domain

* fix failing tests

* option to show hide task handlers
2025-02-27 15:43:58 +05:30
Mayur Singal
0a1d78918b
MINOR: Fix delete entity relation live indexing (#19837) 2025-02-27 14:29:10 +05:30
Mayur Singal
8479fc436e
MINOR: Looker case insensitive search for users (#19979) 2025-02-27 14:27:04 +05:30
IceS2
b0c997e56d
MINOR: Update run app to run data insights (#19997)
* Update runApp to run Data Insights

* Trying to make parallel executions

* Trying to make parallel executions
2025-02-27 09:52:01 +01:00
Sriharsha Chintalapani
dc0437119e
Minor: Add pipeline display name in lineage export (#20004)
* Minor: Add pipeline display name in lineage export

* add to csvDocumentation as well

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2025-02-27 09:46:44 +01:00
Mayur Singal
73876a9122
MINOR: Use clean url in clients (#19978) 2025-02-27 12:18:50 +05:30
sonika-shah
88a4ce481f
Minor Fix - issues in SearchRepository.propagateGlossaryTags method (#19995)
* Fix - issues in SearchRepository.propagateGlossaryTags method

* Refactor - format get_sample_query method for improved readability

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2025-02-27 11:38:53 +05:30
Mohit Yadav
851aa3ee0b
- Encode Urls for Diferent destinations (#19993)
* - Encode Urls for Diferent destinations

* Add single function for entity fqn encoding
2025-02-26 20:31:28 +01:00
Shailesh Parmar
a0954ae33c
Minor: Added Whats new content for 1.6.5 (#19996) 2025-02-26 20:31:07 +01:00
Pere Miquel Brull
603d61eaa2
Fix #19856 - Set the db in mysql/mariadb for metric computations (#19994)
* use db for mysql/mariadb

* format
2025-02-26 20:30:42 +01:00
Pere Miquel Brull
6b7a9fe76c
MINOR - Update sampler tablenames (#19976)
* MINOR - Update sampler tablenames

* MINOR - Update sampler tablenames

* MINOR - Update sampler tablenames
2025-02-26 14:08:14 +01:00
IceS2
baac7d0589
Small improvement (#19983) 2025-02-26 13:22:22 +01:00
IceS2
7e64bfa888
MINOR: Update Data Insights Configurations to enable more fine control management (#19884)
* Update Data Insights Configurations to enable more fine control management

* Update Data Insights Configurations to enable more fine control management

* Hide one configuration from DataInsights App
2025-02-26 16:17:18 +05:30
tarunpandey23
7053b53b8c
Feat: Update Trivy Scan to Trigger Workflow on Changes to .py, .java, and Dockerfile Files (#19963)
* Updated trivy scan for running on changes in .java extension files and Dockerfile

* Updated trivy scan for running on changes in .py extension files and Dockerfile

* Updated paths

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
2025-02-26 16:03:23 +05:30
Rounak Dhillon
379c088f68
Docs: Custom Metrics Updation (#19985)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-02-26 15:48:46 +05:30
Akash Jain
19f04a35ef
fix: Trigger workflow on Pull Requests (#19970)
* fix: Trigger workflow  on Pull Requests

* chore: Use the latest action step for workflow dispatch
2025-02-26 15:47:29 +05:30
Karan Hotchandani
9568817cf1
Fix #19950: Add Tags/Glossary Term support for Domains & Data Products (#19969)
* Fix #19950: Add Tags/Glossary Term support for Domains & Data Products

* add tags and glossary terms to domain and data product

* fix snakeyaml dependency

* Fix search filtering for domain/dataProduct

* fix showing of domain on tags page

* fix merge conflicts

* addressed comments

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2025-02-26 14:46:58 +05:30
sonika-shah
624ac894a6
Minor - Fix schema file path for entityReference in SchemaFieldExtractor (#19974) 2025-02-26 09:33:31 +01:00
Rounak Dhillon
4a92c76008
Docs: Auto Classification Updation (#19981)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-02-26 07:23:57 +00:00
IceS2
fd7b00d246
MINOR: Fix Migrations (#19925)
* Fix Migrations

* Fix WorkflowHandler initialization

* Refactor how to fix the migrations by passing the Config object itself

* Fix Migrations

* Remove comments

* Remove comments
2025-02-26 12:53:08 +05:30
IceS2
b587dfd344
Remove followers from data insights processing (#19973) 2025-02-25 17:54:24 +01:00
Imri Paran
97fad806a2
Fixes 19755: Publish app config with status (#19754)
* feat(app): add config to status

add config to the reported status of the ingestion pipeline

* added separate pipeline service client call for external apps

* fix masking of pydantic model

* - overload model_dump to mask secrets instead of a separate method
- moved tests to test_custom_pydantic.py

* fix: execution time

* fix: mask secrets in dump json

* fix: for python3.8

* fix: for python3.8

* fix: use mask_secrets=False when dumping a model for create

* format

* fix: update mask_secrets=False for workflow configurations

* fix: use context directly when using model_dump_json

* fix: default behavior when dumping json

* format

* fixed tests
2025-02-25 16:51:49 +00:00
Ashish Gupta
df00d2f392
#19850: fix the scroll issue for action button in Glossary import (#19965)
* fix the scroll issue for action button in Glossary import

* minor translation fix

* fix sonar issue
2025-02-25 19:38:55 +05:30
Rounak Dhillon
769e681348
Docs: Code Layout Updation (#19971) 2025-02-25 19:14:44 +05:30
Keshav Mohta
df193bd0c4
Feature: Reverse Metadata Ingestion (#19723) 2025-02-25 18:41:08 +05:30
IceS2
a0e91f3dea
MINOR: Fix Certification Comparisson (#19947)
* Used .equals() instead of ==

* fix comparison

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2025-02-25 14:04:13 +01:00
Keshav Mohta
037116cdc0
Feature: Generate TS From JSON (#19823) 2025-02-25 18:18:02 +05:30
Chirag Madlani
450b6df9cd
fix(ui): service type filter for multiple selections (#19941)
* fix(ui): service type filter for multiple selections

* fix tests

* remove import

* revert other changes

* added test for service type filter

* improve code
2025-02-25 17:05:54 +05:30
Ayush Shah
8550954150
Fix: Update summary and description for addCustomMetric operation (#19964) 2025-02-25 16:56:21 +05:30
Rounak Dhillon
a73bc14bdc
Docs: Metrics Addition in Governance (#19966)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-02-25 15:56:07 +05:30