Skip to content

Commit

Permalink
Merge pull request #185 from fivetran/feature/quickstart-update
Browse files Browse the repository at this point in the history
[Feature] Quickstart update
  • Loading branch information
fivetran-avinash authored Jan 9, 2025
2 parents cab13f0 + 5469986 commit be1ba2f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
1 change: 0 additions & 1 deletion .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ table_variables:
- ticket_form_history
using_organization_tags:
- organization_tag
- organization
using_schedule_histories:
- audit_log
using_holidays:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# dbt_zendesk v0.19.3
[PR #185](https://github.com/fivetran/dbt_zendesk/pull/185) includes the following updates:

## Quickstart Update
- Removed `organization` from `using_organization_tags` configuration to maintain a one-to-one mapping between a Quickstart source table and whether its corresponding variable in the models should be enabled or disabled.

## Under The Hood
- Updated the `packages.yml` to point to the [latest release](https://github.com/fivetran/dbt_zendesk_source/releases/tag/v0.14.2) of the `dbt_zendesk_source` package.

# dbt_zendesk v0.19.2
[PR #181](https://github.com/fivetran/dbt_zendesk/pull/181) includes the following updates:

Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'zendesk'
version: '0.19.2'
version: '0.19.3'

config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2

name: 'zendesk_integration_tests'
version: '0.19.2'
version: '0.19.3'

profile: 'integration_tests'

Expand Down
5 changes: 2 additions & 3 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
packages:
- git: https://github.com/fivetran/dbt_zendesk_source.git
revision: feature/organization-brand-enable-disable
warn-unpinned: false
- package: fivetran/zendesk_source
version: [">=0.14.0", "<0.15.0"]
- package: calogica/dbt_date
version: [">=0.9.0", "<1.0.0"]

0 comments on commit be1ba2f

Please sign in to comment.