2014 Commits

Author SHA1 Message Date
Ashish Gupta
73aaa34b75
update the snapshot to 1.8.0 (#20925) 2025-04-24 10:46:36 +05:30
Teddy
94728cb689
fix: severity on incident POST creation (#20881) 2025-04-22 15:40:39 +02:00
Pere Miquel Brull
34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30
Mohit Yadav
731eed35fe
Fix Glossary Terms failure (#20887) 2025-04-17 20:10:12 +05:30
IceS2
6040f5ed28
MINOR: Handle run internal app when app is running (#20883) 2025-04-17 13:55:20 +02:00
Mohit Yadav
8615a5db29
Update Dependency of jetty-server (#20871) 2025-04-17 00:24:42 +05:30
Sriharsha Chintalapani
03abcb60f7
Add IAM config for natural language search (#20742)
* Add IAM config for natural language search

* Add IAM config for natural language search

* Add IAM config for natural language search

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-04-16 23:33:47 +05:30
Mayur Singal
e4cc3527e5
MINOR: NPE handling for SP lineage (#20860) 2025-04-16 10:34:11 -07:00
Mohit Yadav
669d2cf241
Update messages for Email (#20867)
* Update messages for username and email

* Update messages for username and email and dependency

* remove deps
2025-04-16 22:27:09 +05:30
aji-aju
c092735fce
Column tag glossary export (#20858)
* Column tags/ glossary not importing bug fic

* Column tags/ glossary not importing bug fix

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-16 16:27:17 +05:30
Akash Jain
0f6d0523d8
feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch (#20847)
* feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch

* fix(script): Add a condition for "-SNAPSHOT" is version update script
2025-04-16 15:21:01 +05:30
Mohit Yadav
9ce3748f2f
Cleanup Query Record (#20856) 2025-04-16 11:05:00 +02:00
aji-aju
1f49ef4831
Variable name changed for prefix path (#20812) 2025-04-16 13:54:00 +05:30
aji-aju
f976bc2c36
Recursive Bulk Import fixes (#20804)
* New schema import error fixed

* updated test for DatabaseSchema as per recursive import

* unskip and updated database playwright test for bulk import

* Import issue in StoredProcedure fixed

* added query editor for storeprocedure code

* Source url error fixed for import

* updated databaseService test as per recursive bulk import

* fix the storedprocedure parsing issue

* added storedProcedure playwright in the databse service level

* in import dry run set exist schema is false

* fix the playwrigth test around storedProcedure

* on dry run create parent columns

* fix the encoding issue in bulk edit page

* fix the bulk edit playwright test

* Fix Glossary Terms missing on export

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-04-15 23:15:49 +05:30
Mohit Yadav
958e7f88f6
Remove Deletion freom loadDefaultApps (#20844) 2025-04-15 19:35:54 +02:00
Mohit Yadav
27cf2e0354
[Fix-19900] Proxy Url Issue (#20574)
* Fix Proxy Url Issue

* Fix Failing Tests
2025-04-15 21:36:42 +05:30
aji-aju
298e6c9ea4
Import bug fixed for owners and tags removal (#20832)
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-15 16:19:29 +02:00
Aniket Katkar
8e8cc3c614
Chore(ui): Un-skip and fix the playwright tests (#20594)
* Unskip and fix the playwright

* fix: add name to fqnParts for partial search on testSuite/testCase/testResolution

* Update the alert tests to run in parallel

* skip the autoclassification spec

---------

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2025-04-15 18:24:44 +05:30
Teddy
98c6b6e4ef
migration: fix duplicate param key insertion (#20802) 2025-04-15 14:10:51 +02:00
Pere Miquel Brull
6e9c29f8aa
MINOR - Fix NPE for tables without schema definition (#20836) 2025-04-15 12:48:48 +02:00
Mohit Yadav
32eed1122c
Add Operations Configuration to allow bootstrapping operational configs like email and server-url (#20824) 2025-04-15 11:08:25 +05:30
Mohit Yadav
5476438e44
Order deletion by tagFQN (#20815)
* Order deletion by tagFQN

* Connection Type specific queries
2025-04-15 10:19:21 +05:30
Pere Miquel Brull
003e759709
MINOR - Fix NPE for empty topics in lineage (#20816) 2025-04-14 20:36:10 +02:00
IceS2
5239c09f17
Fix ReRun by actually setting the OpenMetadataConnection properly (#20810) 2025-04-14 14:43:53 +02:00
Mayur Singal
9e7ad0479e
MINOR: Improve column validation logic in lineage API (#20660) 2025-04-14 10:45:25 +05:30
sonika-shah
b7e77838a5
Fix : case-insensitive issue with aggregation API response (#20734)
* Fix : case-insensitive issue on aggregation and simplify aggregation API response format

* add lowercase normaliser for service.name.keyword

* add lowercase normaliser for database.name.keyword, databaseSchema.name.keyword, columns.name.keyword

* fix lowercase normaliser for database.name, databaseSchema.name

* create new aggregateRequest.json and update aggregate function

* remove sort field in subAgg and trackScores(false)

* cleanup function

* rename aggregation Field

* fix the search cases

* fix locales

* fix search

* add test case

* hide lineage search for higher level layers

* fix tests

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2025-04-13 15:25:26 +02:00
Pere Miquel Brull
c38209c63b
FIX CL-#1427 - PATCH applies inherited owners (#20759)
* FIX CL-#1427 - PATCH applies inherited owners

* FIX CL-#1427 - PATCH applies inherited owners

* format
2025-04-13 06:56:33 +02:00
Mohit Yadav
04eafbc572
Use Subset of Permissions for add delete Users in teams (#20783)
* Use Subset of Permissions

* use correct permissino to show add user option

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-12 00:41:07 +05:30
Sriharsha Chintalapani
c1d7414578
add allowed field value boost (#20771)
* add allowed field value boost

* update field value boost options

---------

Co-authored-by: Pranita <pfulsundar8@gmail.com>
2025-04-11 23:32:57 +05:30
Mayur Singal
2d7176689c
MINOR: Fix PII Column Bar Chart (#20772) 2025-04-11 18:18:20 +05:30
Akash Verma
5cbe9badef
Wherescape Connector (#20500)
* omd side ws connector files

* Removed files

* add beta tag

* update enum name

* rename connection to databaseConnection

* Revert "rename connection to databaseConnection"

This reverts commit 9f1bc74e7aa6c156bedb8eefeb1a5435fcf72319.

* rename from connection to metastore

* rename connection to dbconnection

* UI Generated files

* fix connector UI

* fix connector UI

---------

Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Sweta Agarwalla <swetaagarwalla13@gmail.com>
2025-04-11 18:04:58 +05:30
aji-aju
06953ee266
Fixes #20289 : Added application run logs for DataRetentionApp (#20581)
* Added application run logs for DataRetentionApp

* Code changes to accommodate change in EntityStats
2025-04-11 15:21:54 +05:30
Mohit Yadav
432b74f8cb
Add Policy validation to users (#20520) 2025-04-11 09:48:22 +05:30
Mohit Yadav
523e504a31
Fix-20765 Issue in update() method (#20766) 2025-04-11 09:47:23 +05:30
Mohit Yadav
d86257c2a0
Missing Permission on Adding Users to team (#20768) 2025-04-11 09:37:20 +05:30
IceS2
f88d9ba392
MINOR: Renamed DayOneApp to AutoPilot (#20720)
* Renamed DayOneApp to SmartStart

* Fix Checkstyle

* Change the day one app references in the UI

* Change Smart Start to Auto Pilot

* Adding autoPilotAppConfig.ts generated file

* fix

* Update the generated types

* Change the Auto Pilot to AutoPilot

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-04-10 21:47:45 +05:30
Pere Miquel Brull
d45498e603
FIX #19919 - Traverse children columns when accepting suggestions (#20690) 2025-04-10 16:39:59 +02:00
Mohit Yadav
dac5182921
Fix Empty Password Settings (#20739) 2025-04-10 11:20:40 +05:30
Imri Paran
14f493879c
MINOR: chore: explicit types in appRunRecord.json (#20636)
* chore: explicit types in appRunRecord.json

This does not change the actual schema of AppRunRecord so no database migrations are required. It improves the ergonomics of building a an app status.

* fixed AppLogsViewer.component.tsx

* modified AppUtils to use new schema

* added wide catcher
2025-04-09 17:40:48 +05:30
Mohit Yadav
3a01ad7da5
[Fix-20125] OIDC: Allow max_age to be optional (#20721)
* Make Max Age Optional

* spotless fix
2025-04-09 15:09:57 +05:30
Mohit Yadav
6db8454649
fix azure null refresh token issue (#20725) 2025-04-09 15:03:49 +05:30
Mohit Yadav
4aa070f04e
Add Check for Null destinations (#20717) 2025-04-09 12:02:43 +05:30
Mohit Yadav
ec5c83441a
Fix Add Derived Tags while batch fetching (#20716) 2025-04-09 11:35:59 +05:30
aji-aju
f573015a38
Default credentials, prefix path in Azure (#20707) 2025-04-09 10:21:48 +05:30
sonika-shah
38d866be60
Fix - 1.7 Glossary feedback and other minor bug fixes (#20652)
* Fix - 1.7 Glossary feedback and other minor bug fixes

* check for duplicateTerms in glossary

* check for duplicateTerms in glossary enable playwright

* fix tests

* playwright fix

* fix playwright for GlossaryImportExport.spec.ts

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-09 09:59:15 +05:30
Mohit Yadav
bc701ae993
Add Logs for import export (#20709) 2025-04-08 23:26:42 +05:30
Mayur Singal
202519fd2d
MINOR: Fix PII Charts (#20481) 2025-04-08 18:03:23 +05:30
Mohit Yadav
6970b11677
Fix Indexing Issues (#20686) 2025-04-08 16:27:43 +05:30
aji-aju
880a2cd7a8
Added prefix, and SSE in S3 (#20678) 2025-04-07 23:28:18 +05:30
Mayur Singal
4a407f6d0d
MINOR: Implement column validation in lineage patch api (#20545) 2025-04-07 21:24:46 +05:30