Updates
We’ve made multiple API updates including:
Added pagination to List Environments. In addition to existing fields, we have added:
total
- Number of resultsstartingFrom
- The id the request starts from.limit
- The request page size. 100 is the default.next
- The value where the next page of results starts after.
Added type to List Run Results. Type indicates if it is a
sql
orsqlTest
run.When using ref functions, an error message will return if there is a cyclical dependency.
We’ve made some user interface improvements including:
Added tooltips for all statuses in the Activity Feed.
The Fetch button in the Git Modal has moved to be in-line with commit and branches.
Improved Column Lineage so it's easier to see the Node lineage.
Bug Fixes
Clicking on a Node in the Docs no longer results in an error screen.
Column lineage now renders correctly.
Fixed an issue where the plan step during deployments would take a long time.