v0.11.5 (2026-05-15)
What’s new
Added
- Resources cross-reference validation. When a
depends_onentry references a${resources.X}name that does not exist in the stack, a warning is issued. lookup_existingfield for all applicable resources- Registration of Spark DataFrame / Column namespaces
- Support for storing Terraform state file to Databricks workspace
- Support for inject variables and/or variable files with CLI
Updated
TerraformStack.model_dump(): resource reference substitution (${resources.xxx}) now uses structured dict traversal withstr.replacefor simple refs andre.escape+ lambda for property refs, fixing incorrect matches when resource names contain regex metacharacters (e.g. a dot)- Improved documentation review as per 2026/05/08 audit.
- Documentation website
- Improved exceptions reporting during validation of data sources and sinks
- VariableType to only accept specific format instead of generic string.
Full Changelog