Skip to content

Commit 62ce963

Browse files
Update changelog and macros to support create_or_replace parameter for file formats
1 parent 083cd8f commit 62ce963

File tree

4 files changed

+45
-34
lines changed

4 files changed

+45
-34
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# dbt_dataengineers_materializations Changelog
22

3+
## 0.2.11.3 - File Formats
4+
5+
* added in the ability to specify if `create or replace` or `create if not exists` is used when creating a file format by adding the parameter `create_or_replace` to the `file_format` materialization. Default is `true` which uses `create or replace`
6+
37
## 0.2.11.2 - Stored Procedures
48

59
* removed the `create_or_replace` parameter from the `stored_procedure` materialization as the create or alter doesnt allow for procedure body modifications

0 commit comments

Comments
 (0)