-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from fivetran/MagicBot/integation-test-webhook…
…s-14 Package Updater PR
- Loading branch information
Showing
4 changed files
with
154 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
## PR Overview | ||
**This PR will address the following Issue/Feature:** | ||
|
||
**This PR will result in the following new package version:** | ||
<!--- Please add details around your decision for breaking vs non-breaking version upgrade. If this is a breaking change, were backwards-compatible options explored? --> | ||
|
||
**Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:** | ||
|
||
## PR Checklist | ||
### Basic Validation | ||
Please acknowledge that you have successfully performed the following commands locally: | ||
- [ ] dbt compile | ||
- [ ] dbt run –full-refresh | ||
- [ ] dbt run | ||
- [ ] dbt test | ||
- [ ] dbt run –vars (if applicable) | ||
|
||
Before marking this PR as "ready for review" the following have been applied: | ||
- [ ] The appropriate issue has been linked and tagged | ||
- [ ] You are assigned to the corresponding issue and this PR | ||
- [ ] BuildKite integration tests are passing | ||
|
||
### Detailed Validation | ||
Please acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review": | ||
- [ ] You have validated these changes and assure this PR will address the respective Issue/Feature. | ||
- [ ] You are reasonably confident these changes will not impact any other components of this package or any dependent packages. | ||
- [ ] You have provided details below around the validation steps performed to gain confidence in these changes. | ||
<!--- Provide the steps you took to validate your changes below. --> | ||
|
||
### Standard Updates | ||
Please acknowledge that your PR contains the following standard updates: | ||
- Package versioning has been appropriately indexed in the following locations: | ||
- [ ] indexed within dbt_project.yml | ||
- [ ] indexed within integration_tests/dbt_project.yml | ||
- [ ] CHANGELOG has individual entries for each respective change in this PR | ||
<!--- If there is a parallel upstream change, remember to reference the corresponding CHANGELOG as an individual entry. --> | ||
- [ ] README updates have been applied (if applicable) | ||
<!--- Remember to check the following README locations for common updates. → | ||
<!--- Suggested install range (needed for breaking changes) → | ||
<!--- Dependency matrix is appropriately updated (if applicable) → | ||
<!--- New variable documentation (if applicable) --> | ||
- [ ] DECISIONLOG updates have been updated (if applicable) | ||
- [ ] Appropriate yml documentation has been added (if applicable) | ||
|
||
### dbt Docs | ||
Please acknowledge that after the above were all completed the below were applied to your branch: | ||
- [ ] docs were regenerated (unless this PR does not include any code or yml updates) | ||
|
||
### If you had to summarize this PR in an emoji, which would it be? | ||
<!--- For a complete list of markdown compatible emojis check our this git repo (https://gist.github.com/rxaviers/7360908) --> | ||
:dancer: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,33 @@ | ||
**Are you a current Fivetran customer?** | ||
<!--- Please tell us your name, title and company --> | ||
**Please provide your name and company** | ||
|
||
**What change(s) does this PR introduce?** | ||
<!--- Describe what changes your PR introduces to the package and how to leverage this new feature. --> | ||
**Link the issue/feature request which this PR is meant to address** | ||
<!--- If an issue was not created, please create one first so we may discuss the PR prior to opening one. --> | ||
|
||
**Did you update the CHANGELOG?** | ||
**Detail what changes this PR introduces and how this addresses the issue/feature request linked above.** | ||
|
||
**How did you validate the changes introduced within this PR?** | ||
|
||
**Which warehouse did you use to develop these changes?** | ||
|
||
**Did you update the CHANGELOG?** | ||
<!--- Please update the new package version’s CHANGELOG entry detailing the changes included in this PR. --> | ||
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). --> | ||
- [ ] Yes | ||
|
||
**Does this PR introduce a breaking change?** | ||
<!--- Does this PR introduce changes that will cause current package users' jobs to fail or require a `--full-refresh`? --> | ||
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). --> | ||
- [ ] Yes (please provide breaking change details below.) | ||
- [ ] No (please provide an explanation as to how the change is non-breaking below.) | ||
|
||
**Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)** | ||
**Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)** | ||
<!--- The dbt_project.yml and the integration_tests/dbt_project.yml files contain the version number. Be sure to upgrade it accordingly --> | ||
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). --> | ||
- [ ] Yes | ||
|
||
**Is this PR in response to a previously created Bug or Feature Request** | ||
<!--- If an Issue was created it is helpful to track the progress by linking it in the PR. --> | ||
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). --> | ||
- [ ] Yes, Issue/Feature [link bug/feature number here] | ||
- [ ] No | ||
|
||
**How did you test the PR changes?** | ||
<!--- Proof of testing is required in order for the PR to be approved. --> | ||
<!--- To check a box, remove the space and insert an x in the box (eg. [x] Buildkite). --> | ||
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). --> | ||
- [ ] Buildkite <!--- Buildkite testing is only applicable to Fivetran employees. --> | ||
- [ ] Local (please provide additional testing details below) | ||
|
||
**Select which warehouse(s) were used to test the PR** | ||
<!--- To check a warehouse remove the space and insert an x in the box (eg. [x] Bigquery). --> | ||
<!--- To select a checkbox you simply need to add an "x" with no spaces between the brackets (eg. [x] Yes). --> | ||
- [ ] BigQuery | ||
- [ ] Redshift | ||
- [ ] Snowflake | ||
- [ ] Postgres | ||
- [ ] Databricks | ||
- [ ] Other (provide details below) | ||
|
||
**Provide an emoji that best describes your current mood** | ||
<!--- For a complete list of markdown compatible emojis check our this git repo (https://gist.github.com/rxaviers/7360908) --> | ||
:dancer: | ||
|
||
**Feedback** | ||
|
||
We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next. | ||
|
||
**PR Template** | ||
- [Community Pull Request Template](?expand=1&template=pull_request_template.md) (default) | ||
|
||
- [Maintainer Pull Request Template](?expand=1&template=maintainer_pull_request_template.md) (to be used by maintainers) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,85 @@ | ||
# dbt_jira_source v0.6.1 | ||
## 🎉 Feature Updates 🎉 | ||
- Databricks compatibility 🧱 ([#35](https://github.com/fivetran/dbt_jira_source/pull/35)) | ||
|
||
# dbt_jira_source v0.6.0 | ||
|
||
## 🚨 Breaking Changes 🚨: | ||
[PR #33](https://github.com/fivetran/dbt_jira_source/pull/33) includes the following breaking changes: | ||
- Dispatch update for dbt-utils to dbt-core cross-db macros migration. Specifically `{{ dbt_utils.<macro> }}` have been updated to `{{ dbt.<macro> }}` for the below macros: | ||
- `any_value` | ||
- `bool_or` | ||
- `cast_bool_to_text` | ||
- `concat` | ||
- `date_trunc` | ||
- `dateadd` | ||
- `datediff` | ||
- `escape_single_quotes` | ||
- `except` | ||
- `hash` | ||
- `intersect` | ||
- `last_day` | ||
- `length` | ||
- `listagg` | ||
- `position` | ||
- `replace` | ||
- `right` | ||
- `safe_cast` | ||
- `split_part` | ||
- `string_literal` | ||
- `type_bigint` | ||
- `type_float` | ||
- `type_int` | ||
- `type_numeric` | ||
- `type_string` | ||
- `type_timestamp` | ||
- `array_append` | ||
- `array_concat` | ||
- `array_construct` | ||
- For `current_timestamp` and `current_timestamp_in_utc` macros, the dispatch AND the macro names have been updated to the below, respectively: | ||
- `dbt.current_timestamp_backcompat` | ||
- `dbt.current_timestamp_in_utc_backcompat` | ||
- Dependencies on `fivetran/fivetran_utils` have been upgraded, previously `[">=0.3.0", "<0.4.0"]` now `[">=0.4.0", "<0.5.0"]`. | ||
|
||
# dbt_jira_source v0.5.0 | ||
## 🚨 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`, and `version` sources. This ensures the source freshness will not be run if they are disabled within the package. | ||
# dbt_jira_source v0.4.2 | ||
## Features | ||
- Added the `parent_id` field in the `stg_jira__field_option` model. This field is used when defining custom fields as parent and child custom fields can be created to define a variety of main categories and subcategories. ([#32](https://github.com/fivetran/dbt_jira_source/pull/32)) | ||
|
||
## Contributors | ||
- [@sergiisolaa](https://github.com/sergiisolaa) ([#32](https://github.com/fivetran/dbt_jira_source/pull/32)) | ||
|
||
# dbt_jira_source v0.4.1 | ||
## Features | ||
- Makes Priority data optional. If `jira_using_priorities: false` in `dbt_project.yml`, then `stg_jira__priority_tmp` and `stg_jira__priority` won't build. ([#30](https://github.com/fivetran/dbt_jira_source/pull/30)) | ||
|
||
## Contributors | ||
- @everettttt ([#30](https://github.com/fivetran/dbt_jira_source/pull/30)) | ||
# dbt_jira_source v0.4.0 | ||
🎉 dbt v1.0.0 Compatibility 🎉 | ||
## 🚨 Breaking Changes 🚨 | ||
- Adjusts the `require-dbt-version` to now be within the range [">=1.0.0", "<2.0.0"]. Additionally, the package has been updated for dbt v1.0.0 compatibility. If you are using a dbt version <1.0.0, you will need to upgrade in order to leverage the latest version of the package. | ||
- For help upgrading your package, I recommend reviewing this GitHub repo's Release Notes on what changes have been implemented since your last upgrade. | ||
- For help upgrading your dbt project to dbt v1.0.0, I recommend reviewing dbt-labs [upgrading to 1.0.0 docs](https://docs.getdbt.com/docs/guides/migration-guide/upgrading-to-1-0-0) for more details on what changes must be made. | ||
- Upgrades the package dependency to refer to the latest `dbt_fivetran_utils`. The latest `dbt_fivetran_utils` package also has a dependency on `dbt_utils` [">=0.8.0", "<0.9.0"]. | ||
- Please note, if you are installing a version of `dbt_utils` in your `packages.yml` that is not in the range above then you will encounter a package dependency error. | ||
|
||
|
||
# dbt_jira_source v0.3.2 | ||
## Fixes | ||
- Adjusted the `stg_jira__issue` and `stg_jira__issue_field_history` timestamp fields for `redshift` warehouses to explicitly cast the data type as `timestamp without time zone`. This ensures downstream `datediff` and `dateadd` functions to not result in an error if the timestamps are synced as `timestamp_tz`. ([#24](https://github.com/fivetran/dbt_jira_source/pull/24)) | ||
|
||
# dbt_jira_source v0.1.0 -> v0.3.1 | ||
Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you! | ||
# dbt_jira_source v0.UPDATE.UPDATE | ||
|
||
## Under the Hood: | ||
|
||
- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. | ||
- Updated the pull request [templates](/.github). | ||
# dbt_jira_source v0.6.1 | ||
## 🎉 Feature Updates 🎉 | ||
- Databricks compatibility 🧱 ([#35](https://github.com/fivetran/dbt_jira_source/pull/35)) | ||
|
||
# dbt_jira_source v0.6.0 | ||
|
||
## 🚨 Breaking Changes 🚨: | ||
[PR #33](https://github.com/fivetran/dbt_jira_source/pull/33) includes the following breaking changes: | ||
- Dispatch update for dbt-utils to dbt-core cross-db macros migration. Specifically `{{ dbt_utils.<macro> }}` have been updated to `{{ dbt.<macro> }}` for the below macros: | ||
- `any_value` | ||
- `bool_or` | ||
- `cast_bool_to_text` | ||
- `concat` | ||
- `date_trunc` | ||
- `dateadd` | ||
- `datediff` | ||
- `escape_single_quotes` | ||
- `except` | ||
- `hash` | ||
- `intersect` | ||
- `last_day` | ||
- `length` | ||
- `listagg` | ||
- `position` | ||
- `replace` | ||
- `right` | ||
- `safe_cast` | ||
- `split_part` | ||
- `string_literal` | ||
- `type_bigint` | ||
- `type_float` | ||
- `type_int` | ||
- `type_numeric` | ||
- `type_string` | ||
- `type_timestamp` | ||
- `array_append` | ||
- `array_concat` | ||
- `array_construct` | ||
- For `current_timestamp` and `current_timestamp_in_utc` macros, the dispatch AND the macro names have been updated to the below, respectively: | ||
- `dbt.current_timestamp_backcompat` | ||
- `dbt.current_timestamp_in_utc_backcompat` | ||
- Dependencies on `fivetran/fivetran_utils` have been upgraded, previously `[">=0.3.0", "<0.4.0"]` now `[">=0.4.0", "<0.5.0"]`. | ||
|
||
# dbt_jira_source v0.5.0 | ||
## 🚨 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`, and `version` sources. This ensures the source freshness will not be run if they are disabled within the package. | ||
# dbt_jira_source v0.4.2 | ||
## Features | ||
- Added the `parent_id` field in the `stg_jira__field_option` model. This field is used when defining custom fields as parent and child custom fields can be created to define a variety of main categories and subcategories. ([#32](https://github.com/fivetran/dbt_jira_source/pull/32)) | ||
|
||
## Contributors | ||
- [@sergiisolaa](https://github.com/sergiisolaa) ([#32](https://github.com/fivetran/dbt_jira_source/pull/32)) | ||
|
||
# dbt_jira_source v0.4.1 | ||
## Features | ||
- Makes Priority data optional. If `jira_using_priorities: false` in `dbt_project.yml`, then `stg_jira__priority_tmp` and `stg_jira__priority` won't build. ([#30](https://github.com/fivetran/dbt_jira_source/pull/30)) | ||
|
||
## Contributors | ||
- @everettttt ([#30](https://github.com/fivetran/dbt_jira_source/pull/30)) | ||
# dbt_jira_source v0.4.0 | ||
🎉 dbt v1.0.0 Compatibility 🎉 | ||
## 🚨 Breaking Changes 🚨 | ||
- Adjusts the `require-dbt-version` to now be within the range [">=1.0.0", "<2.0.0"]. Additionally, the package has been updated for dbt v1.0.0 compatibility. If you are using a dbt version <1.0.0, you will need to upgrade in order to leverage the latest version of the package. | ||
- For help upgrading your package, I recommend reviewing this GitHub repo's Release Notes on what changes have been implemented since your last upgrade. | ||
- For help upgrading your dbt project to dbt v1.0.0, I recommend reviewing dbt-labs [upgrading to 1.0.0 docs](https://docs.getdbt.com/docs/guides/migration-guide/upgrading-to-1-0-0) for more details on what changes must be made. | ||
- Upgrades the package dependency to refer to the latest `dbt_fivetran_utils`. The latest `dbt_fivetran_utils` package also has a dependency on `dbt_utils` [">=0.8.0", "<0.9.0"]. | ||
- Please note, if you are installing a version of `dbt_utils` in your `packages.yml` that is not in the range above then you will encounter a package dependency error. | ||
|
||
|
||
# dbt_jira_source v0.3.2 | ||
## Fixes | ||
- Adjusted the `stg_jira__issue` and `stg_jira__issue_field_history` timestamp fields for `redshift` warehouses to explicitly cast the data type as `timestamp without time zone`. This ensures downstream `datediff` and `dateadd` functions to not result in an error if the timestamps are synced as `timestamp_tz`. ([#24](https://github.com/fivetran/dbt_jira_source/pull/24)) | ||
|
||
# dbt_jira_source v0.1.0 -> v0.3.1 | ||
Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you! |