Skip to content

Commit 1498219

Browse files
fivetran-joemarkiewiczgithub-actions[bot]fivetran-avinash
authored
Clean up quickstart.yml by removing unused entries (#194)
* Clean up quickstart.yml by removing unused entries Removed unused configurations for department, address, estimate, and estimate_line. * Add changelog entry for v1.3.1 Updated CHANGELOG for dbt_quickbooks v1.3.1 with quickstart changes. * Bump version from 1.3.0 to 1.3.1 * Bump version from 1.3.0 to 1.3.1 * Generate dbt docs via GitHub Actions * Update CHANGELOG.md Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com>
1 parent 5a1fa11 commit 1498219

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

.quickstart/quickstart.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ table_variables:
5555
- purchase_order_linked_txn
5656
- purchase_order
5757

58-
_fivetran_quickstart_department:
59-
- department
60-
_fivetran_quickstart_address:
61-
- address
62-
_fivetran_quickstart_estimate:
63-
- estimate
64-
_fivetran_quickstart_estimate_line:
65-
- estimate_line
66-
6758
destination_configurations:
6859
databricks:
6960
dispatch:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dbt_quickbooks v1.3.1
2+
3+
[PR #194](https://github.com/fivetran/dbt_quickbooks/pull/194) include the following updates:
4+
5+
## Under the Hood (Quickstart Update)
6+
- Removes duplicative variables defined within the quickstart.yml.
7+
18
# dbt_quickbooks v1.3.0
29

310
[PR #192](https://github.com/fivetran/dbt_quickbooks/pull/192) and [PR #193](https://github.com/fivetran/dbt_quickbooks/pull/193) include the following updates:

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config-version: 2
22
name: 'quickbooks'
33

4-
version: '1.3.0'
4+
version: '1.3.1'
55

66
require-dbt-version: [">=1.3.0", "<3.0.0"]
77

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.

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'quickbooks_integration_tests'
22

3-
version: '1.3.0'
3+
version: '1.3.1'
44

55
profile: 'integration_tests'
66
config-version: 2

0 commit comments

Comments
 (0)