Skip to content

Commit 05ae576

Browse files
Merge pull request #16 from fivetran/bugfix/using-bills-variable
bugfix/using-bills-variable
2 parents 4d4b76e + 4325bfc commit 05ae576

File tree

8 files changed

+17
-5
lines changed

8 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# dbt_sage_intacct_source v0.3.1
2+
[PR #16](https://github.com/fivetran/dbt_sage_intacct_source/pull/16) includes the following updates:
3+
4+
## Bug Fixes
5+
- Included the `sage_intacct__using_bills` variable as an enablement config for the following models as it was erroneously omitted in previously releases:
6+
- `stg_sage_intacct__ap_bill_item_tmp`
7+
- `stg_sage_intacct__ap_bill_tmp`
8+
19
# dbt_sage_intacct_source v0.3.0
210

311
[PR #14](https://github.com/fivetran/dbt_sage_intacct_source/pull/14) includes the following updates.

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'sage_intacct_source'
2-
version: '0.3.0'
2+
version: '0.3.1'
33
config-version: 2
44
require-dbt-version: [">=1.3.0", "<2.0.0"]
55
models:

docs/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/run_results.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'sage_intacct_source_integration_tests'
2-
version: '0.3.0'
2+
version: '0.3.1'
33
config-version: 2
44

55
profile: 'integration_tests'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
{{ config(enabled=var('sage_intacct__using_bills', True)) }}
2+
13
select * from {{ var('ap_bill_item') }}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
{{ config(enabled=var('sage_intacct__using_bills', True)) }}
2+
13
select * from {{ var('ap_bill') }}

0 commit comments

Comments
 (0)