* feat: databricks oauth and azure ad auth setup
* refactor: add auth type changes in databricks.md
* fix: test after oauth changes
* refactor: unity catalog connection to databricks connection code
* Create on Parent Team should allow team creation on child
* Remove Comment
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 04b8e9452a678466052e9c34ee796365c195d279)
* fix: upgrade Spring Framework to 6.1.15 for security vulnerability
- Upgrades spring-beans, spring-core, spring-expression from 6.1.14 to 6.1.15
- Addresses security vulnerability detected by Snyk
- Patch release with no breaking changes
* fix: resolve critical security vulnerabilities in dependencies
* fix: changed passed/failed[Rows] to Long to handle 64-bits numbers
* fix: failing test case
(cherry picked from commit dad07bc7faa7bd66de08552221bc933a2e481b9d)
* fix: iterate arrays in reverse when removing elements in SearchClient
Changed loops in SearchClient.java to iterate backwards over tags, dataProducts,
lineage, entityRelationship, and testSuites arrays before removing elements.
This prevents skipping elements or index errors due to forward iteration while removing items.
* Refactor Painless scripts to use removeIf and Java multiline strings
* Fix failed Java checkstyle
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
(cherry picked from commit c336257cf4d6ed7ae7cc47c08cdb9a438dd19796)
* Add missing user_activity migrations to 1.9.8
* replace with dynamic sql queries in case of mysql
* move to java migrations for adding missing userActivity columns
* Revert postgres schemaChanges.sql to match main branch exactly
* fix test
(cherry picked from commit 673da282c372de5bb839ec6843d33d3f4e94911e)
* Restore deleted entities will take inherited fields into consideration
* dummy commit
(cherry picked from commit be5887eb009a99aec1ec9aca43268f88a8ffc046)
Renamed migration classes and utilities to v196 for MySQL and PostgreSQL.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: --global <--global>
Co-authored-by: Claude <noreply@anthropic.com>
* Separating terms and tags in action config
* Update generated TypeScript types
* add: migration files for separate tags and terms
* chore: java formatting
* yaml formatting
* Chore: updated the release number
* updated to v194 as per release cycle
* updated to v195 as per release cycle
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: --global <--global>
* handle persona deletion and relations fetch when entitynotfoundexceptoin is thrown
* Fix persona deletion
* Add Playwright Tests
(cherry picked from commit b32575eb5d3ace7196ac9c3aa4e4325e1d5ddb65)
* MINOR WIP - tag_usage performance
* Update EntityRepository.java
remove unnecessary call
* update query and indexes
* Merge 1.9.3 migration queries from main branch
- Add performance indexes for tag_usage and entity_relationship tables
- Add entity relationship update for dataContract relations
- Merge queries from both main and tag-usage-perf branches
Co-authored-by: Pere Miquel Brull <pmbrull@users.noreply.github.com>
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <pmbrull@users.noreply.github.com>
* MINOR - Add specific endpoint for log downloads in streaming
* Fix unit tests
* Fix unit test
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
(cherry picked from commit 6b075e3c1853a4ae8a5e9ad1453a7f17389791ac)