Skip to content

Commit fd343ce

Browse files
Merge pull request #40 from fivetran/hotfix/sf-star-update
dbt utils snowflake conditional revert
2 parents e9af7b2 + 27b8c7e commit fd343ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'jira'
2-
version: '0.5.0'
2+
version: '0.5.1'
33
config-version: 2
44
require-dbt-version: ">=0.20.0"
55

integration_tests/dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'jira_integration_tests'
2-
version: '0.5.0'
2+
version: '0.5.1'
33
config-version: 2
44
profile: 'integration_tests'
55

models/intermediate/int_jira__issue_users.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ with issue as (
1111
coalesce(revised_parent_issue_id, parent_issue_id) as parent_issue_id,
1212

1313
{{ dbt_utils.star(from=ref('int_jira__issue_type_parents'),
14-
except= except_columns | upper if target.type == 'snowflake' else except_columns) }}
14+
except=except_columns) }}
1515

1616

1717

0 commit comments

Comments
 (0)