From ab5ee728c3379aebde4870970287506cc5f68766 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Wed, 24 Apr 2024 18:07:16 -0400 Subject: [PATCH] changelog entry --- .changes/1.8.0/Features-20231116-234049.yaml | 2 +- .changes/unreleased/Features-20240424-180639.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Features-20240424-180639.yaml diff --git a/.changes/1.8.0/Features-20231116-234049.yaml b/.changes/1.8.0/Features-20231116-234049.yaml index 4109c5ec85c..786c15311a4 100644 --- a/.changes/1.8.0/Features-20231116-234049.yaml +++ b/.changes/1.8.0/Features-20231116-234049.yaml @@ -1,5 +1,5 @@ kind: Features -body: Support --empty flag for schema-only dry runs in dbt compile, run, and build +body: Support --empty flag for schema-only dry runs time: 2023-11-16T23:40:49.96651-05:00 custom: Author: michelleark diff --git a/.changes/unreleased/Features-20240424-180639.yaml b/.changes/unreleased/Features-20240424-180639.yaml new file mode 100644 index 00000000000..dbb4fb9b2ac --- /dev/null +++ b/.changes/unreleased/Features-20240424-180639.yaml @@ -0,0 +1,6 @@ +kind: Features +body: add --empty flag to dbt build command +time: 2024-04-24T18:06:39.438457-04:00 +custom: + Author: michelleark + Issue: "10026"