From 73e579560ead8496fa984bde1bcf7c096b317e5c Mon Sep 17 00:00:00 2001 From: Johann Miller Date: Fri, 18 Aug 2023 11:23:39 -0400 Subject: [PATCH] 1.4.7 changelog (#15927) ## Summary & Motivation ## How I Tested These Changes --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ec2a55a00d145..aa7b3ddd4dd1e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Changelog +# 1.4.7 / 0.20.7 (libraries) + +### Experimental +- Added a `respect_materialization_data_versions` option to auto materialization. It can enabled in `dagster.yaml` with + + ```yaml + auto_materialize: + respect_materialization_data_versions: True + ``` + + This flag may be changed or removed in the near future. + + # 1.4.6 / 0.20.6 (libraries) ### New