Skip to content
Open
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
9 changes: 9 additions & 0 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ table_variables:
github__using_requested_reviewer_history:
- requested_reviewer_history

_fivetran_quickstart_issue_closed_history:
- issue_closed_history
_fivetran_quickstart_issue_comment:
- issue_comment
_fivetran_quickstart_issue_merged:
- issue_merged
_fivetran_quickstart_pull_request_review:
- pull_request_review

destination_configurations:
databricks:
dispatch:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# dbt_github v1.3.0

[PR #76](https://github.com/fivetran/dbt_github/pull/76) includes the following updates:

## Documentation
- Updates README with standardized Fivetran formatting.

## Under the Hood
- In the `quickstart.yml` file:
- Adds `table_variables` for relevant sources to prevent missing sources from blocking downstream Quickstart models.

# dbt_github v1.2.0
[PR #75](https://github.com/fivetran/dbt_github/pull/75) includes the following updates:

Expand Down
119 changes: 74 additions & 45 deletions README.md

Large diffs are not rendered by default.

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'
version: '1.2.0'
version: '1.3.0'
require-dbt-version: [">=1.3.0", "<3.0.0"]
models:
github:
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.2.0'
version: '1.3.0'
config-version: 2
profile: 'integration_tests'
vars:
Expand Down