Skip to content

Commit e195076

Browse files
datadersjoellabes
andauthored
also ignore dbt_packages (#463)
* also ignore dbt_packages * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Joel Labes <joel.labes@dbtlabs.com>
1 parent 80e72c5 commit e195076

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
target/
33
dbt_modules/
4+
dbt_packages/
45
logs/
5-
venv/
6+
venv/

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# dbt-utils (next version)
1+
# dbt-utils v0.8.1
2+
3+
## Under the hood
4+
- also ignore `dbt_packages/` directory [#463](https://github.com/dbt-labs/dbt-utils/pull/463)
5+
26
## Fixes
37
- `type_timestamp` macro now explicitly casts postgres and redshift warehouse timestamp data types as `timestamp without time zone`, to be consistent with Snowflake behaviour (`timestamp_ntz`).
8+
49
# dbt-utils v0.8.0
510
## 🚨 Breaking changes
611
- dbt ONE POINT OH is here! This version of dbt-utils requires _any_ version (minor and patch) of v1, which means far less need for compatibility releases in the future.

0 commit comments

Comments
 (0)