Breaking Changes
Ingestion Framework Upgrade Required
Schema changes introduced in earlier minor releases require the ingestion framework to be upgraded when moving to 1.11.10.
Changes Introduced
- 1.11.5: Added
queryStatementSourcefield to Postgres connection - 1.11.5: Added
queryParserConfigfield to Dashboard service - 1.11.9: Added
statusLookbackDaysfield to Pipeline service
If the ingestion framework version is older and does not support these fields, you may encounter:
- ValidationError during pipeline deployment
- Airflow DAG build failures
- Configuration parsing errors
Required Action
When upgrading to 1.11.10, you must also upgrade your ingestion framework to 1.11.10. Running mismatched versions may result in schema validation failures and pipeline deployment issues.
Changelog
Improvements
- BurstIQ Connector: Added new BurstIQ database connector.
- Athena: Implemented struct profiling following established patterns.
- UI: Added support for
displayNameextraction from user profile during login. - Search & Suggestions: Excluded unused fields from suggestion API calls to improve performance.
Fixes
- BigQuery: Fixed
usageLocationnot being added to the connection URL. - Oracle: Fixed stored procedure line ordering with
ORDER BYclause; ensured packages are ordered before package bodies. - DB2: Fixed iSeries connection issue.
- Dagster: Added asset key prefix configuration for lineage.
- Airflow: Fixed Task Instance link not correctly filtering by DAG.
- Metabase: Fixed dataset query type detection for native queries and improved error logging.
- Ingestion Pipeline: Fixed exit handler skipping status update when pipeline is already in a terminal state.
- Workflow Management: Resolved Flowable suspension state conflict after migration.
- Schema: Fixed Delete Table Constraint when the column is not present in the patch request.
- Usage Workflow: Fixed
NoneTypeattribute error on cost calculation. - CSV Import: Fixed Out-of-Memory (OOM) issue during large CSV processing.
- Data Quality: Fixed boolean parameters in test case forms that could not be toggled OFF.
- UI - Tables: Fixed nested fields repetition issue in table display.