This repository was archived by the owner on Jan 20, 2026. It is now read-only.
dbt_jira_source v0.5.0
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]_identifiervariables 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, andversionsources. This ensures the source freshness will not be run if they are disabled within the package.
Full Changelog: v0.4.2...v0.5.0