* Flowable Exceptions are Stored in OMD instance tables, Remove internal fields from workflow event consumption
* Store Stages in Workflow in case of Errors
* Improvise Suspend and Resume workflow
* Update generated TypeScript types
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* removed translation logic from remaing constant files
* removed remaining constants from datepicker and data insight page
* fixed unit tests
* removed translation from entity constant and fixed ru translation
* Add new /assets/counts api
* use linkedhashmap to list in sorted order
* add ui changes for widget with playwright
* fix jest tests
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
* docs: enhance Requirements section for Databricks with Unity Catalog permissions
Add comprehensive Unity Catalog permission requirements for Databricks connector:
Core metadata extraction:
- USAGE on catalogs and schemas
- SELECT on tables and views
Optional features:
- View definitions (information_schema.views)
- Unity Catalog tags at all levels (catalog_tags, schema_tags, table_tags, column_tags)
- Table and column lineage (system.access.table_lineage, system.access.column_lineage)
- Query history API access for usage & lineage
- Profiler & data quality permissions
Each section includes SQL GRANT statements for easy copy-paste setup.
Aligns with 13 test connection steps defined in databricks.json.
* fix: added permissions and other details in databricks.md and unitycatalog.md
* fix: update access requirements for system.access tables in Databricks and Unity Catalog documentation
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Keshav Mohta <keshavmohta09@gmail.com>
Co-authored-by: Keshav Mohta <68001229+keshavmohta09@users.noreply.github.com>
* fix(ui): Format row count and decimal values across the profiler and DQ
* fix unit tests
* fix unit test
* update empty values in summary card
* address comments
* fix failing e2e test
* Support multiple agent types in filtering and API calls
* Fix java checkstyle
* test
* fix
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* test: add comprehensive debug logging to sample usage test
* Increase default lineage query parsing timeout from 10 to 30 sec
* test: add LineageParser 300s timeout test for CI performance measurement
* test: add lineage parser perf test to main test
* Correct query_log query with correct values and revert all debug code of test
* Revert parsing timeout to 10sec
* Update parsing timeout to 30sec and add debug tests to check time took on query
* Intentional failure to log query parsing time in CI
* Remove debug tests
* Add 'deleted' field handling in search metadata tool and tests
* Remove unit tests for deleted field handling in SearchMetadataTool
* Refactor assertion message formatting in McpToolsValidationTest
* Add dedicated deletion test table in search metadata tests
* Refactor table creation in McpToolsValidationTest for improved readability
* chore: set lower DAG serialization defaults
* chore: increase timeout for testSuite
* chore: update DAG processor interval postgres
* chore: lower DAG parse interval and delay
* fix: remove internal parsing and trigger dag parsing automatically on deploy