Skip to content

Commit 1a40ad0

Browse files
fivetran-data-model-botClaude README Updaterfivetran-catfritzfivetran-joemarkiewiczgithub-actions[bot]
authored
Update .quickstart.yml and README (#76)
* Update .quickstart.yml and README for fy26 q4 * Update README to specify models directory for YAML files (#72) * Fix spelling errors CHANGELOG and/or quickstart.yml * Update README.md * Generate dbt docs via GitHub Actions * Fix spelling errors CHANGELOG and/or quickstart.yml * Fix links * Fix Quickstart guide link * Apply suggestions from code review --------- Co-authored-by: Claude README Updater <noreply@fivetran.com> Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5596751 commit 1a40ad0

7 files changed

Lines changed: 98 additions & 49 deletions

File tree

.quickstart/quickstart.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ table_variables:
1616
github__using_requested_reviewer_history:
1717
- requested_reviewer_history
1818

19+
_fivetran_quickstart_issue_closed_history:
20+
- issue_closed_history
21+
_fivetran_quickstart_issue_comment:
22+
- issue_comment
23+
_fivetran_quickstart_issue_merged:
24+
- issue_merged
25+
_fivetran_quickstart_pull_request_review:
26+
- pull_request_review
27+
1928
destination_configurations:
2029
databricks:
2130
dispatch:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# dbt_github v1.3.0
2+
3+
[PR #76](https://github.com/fivetran/dbt_github/pull/76) includes the following updates:
4+
5+
## Documentation
6+
- Updates README with standardized Fivetran formatting.
7+
8+
## Under the Hood
9+
- In the `quickstart.yml` file:
10+
- Adds `table_variables` for relevant sources to prevent missing sources from blocking downstream Quickstart models.
11+
112
# dbt_github v1.2.0
213
[PR #75](https://github.com/fivetran/dbt_github/pull/75) includes the following updates:
314

README.md

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

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config-version: 2
22
name: 'github'
3-
version: '1.2.0'
3+
version: '1.3.0'
44
require-dbt-version: [">=1.3.0", "<3.0.0"]
55
models:
66
github:

docs/catalog.json

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

docs/manifest.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_integration_tests'
2-
version: '1.2.0'
2+
version: '1.3.0'
33
config-version: 2
44
profile: 'integration_tests'
55
vars:

0 commit comments

Comments
 (0)