Changeset View
Changeset View
Standalone View
Standalone View
CHANGES.md
Show All 11 Lines | |||||
- Eliminated `input_hydration_config` and `output_materialization_config` top-level includes. | - Eliminated `input_hydration_config` and `output_materialization_config` top-level includes. | ||||
- Eliminated `input_hydration_config` and `output_materialization_config` arguments on type constructors. | - Eliminated `input_hydration_config` and `output_materialization_config` arguments on type constructors. | ||||
- Changed `ExecuteStepArgs` parameters. Replaced `execute_step_with_structured_logs` CLI command | - Changed `ExecuteStepArgs` parameters. Replaced `execute_step_with_structured_logs` CLI command | ||||
with `execute_step`, and `execute_run_with_structured_logs` with `execute_run`. | with `execute_step`, and `execute_run_with_structured_logs` with `execute_run`. | ||||
- The `.compute` suffix is no longer applied to all step keys. | - The `.compute` suffix is no longer applied to all step keys. | ||||
- `SolidExecutionResult.compute_output_event_dict` changed to `SolidExecutionResult.compute_output_events_dict` | - `SolidExecutionResult.compute_output_event_dict` changed to `SolidExecutionResult.compute_output_events_dict` | ||||
- Eliminated `pipeline_def` property from `InitResourceContext`. | - Eliminated `pipeline_def` property from `InitResourceContext`. | ||||
- Removed the argument `step_keys_to_execute` to the `reexecute_pipeline` and `reexecute_pipeline_iterator`. | - Removed the argument `step_keys_to_execute` to the `reexecute_pipeline` and `reexecute_pipeline_iterator`. | ||||
- [Helm/K8s] | |||||
- The schema for the `scheduler` values in the helm chart has been rewritten. | |||||
## 0.9.22.post0 | ## 0.9.22.post0 | ||||
**Bugfixes** | **Bugfixes** | ||||
- [Dask] Pin dask[dataframe] to <=2.30.0 and distributed to <=2.30.1 | - [Dask] Pin dask[dataframe] to <=2.30.0 and distributed to <=2.30.1 | ||||
## 0.9.22 | ## 0.9.22 | ||||
▲ Show 20 Lines • Show All 2,223 Lines • Show Last 20 Lines |