Skip to content

Commit 0da26e9

Browse files
fivetran-data-model-botClaude README Updaterfivetran-avinashgithub-actions[bot]
authored
dbt bump to v3.0.0 (#26)
* MagicBot/bump-dbt-to-v3 * CHANGELOG * Generate dbt docs via GitHub Actions --------- Co-authored-by: Claude README Updater <noreply@fivetran.com> Co-authored-by: Avinash Kunnath <avinash.kunnath@fivetran.com> Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1b09f92 commit 0da26e9

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

.quickstart/quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
database_key: facebook_pages_database
22
schema_key: facebook_pages_schema
33

4-
dbt_versions: ">=1.3.0 <2.0.0"
4+
dbt_versions: ">=1.3.0 <3.0.0"
55

66
destination_configurations:
77
databricks:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# dbt_facebook_pages v1.2.0
2+
[PR #26](https://github.com/fivetran/dbt_facebook_pages/pull/26) includes the following updates:
3+
4+
## Features
5+
- Increases the required dbt version upper limit to v3.0.0.
6+
17
# dbt_facebook_pages v1.1.1
28

39
[PR #25](https://github.com/fivetran/dbt_facebook_pages/pull/25) includes the following updates:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
href="https://github.com/fivetran/dbt_facebook_pages/blob/main/LICENSE">
77
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
88
<a alt="dbt-core">
9-
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0_,<2.0.0-orange.svg" /></a>
9+
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0,_<3.0.0-orange.svg" /></a>
1010
<a alt="Maintained?">
1111
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
1212
<a alt="PRs">
@@ -57,7 +57,7 @@ Include the following Facebook Pages package version in your `packages.yml`
5757
```yaml
5858
packages:
5959
- package: fivetran/facebook_pages
60-
version: [">=1.1.0", "<1.2.0"] # we recommend using ranges to capture non-breaking changes automatically
60+
version: [">=1.2.0", "<1.3.0"] # we recommend using ranges to capture non-breaking changes automatically
6161
```
6262

6363
> All required sources and staging models are now bundled into this transformation package. Do not include `fivetran/facebook_pages_source` in your `packages.yml` since this package has been deprecated.

dbt_project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'facebook_pages'
2-
version: '1.1.1'
2+
version: '1.2.0'
33
config-version: 2
4-
require-dbt-version: [">=1.3.0", "<2.0.0"]
4+
require-dbt-version: [">=1.3.0", "<3.0.0"]
55
vars:
66
posts: "{{ source('facebook_pages', 'post_history') }}"
77
pages: "{{ source('facebook_pages', 'page') }}"

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: 'facebook_pages_integration_tests'
2-
version: '1.1.1'
2+
version: '1.2.0'
33
profile: 'integration_tests'
44
config-version: 2
55

0 commit comments

Comments
 (0)