Skip to content

Commit

Permalink
Merge pull request #37 from raphaelvarieras/capitalize-fivetran
Browse files Browse the repository at this point in the history
Capitalize Fivetran
  • Loading branch information
fivetran-joemarkiewicz authored Aug 8, 2023
2 parents d3897d5 + 82d8656 commit 301b87f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# dbt_github_source v0.UPDATE.UPDATE
# dbt_github_source v0.7.1

## Under the Hood:
## Fixes
- Updated `src_github.yml` to capitalize Fivetran in the loader definition, to mirror use in other Fivetran packages. ([PR #37](https://github.com/fivetran/dbt_github_source/pull/37))

## Under the Hood
- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job. ([PR #34](https://github.com/fivetran/dbt_github_source/pull/34))
- Updated the pull request [templates](/.github). ([PR #34](https://github.com/fivetran/dbt_github_source/pull/34))

## Contributors
- [@raphaelvarieras](https://github.com/raphaelvarieras) ([PR #37](https://github.com/fivetran/dbt_github_source/pull/37))

- 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_github_source v0.7.0
## 🚨 Breaking Change 🚨
- Expanded the variable `github__using_repo_team` to also toggle on/off the `TEAM` table along with and in addition to the `REPO_TEAM` table. This was done to fix issues with dependent models in our transform package, where `TEAM` is only ever used in conjunction with `REPO_TEAM`. ([#32](https://github.com/fivetran/dbt_github_source/pull/32))
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config-version: 2
name: 'github_source'
version: '0.7.0'
version: '0.7.1'
require-dbt-version: [">=1.3.0", "<2.0.0"]
models:
github_source:
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'github_source_integration_tests'
version: '0.7.0'
version: '0.7.1'
config-version: 2
profile: 'integration_tests'
vars:
Expand Down
2 changes: 1 addition & 1 deletion models/src_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sources:
- name: github
database: "{% if target.type != 'spark'%}{{ var('github_database', target.database) }}{% endif %}"
schema: "{{var ('github_schema', 'github')}}"
loader: fivetran
loader: Fivetran
loaded_at_field: _fivetran_synced
freshness:
warn_after: {count: 72, period: hour}
Expand Down

0 comments on commit 301b87f

Please sign in to comment.