Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
database_key: github_database
schema_key: github_schema

dbt_versions: ">=1.3.0 <2.0.0"
dbt_versions: ">=1.3.0 <3.0.0"

table_variables:
github__using_issue_assignee:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# dbt_github v1.2.0
[PR #75](https://github.com/fivetran/dbt_github/pull/75) includes the following updates:

## Features
- Increases the required dbt version upper limit to v3.0.0.

# dbt_github v1.1.0

## Schema/Data Change
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
href="https://github.com/fivetran/dbt_github/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
<a alt="dbt-core">
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0_,<2.0.0-orange.svg" /></a>
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0,_<3.0.0-orange.svg" /></a>
<a alt="Maintained?">
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
<a alt="PRs">
Expand Down Expand Up @@ -60,7 +60,7 @@ Include the following github package version in your `packages.yml` file.
```yaml
packages:
- package: fivetran/github
version: [">=1.1.0", "<1.2.0"] # we recommend using ranges to capture non-breaking changes automatically
version: [">=1.2.0", "<1.3.0"] # we recommend using ranges to capture non-breaking changes automatically
```

> All required sources and staging models are now bundled into this transformation package. Do not include `fivetran/github_source` in your `packages.yml` since this package has been deprecated.
Expand Down
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2
name: 'github'
version: '1.1.0'
require-dbt-version: [">=1.3.0", "<2.0.0"]
version: '1.2.0'
require-dbt-version: [">=1.3.0", "<3.0.0"]
models:
github:
+materialized: table
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

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 integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'github_integration_tests'
version: '1.1.0'
version: '1.2.0'
config-version: 2
profile: 'integration_tests'
vars:
Expand Down