File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Jira Transformation dbt Package ([ Docs] ( https://fivetran.github.io/dbt_jira/ ) )
1+ # Jira dbt Package ([ Docs] ( https://fivetran.github.io/dbt_jira/ ) )
22
33<p align =" left " >
44 <a alt="License"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: 'jira'
22version : ' 1.0.0'
33config-version : 2
44require-dbt-version : [">=1.3.0", "<2.0.0"]
5- vars :
65
6+ vars :
77 jira :
88 issue : " {{ source('jira', 'issue') }}"
99 project : " {{ source('jira', 'project') }}"
2323 sprint : " {{ source('jira', 'sprint') }}"
2424 version : " {{ source('jira', 'version') }}"
2525 jira_issue_history_buffer : 1
26+
2627models :
2728 jira :
2829 +materialized : table
@@ -31,5 +32,5 @@ models:
3132 +materialized : ephemeral
3233 +schema : int_jira
3334 staging :
34- +schema : jira_source
3535 +materialized : view
36+ +schema : jira_source
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ profile: 'integration_tests'
55
66vars :
77 # Comment out the below when generating docs
8- # issue_field_history_columns: ['summary', 'components']
9- jira_source :
8+ issue_field_history_columns : ['summary', 'components'] # @docs-ignore
9+ jira :
1010 jira_schema : jira_integrations_tests_42
1111 jira_comment_identifier : " comment"
1212 jira_component_identifier : " component"
@@ -34,9 +34,6 @@ models:
3434 jira :
3535 +schema : " {{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}"
3636 # +schema: "jira_{{ var('directed_schema','dev') }}"
37- staging :
38- +schema : jira_source
39- +materialized : view
4037
4138seeds :
4239 +docs :
@@ -94,5 +91,4 @@ dispatch:
9491
9592flags :
9693 send_anonymous_usage_stats : False
97-
9894 use_colors : True
You can’t perform that action at this time.
0 commit comments