Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Overview
This PR will address the following Issue/Feature: [#111]
This PR will result in the following new package version:
Breaking as we are changing the incremental logic.
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
🚨 Breaking Changes 🚨
int_jira__issue_calendar_spine
to reduce computational load and ensure proper incremental runs.int_jira__calendar_spine
to move the calendar spine into its own model. That is then joined into the issue calendar spine.issue_dates
CTE join intoint_jira__field_history_scd
to avoid loading all the issue lines within the issue calendar spine on incremental loads.int_jira__issue_calendar_spine
andjira__daily_issue_field_history
to filter and insert records based on the issues present in the respective models.🚘 Under the Hood 🚘
jira__daily_issue_field_history
to exclude thecreated_on
andopen_until
fields from the pivoted field operations in this model. These fields were created from theissue_dates
CTE and are only needed for theint_jira__issue_calendar_spine
.📜 Documentation Updates 📜
Extend the history of an issue past its closing date
section in Additional Configurations) with an explanation for what thejira_issue_history_buffer
does inint_jira__issue_calendar_spine
.PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
Before marking this PR as "ready for review" the following have been applied:
Detailed Validation
Please acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review":
Applying these changes brought in the new fields in significantly reduced runtime on an incremental
dbt run
.Standard Updates
Please acknowledge that your PR contains the following standard updates:
dbt Docs
Please acknowledge that after the above were all completed the below were applied to your branch:
If you had to summarize this PR in an emoji, which would it be?
📆