Rounak Dhillon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d42b0e1fd 
							
						 
					 
					
						
						
							
							Docs: 1.7 Upgrade Prequisites Doc Updation ( #20853 )  
						
						... 
						
						
						
						Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local> 
						
						
					 
					
						2025-04-16 09:45:02 +00:00 
						 
				 
			
				
					
						
							
							
								Mohit Yadav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0eac43636 
							
						 
					 
					
						
						
							
							Add cleanup apps_extension_time_series ( #20857 )  
						
						
						
						
					 
					
						2025-04-16 14:54:11 +05:30 
						 
				 
			
				
					
						
							
							
								Mohit Yadav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ce3748f2f 
							
						 
					 
					
						
						
							
							Cleanup Query Record ( #20856 )  
						
						
						
						
					 
					
						2025-04-16 11:05:00 +02:00 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97b9b75fce 
							
						 
					 
					
						
						
							
							Update openmetadata-ops.sh for collate-spec classpath ( #20855 )  
						
						... 
						
						
						
						This fixes an issue we saw in AUTs and sandbox-beta:
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final long java.time.Instant.seconds accessible: module java.base does not "opens java.time" to unnamed module @44075f31
The RCA of this issue is an overriding we are doing on some internal argo lib classes in io.argoproj.workflow.JSON.
This was previously placed in collate-service. In the recent move to collate-spec when preparing the Hybrid Pipeline Service Client, we missed moving this. Then, the classpath was first loading the JSON class from the argo lib, rather than our fixed class inside collate-spec.
This is tricky since running the server from intellij works properly. However, the issue happens when running from openmetadata-server-start.sh, which is the dep used within Docker too. 
						
						
					 
					
						2025-04-16 10:32:31 +02:00 
						 
				 
			
				
					
						
							
							
								aji-aju 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f49ef4831 
							
						 
					 
					
						
						
							
							Variable name changed for prefix path ( #20812 )  
						
						
						
						
					 
					
						2025-04-16 13:54:00 +05:30 
						 
				 
			
				
					
						
							
							
								Rounak Dhillon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd71d1df55 
							
						 
					 
					
						
						
							
							Docs: Auto Change to Auto Classification ( #20850 )  
						
						... 
						
						
						
						Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> 
						
						
					 
					
						2025-04-16 06:40:51 +00:00 
						 
				 
			
				
					
						
							
							
								Shailesh Parmar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be716153ee 
							
						 
					 
					
						
						
							
							Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks. ( #20837 )  
						
						... 
						
						
						
						* Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks.
* Refactor ImageAttachment component to improve loading state handling and update tests for better coverage. Adjust Bulk Edit Entity tests to streamline response handling and fix selector usage in GlossaryVersionPage tests.
* revert framenavigated wait from table 
						
						
					 
					
						2025-04-16 11:41:05 +05:30 
						 
				 
			
				
					
						
							
							
								harshsoni2024 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb5af8ad7c 
							
						 
					 
					
						
						
							
							bigquery lib fix ( #20849 )  
						
						
						
						
					 
					
						2025-04-16 08:04:26 +02:00 
						 
				 
			
				
					
						
							
							
								Sriharsha Chintalapani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c32691eed 
							
						 
					 
					
						
						
							
							Fix whats new messaging ( #20846 )  
						
						... 
						
						
						
						* Fix whats new messaging
* fix formatting
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> 
						
						
					 
					
						2025-04-16 10:41:42 +05:30 
						 
				 
			
				
					
						
							
							
								Ashish Gupta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82ba5cb532 
							
						 
					 
					
						
						
							
							fix the glossary tag breaking in bulk edit and import ( #20845 )  
						
						
						
						
					 
					
						2025-04-16 07:53:29 +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 
						 
				 
			
				
					
						
							
							
								Shrushti Polekar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a67501e4c 
							
						 
					 
					
						
						
							
							Minor : fix activity feed playwright failure ( #20842 )  
						
						... 
						
						
						
						* fix activity feed failure
* minor fix 
						
						
					 
					
						2025-04-15 22:42:21 +05:30 
						 
				 
			
				
					
						
							
							
								Mohit Yadav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27cf2e0354 
							
						 
					 
					
						
						
							
							[Fix-19900] Proxy Url Issue ( #20574 )  
						
						... 
						
						
						
						* Fix Proxy Url Issue
* Fix Failing Tests 
						
						
					 
					
						2025-04-15 21:36:42 +05:30 
						 
				 
			
				
					
						
							
							
								Sweta Agarwalla 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fdf081f28c 
							
						 
					 
					
						
						
							
							Updates for edit service related to runner ( #20841 )  
						
						... 
						
						
						
						* update for edit service
* fix sonar failure 
						
						
					 
					
						2025-04-15 20:43:28 +05:30 
						 
				 
			
				
					
						
							
							
								Dhruv Parmar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42d2c44319 
							
						 
					 
					
						
						
							
							Redesign Incident Manager Header ( #20819 )  
						
						... 
						
						
						
						* redesign header of incident alert
* fixed link ux
* removed unncessary props
* fixed failling test cases
* fixed delete message || internal link icon
* changed width of owner table
* fixed comments
* fixed test
* fixed failling test cases 
						
						
					 
					
						2025-04-15 20:42:34 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							091f87307e 
							
						 
					 
					
						
						
							
							Increase the column span to accommodate the long labels ( #20834 )  
						
						
						
						
					 
					
						2025-04-15 19:33:45 +05:30 
						 
				 
			
				
					
						
							
							
								Chirag Madlani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6495c0f0f2 
							
						 
					 
					
						
						
							
							fix(ui): address persona related feedbacks ( #20833 )  
						
						... 
						
						
						
						* fix(ui): address persona related feedbacks
* fix test and address comments
* fix minor ui fixes
* fix tests 
						
						
					 
					
						2025-04-15 18:41:31 +05:30 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Keshav Mohta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a6224824b 
							
						 
					 
					
						
						
							
							Fixes: BQ Multiple Project E2E ( #20797 )  
						
						... 
						
						
						
						* fix: bq e2e lineage and counts
* fix: bigquery multiple project classify
* fix: tests count from 19 to 17 
						
						
					 
					
						2025-04-15 17:35:22 +05:30 
						 
				 
			
				
					
						
							
							
								Chirag Madlani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ba3b04f22 
							
						 
					 
					
						
						
							
							chore(ui): fix what's new features with collate flag ( #20826 )  
						
						... 
						
						
						
						* chore(ui): support collate only feature list
* update type for base function
* support new images with dynamic approach
* update type 
						
						
					 
					
						2025-04-15 17:07:59 +05:30 
						 
				 
			
				
					
						
							
							
								Keshav Mohta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48635e6a02 
							
						 
					 
					
						
						
							
							Refactor: made project id doc clear ( #20839 )  
						
						
						
						
					 
					
						2025-04-15 16:43:56 +05:30 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e9c29f8aa 
							
						 
					 
					
						
						
							
							MINOR - Fix NPE for tables without schema definition ( #20836 )  
						
						
						
						
					 
					
						2025-04-15 12:48:48 +02:00 
						 
				 
			
				
					
						
							
							
								Aniket Katkar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aafb0514a5 
							
						 
					 
					
						
						
							
							Update the playwright workflow for the PRs to omit the nightly only tests ( #20831 )  
						
						
						
						
					 
					
						2025-04-15 15:04:18 +05:30 
						 
				 
			
				
					
						
							
							
								Dhruv Parmar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72b4ac486d 
							
						 
					 
					
						
						
							
							Made Fields immutable for Applications ( #20799 )  
						
						... 
						
						
						
						* Made dropdown immutable for input field
* added tests
* removed test 
						
						
					 
					
						2025-04-15 14:32:15 +05:30 
						 
				 
			
				
					
						
							
							
								Rounak Dhillon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9bd67915b4 
							
						 
					 
					
						
						
							
							Docs: General Classification Note Updation ( #20828 )  
						
						... 
						
						
						
						* Docs: General Classification Note Updation
* Docs: General Classification Note Updation
* Docs: General Classification Note Updation
---------
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> 
						
						
					 
					
						2025-04-15 08:48:18 +00:00 
						 
				 
			
				
					
						
							
							
								Teddy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1edeb0baf8 
							
						 
					 
					
						
						
							
							MINOR: classification + test workflow for BQ multiproject ( #20779 )  
						
						... 
						
						
						
						* fix: classification + test workflow for BQ multiproject
* fix: deleted e2e test as handled from the UI
* fix: failing test case 
						
						
					 
					
						2025-04-15 10:37:29 +02:00 
						 
				 
			
				
					
						
							
							
								Aniket Katkar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2197c00984 
							
						 
					 
					
						
						
							
							Chore(ui): Increase timeout for delete toast verification ( #20827 )  
						
						... 
						
						
						
						* Increase timeout for delete toast verification for entities which might take more time
* Remove the redundancy 
						
						
					 
					
						2025-04-15 14:00:33 +05:30 
						 
				 
			
				
					
						
							
							
								Mayur Singal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e4b8f5293 
							
						 
					 
					
						
						
							
							MINOR: Fix 'lr_sqlparser' referenced before assignment ( #20823 )  
						
						
						
						
					 
					
						2025-04-15 13:00:04 +05:30 
						 
				 
			
				
					
						
							
							
								Mayur Singal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40ab1814c0 
							
						 
					 
					
						
						
							
							MINOR: Always Include DDL for Views ( #20784 )  
						
						
						
						
					 
					
						2025-04-15 12:59:50 +05:30 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Rounak Dhillon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d1d3bfc6c 
							
						 
					 
					
						
						
							
							Docs: Connectors List Updation ( #20825 )  
						
						
						
						
					 
					
						2025-04-15 11:04:39 +05:30 
						 
				 
			
				
					
						
							
							
								Mayur Singal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							56d3c335a7 
							
						 
					 
					
						
						
							
							MINOR: Fix pydantic warnings in ingestion ( #20822 )  
						
						... 
						
						
						
						* MINOR: Fix pydantic warnings in ingestion
* pydantic fix 
						
						
					 
					
						2025-04-15 06:59:05 +02:00 
						 
				 
			
				
					
						
							
							
								chrisrayrayne 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b14f83940a 
							
						 
					 
					
						
						
							
							Fixes Issue 20189: REST connector checks updated ( #20736 )  
						
						
						
						
					 
					
						2025-04-15 10:24:57 +05:30 
						 
				 
			
				
					
						
							
							
								Chirag Madlani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b59a37d244 
							
						 
					 
					
						
						
							
							feat(ui): what's new updated for 1.7.0 release ( #20821 )  
						
						
						
						
					 
					
						2025-04-15 10:24:24 +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 
						 
				 
			
				
					
						
							
							
								Pranita Fulsundar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b17ab5e5ea 
							
						 
					 
					
						
						
							
							fix: error placeholder for explore tree ( #20817 )  
						
						
						
						
					 
					
						2025-04-15 10:14:42 +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 
						 
				 
			
				
					
						
							
							
								Pranita Fulsundar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							334485f211 
							
						 
					 
					
						
						
							
							chore: update sidebar titles for data quality ( #20806 )  
						
						
						
						
					 
					
						2025-04-14 18:07:01 +05:30 
						 
				 
			
				
					
						
							
							
								Rounak Dhillon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5607dec2d0 
							
						 
					 
					
						
						
							
							Docs: Connectors Order Connection in Menu ( #20813 )  
						
						
						
						
					 
					
						2025-04-14 16:51:15 +05:30 
						 
				 
			
				
					
						
							
							
								Karan Hotchandani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db41fc5ac5 
							
						 
					 
					
						
						
							
							fix glossary duplicates ( #20801 )  
						
						
						
						
					 
					
						2025-04-14 16:21:32 +05:30 
						 
				 
			
				
					
						
							
							
								Ashish Gupta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							555be6d961 
							
						 
					 
					
						
						
							
							MINOR: fix the task owner alignment issue ( #20800 )  
						
						... 
						
						
						
						* fix the task owner alignment issue
* decrease the size of more text in avatar button 
						
						
					 
					
						2025-04-14 16:21:13 +05:30 
						 
				 
			
				
					
						
							
							
								Rounak Dhillon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbecdc650d 
							
						 
					 
					
						
						
							
							Docs: BigQuery Partial Doc Updation ( #20803 )  
						
						... 
						
						
						
						Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local> 
						
						
					 
					
						2025-04-14 13:36:30 +05:30 
						 
				 
			
				
					
						
							
							
								Suman Maharana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dd94516e7 
							
						 
					 
					
						
						
							
							Fix : Dashboard OverrideMetadata ( #20793 )  
						
						
						
						
					 
					
						2025-04-14 12:07:02 +05:30 
						 
				 
			
				
					
						
							
							
								Aniket Katkar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1839a061be 
							
						 
					 
					
						
						
							
							Fix the connector orders in the menu ( #20798 )  
						
						... 
						
						
						
						Add missing connectors to the connectors list 
						
						
					 
					
						2025-04-14 11:41:02 +05:30 
						 
				 
			
				
					
						
							
							
								Mayur Singal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e7ad0479e 
							
						 
					 
					
						
						
							
							MINOR: Improve column validation logic in lineage API ( #20660 )  
						
						
						
						
					 
					
						2025-04-14 10:45:25 +05:30 
						 
				 
			
				
					
						
							
							
								Ashish Gupta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43749aed73 
							
						 
					 
					
						
						
							
							MINOR: beautify png image export error in case of size limit ( #20795 )  
						
						... 
						
						
						
						* beautify png image export error in case of size limit
* minor fix
* minor fix 
						
						
					 
					
						2025-04-14 10:17:01 +05:30