You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add cost_optimization_features to job definitions
Add support for cost_optimization_features field (state_aware_orchestration,
efficient_testing) so dbt Fusion users can configure cost optimization
natively in YAML job definitions.
Closes#196
Copy file name to clipboardExpand all lines: docs/changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
2
2
To see the details of all changes, head to the GitHub repo
3
3
4
+
### 1.16
5
+
6
+
- Add support for `cost_optimization_features` in job definitions. Valid values are `state_aware_orchestration` and `efficient_testing`. This allows for dbt users on the Fusion engine to configure cost optimization natively in their YAML job definitions.
7
+
4
8
### 1.14
5
9
6
10
- Add applied job IDs to `sync --json` output. The JSON now includes an `applied` section with `job_id` for each operation and an `apply_success` flag. See [JSON output](advanced_config/json_output.md) for details.
0 commit comments