Breaking Change in listRun
Endpoint – Version 7.19
Effective in version 7.19, there is a breaking change to the listRun endpoint:
The
orderBy
parameter is now mandatory whenever thestartingFrom
parameter is included in a request.
This change ensures consistent and predictable pagination behavior when using the startingFrom
cursor.
What you need to do:
If your integration uses
startingFrom
, make sure to include a validorderBy
value in the same request.
Requests missing the required orderBy
parameter will now return an error.
Updates
We have made several improvements to the Coalesce App's user experience.
Nodes in the Build Interface panel and source Node selector are now sorted alphabetically, making it easier to find the Node you need.
The Deployment page now features interconnected filters—selecting a value in one filter automatically updates the available options in other filters.
You can select View Column Lineage while in the Column Grid view so you can quickly access the lineage when working with a large grid.
When viewing the selected (blue) Node in Column Lineage, you can quickly edit the Node without using having to find and select the Node.
Selecting a Node in the DAG or Graph View now highlights the corresponding Node in the sidebar. This ensures your view stays consistent and eliminates the need to manually update selections in multiple places.
Bug Fixes
Deployments now succeed when a Node's source changes while its name remains the same.
The Node editor now displays accurate row counts.