Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-avinash committed Jan 7, 2025
1 parent f9119b3 commit 72fc50a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.

4 changes: 2 additions & 2 deletions models/intermediate/int_zendesk__organization_aggregates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ with organizations as (
select *
from {{ ref('stg_zendesk__organization') }}

--If you use organization tags and organizations, this will be included, if not it will be ignored.
--If you use organization tags, this will be included, if not it will be ignored.
{% if var('using_organization_tags', True) %}
), organization_tags as (
select *
Expand Down Expand Up @@ -71,7 +71,7 @@ with organizations as (
{% endif %}

--If you use organization tags this will be included, if not it will be ignored.
{% if var('using_organization_tags', True) and var('using_organizations', True) %}
{% if var('using_organization_tags', True) %}
left join tag_aggregates
on organizations.organization_id = tag_aggregates.organization_id
and organizations.source_relation = tag_aggregates.source_relation
Expand Down

0 comments on commit 72fc50a

Please sign in to comment.