From d81e1b546c9d56718aa35ca893309e210dfc2805 Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Wed, 17 Jul 2024 14:16:23 -0700 Subject: [PATCH] make automation bot work --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87940a4..7df56c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # dbt_netsuite_source v0.10.1 -[PR #51](https://github.com/fivetran/dbt_netsuite_source/pull/51) includes the following update: +[PR #51](https://github.com/fivetran/dbt_netsuite_source/pull/51) includes the following update: ## Feature Update - Added the `entities_pass_through_columns` variable to be leveraged within the `stg_netsuite2__entities` model. This variable will allow users to pass through fields which are not natively included to the package staging model.