* Restore deleted entities will take inherited fields into consideration
* dummy commit
(cherry picked from commit be5887eb009a99aec1ec9aca43268f88a8ffc046)
* Fix cross db changes of service_names to missed methods
* Handle string value passed to service_names
(cherry picked from commit 9b2b4d2452732c4efb5cf03632eeabbb1d85fe1c)
* Fix the flakiness in advanced search spec
* Add applications docs
* Fix the selection confirmation not working in case of custom property
* Fix the DataContract spec failure
* Fix the errors
* fix the flaky test around metric and customize landing
* reverted the customize test
* reverted the unwanted changes
(cherry picked from commit 9aa194d877f10fbd589ea89ede7d29b287447ac4)
* MINOR: Improve UDF Lineage Processing & Better Logging Time & MultiProcessing (#20848)
* Fix multiprocessing with better memory management and Airflow 2+ compatibility
* Add support for both multiprocessing and multithreading for relevant platforms
* Handle conflicting cross-db lineage changes of service_name parameter change
* Handle stored proc queries without caching all and increase the thread timeout times to cover 100% lineage
* Fix `get_table_query` inheritance and pylint
* Remove mocks from db_utils tests
* Better db_utils test and fix the service_names parameter in case of schema_fallback
---------
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
(cherry picked from commit 04a3639e47cacf68cc6732913b2c0c1cb15e495c)
* Add ssl support to hive
* Added missing ts files
* Added version to pure transport
* Added Tests
* fix tests add missing files
(cherry picked from commit 20e18d4f9f8fb6187a4a9610a793ff8ff5c134f8)
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>
* fix(ui): tab label with persona assigned
* fix tests
* fix tests
* add playwright to validate the same
* remove dndProvider from glossary term table
* fix unit tests
* fix tests
* fix data contract failure
(cherry picked from commit 0081ece0ac8344edb699e7a3541fd086dde591a3)
* refactor: improve test case flows
* refactor: enhance test case flow by utilizing TableClass for table selection and management
* refactor: streamline domain verification by replacing viewer container check with locator for description
* refactor: update Playwright configuration and enhance Tour test flow
* refactor: rename waitForAllSkeletonLoadersToDisappear to waitForAllLoadersToDisappear and update usage across tests
* refactor: remove redundant afterAll cleanup and enhance loader visibility in AssetsTabs
* refactor: streamline test case flow by consolidating table selection and API context retrieval
(cherry picked from commit d956087968e08b3dc923c74ff988de20551ecba9)
* PLAYWRIGHT: fix some flaky playwright test
* revert the config changes
* fix the flakyness around bulk_import and glossary, and skip the glossary reviewer task
* fix the bulk import failure and minor user spec flaky test
* fix failing test
(cherry picked from commit 527511ca50f2e4ef5577c999802a9970acd76232)
* handle persona deletion and relations fetch when entitynotfoundexceptoin is thrown
* Fix persona deletion
* Add Playwright Tests
(cherry picked from commit b32575eb5d3ace7196ac9c3aa4e4325e1d5ddb65)
* Refactor BigQuery client type hinting in bigquery_utils.py
- Updated type hint for the BigQuery client to use forward declaration for better compatibility with type checking.
- Moved import statement for google.cloud.bigquery inside TYPE_CHECKING block to optimize imports during runtime.
* Refactor BigQuery client import structure in bigquery_utils.py
- Moved the import statement for google.cloud.bigquery inside the TYPE_CHECKING block to enhance type hinting compatibility.
- Adjusted the import location for better runtime performance and adherence to best practices.