dbt_jira_source v0.5.0
fivetran-joemarkiewicz
released this
06 Oct 14:32
·
59 commits
to main
since this release
Happy Tuesday 🌮
This release of the dbt_jira_source
package includes the following updates:
🚨 Breaking Changes 🚨
- The default schema for the source tables are now built within a schema titled (
<target_schema>
+_jira_source
) in your destination. The previous default schema was (<target_schema>
+_stg_jira
). This may be overwritten if desired.
🎉 Documentation and Feature Updates
- Updated README documentation updates for easier navigation and setup of the dbt package
- Added
jira_[source_table_name]_identifier
variables to allow for easier flexibility of the package to refer to source tables with different names. - Source config has been added to the
sprint
,component
,priority
, andversion
sources. This ensures the source freshness will not be run if they are disabled within the package.
Full Changelog: v0.4.2...v0.5.0