Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit bc3dafb

Browse files
Merge pull request #39 from fivetran/release/v0.8.0
Release/v0.8.0
2 parents 301b87f + ca44cc2 commit bc3dafb

File tree

13 files changed

+70
-59
lines changed

13 files changed

+70
-59
lines changed

.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,26 @@
44
**This PR will result in the following new package version:**
55
<!--- Please add details around your decision for breaking vs non-breaking version upgrade. If this is a breaking change, were backwards-compatible options explored? -->
66

7-
**Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:**
7+
**Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:**
8+
<!--- Copy/paste the CHANGELOG for this version below. -->
89

910
## PR Checklist
1011
### Basic Validation
1112
Please acknowledge that you have successfully performed the following commands locally:
12-
- [ ] dbt compile
13-
- [ ] dbt run –full-refresh
14-
- [ ] dbt run
15-
- [ ] dbt test
16-
- [ ] dbt run –vars (if applicable)
13+
- [ ] dbt run –full-refresh && dbt test
14+
- [ ] dbt run (if incremental models are present) && dbt test
1715

1816
Before marking this PR as "ready for review" the following have been applied:
19-
- [ ] The appropriate issue has been linked and tagged
20-
- [ ] You are assigned to the corresponding issue and this PR
17+
- [ ] The appropriate issue has been linked, tagged, and properly assigned
18+
- [ ] All necessary documentation and version upgrades have been applied
19+
- [ ] docs were regenerated (unless this PR does not include any code or yml updates)
2120
- [ ] BuildKite integration tests are passing
21+
- [ ] Detailed validation steps have been provided below
2222

2323
### Detailed Validation
24-
Please acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review":
25-
- [ ] You have validated these changes and assure this PR will address the respective Issue/Feature.
26-
- [ ] You are reasonably confident these changes will not impact any other components of this package or any dependent packages.
27-
- [ ] You have provided details below around the validation steps performed to gain confidence in these changes.
24+
Please share any and all of your validation steps:
2825
<!--- Provide the steps you took to validate your changes below. -->
2926

30-
### Standard Updates
31-
Please acknowledge that your PR contains the following standard updates:
32-
- Package versioning has been appropriately indexed in the following locations:
33-
- [ ] indexed within dbt_project.yml
34-
- [ ] indexed within integration_tests/dbt_project.yml
35-
- [ ] CHANGELOG has individual entries for each respective change in this PR
36-
<!--- If there is a parallel upstream change, remember to reference the corresponding CHANGELOG as an individual entry. -->
37-
- [ ] README updates have been applied (if applicable)
38-
<!--- Remember to check the following README locations for common updates. →
39-
<!--- Suggested install range (needed for breaking changes) →
40-
<!--- Dependency matrix is appropriately updated (if applicable) →
41-
<!--- New variable documentation (if applicable) -->
42-
- [ ] DECISIONLOG updates have been updated (if applicable)
43-
- [ ] Appropriate yml documentation has been added (if applicable)
44-
45-
### dbt Docs
46-
Please acknowledge that after the above were all completed the below were applied to your branch:
47-
- [ ] docs were regenerated (unless this PR does not include any code or yml updates)
48-
4927
### If you had to summarize this PR in an emoji, which would it be?
5028
<!--- For a complete list of markdown compatible emojis check our this git repo (https://gist.github.com/rxaviers/7360908) -->
51-
:dancer:
29+
:dancer:

.github/workflows/auto-release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'auto release'
2+
on:
3+
pull_request:
4+
types:
5+
- closed
6+
branches:
7+
- main
8+
9+
jobs:
10+
call-workflow-passing-data:
11+
if: github.event.pull_request.merged
12+
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main
13+
secrets: inherit

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# dbt_github_source v0.8.0
2+
[PR #39](https://github.com/fivetran/dbt_jira/dbt_github_source/39) contains the following updates:
3+
4+
## 🚨 Breaking Change 🚨
5+
- For consistency with other Fivetran packages, added default target schemas in `dbt_project.yml`. This is a breaking change since the model outputs will now be stored in a schema called `<your target schema>_github_source` by default. You will need to update any of your downstream use cases to point to the new schema.
6+
- Refer to [the Change the Build Schema section](https://github.com/fivetran/dbt_github_source/blob/main/README.md#change-the-build-schema) of the README for instructions on how to adjust the output schema.
7+
8+
## Feature updates
9+
- Added field `created_at` to model `stg_github__issue_comment`.
10+
- Updated the source freshness test enablement/disablement to leverage the dbt-core `config: enabled` architecture.
11+
12+
## Contributors
13+
- [@rajan-lw](https://github.com/rajan-lw) ([PR #33](https://github.com/fivetran/dbt_github_source/pull/33))
14+
115
# dbt_github_source v0.7.1
216

317
## Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Include the following github_source package version in your `packages.yml` file.
4545
```yaml
4646
packages:
4747
- package: fivetran/github_source
48-
version: [">=0.7.0", "<0.8.0"] # we recommend using ranges to capture non-breaking changes automatically
48+
version: [">=0.8.0", "<0.9.0"] # we recommend using ranges to capture non-breaking changes automatically
4949
```
5050

5151
## Step 3: Define database and schema variables
@@ -69,10 +69,10 @@ vars:
6969
*Note: This package only integrates the above variable. If you'd like to disable other models, please create an [issue](https://github.com/fivetran/dbt_github_source/issues) specifying which ones.*
7070

7171
## (Optional) Step 5: Additional configurations
72-
<details><summary>Expand to view configurations</summary>
72+
<details open><summary>Expand/collapse configurations</summary>
7373

7474
### Change the build schema
75-
By default, this package builds the github staging models within a schema titled (`<target_schema>` + `_stg_github`) in your destination. If this is not where you would like your github staging data to be written to, add the following configuration to your root `dbt_project.yml` file:
75+
By default, this package builds the github staging models within a schema titled (`<target_schema>` + `_github_source`) in your destination. If this is not where you would like your github staging data to be written, add the following configuration to your root `dbt_project.yml` file:
7676

7777
```yml
7878
models:

dbt_project.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
config-version: 2
22
name: 'github_source'
3-
version: '0.7.1'
3+
version: '0.8.0'
44
require-dbt-version: [">=1.3.0", "<2.0.0"]
55
models:
66
github_source:
7-
materialized: table
7+
+materialized: table
8+
+schema: github_source
89
tmp:
9-
materialized: view
10+
+materialized: view
1011
vars:
1112
github_source:
1213
issue_assignee: "{{ source('github', 'issue_assignee') }}"

docs/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/run_results.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'github_source_integration_tests'
2-
version: '0.7.1'
2+
version: '0.8.0'
33
config-version: 2
44
profile: 'integration_tests'
55
vars:

0 commit comments

Comments
 (0)