Skip to content

Commit 1d1d1fd

Browse files
committed
Add dbt package release notes files
- Created release notes for dbt package versions 0.20.1 through 0.18.1 - Formatted in the same style as OSS release notes - Includes user-friendly summaries with emojis and links to GitHub releases
1 parent 57837d0 commit 1d1d1fd

10 files changed

Lines changed: 131 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "dbt Package 0.18.1"
3+
sidebarTitle: "0.18.1"
4+
---
5+
6+
This update includes:
7+
8+
- 📝 Updated README
9+
- 🐛 Report the same test status as dbt
10+
- 🔧 Added resource type option to generate_schema_baseline_test
11+
12+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.18.1
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "dbt Package 0.18.2"
3+
sidebarTitle: "0.18.2"
4+
---
5+
6+
This update includes:
7+
8+
- 🔧 Allow contributor PRs to run tests
9+
- 🗄️ Temp tables macro improvements
10+
- 🗄️ Support for Athena in integration tests
11+
12+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.18.2
13+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "dbt Package 0.18.3"
3+
sidebarTitle: "0.18.3"
4+
---
5+
6+
This update includes:
7+
8+
- 🗄️ ClickHouse integration - artifacts only
9+
- 🐛 Fixed Databricks temp relations
10+
11+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.18.3
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "dbt Package 0.19.0"
3+
sidebarTitle: "0.19.0"
4+
---
5+
6+
This update includes:
7+
8+
- 📊 Added dbt group artifact and column support
9+
- ⏰ Added seasonality parameter to test_event_freshness_anomalies
10+
11+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.19.0
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "dbt Package 0.19.1"
3+
sidebarTitle: "0.19.1"
4+
---
5+
6+
This update includes:
7+
8+
- ☁️ BigQuery - save execution_project in adapter-specific fields
9+
- 🐛 Fixed dbt metric collection
10+
11+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.19.1
12+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "dbt Package 0.19.2"
3+
sidebarTitle: "0.19.2"
4+
---
5+
6+
This update includes:
7+
8+
- 📊 Updated tests quality dimension
9+
- 🔧 Added metadata comment to all queries run with elementary.run.query
10+
- 🔐 Snowflake user creation - use public key
11+
- 📝 Added runtime log to dbt package
12+
- 🐛 Fixed schema name generation for branch names with forward slashes
13+
- 🔒 Added configuration to disable sample collection for PII tables
14+
- 🛡️ Implemented column-level PII protection for sample collection
15+
- 🗄️ Dremio improvements
16+
17+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.19.2
18+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "dbt Package 0.19.3"
3+
sidebarTitle: "0.19.3"
4+
---
5+
6+
This update includes:
7+
8+
- 🗄️ Dremio types mapping improvements
9+
- 🔧 dbt-fusion fix: meta under config in dbt_run_results
10+
11+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.19.3
12+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "dbt Package 0.19.4"
3+
sidebarTitle: "0.19.4"
4+
---
5+
6+
This update includes:
7+
8+
- 📊 Dimension anomalies visualization
9+
10+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.19.4
11+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "dbt Package 0.20.0"
3+
sidebarTitle: "0.20.0"
4+
---
5+
6+
This update includes:
7+
8+
- 🗄️ dbt Fusion support
9+
- ⚡ Performance improvements with indices for faster loading times
10+
- 🐛 Fixed datetime casting macro for ClickHouse
11+
- 🐛 Fixed Athena DROP TABLE parsing error with backtick quoting
12+
- 🗄️ Dremio improvements: timestamp formatting, metadata permissions, and special character escaping
13+
- 🐛 Fixed Databricks temp relations and Fusion bugfixes
14+
- 📊 Index on test_result_rows.detected_at column for better performance
15+
16+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.20.0
17+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "dbt Package 0.20.1"
3+
sidebarTitle: "0.20.1"
4+
---
5+
6+
This update includes:
7+
8+
- 🔧 Fixed dbt Fusion version check to require major version 2
9+
10+
Check out the full details here: https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.20.1
11+

0 commit comments

Comments
 (0)