Skip to content

Commit c108869

Browse files
fivetran-data-model-botClaude README Updaterfivetran-avinashgithub-actions[bot]
authored
dbt bump to v3.0.0 (#25)
* 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: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ada4cf commit c108869

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: linkedin_pages_database
22
schema_key: linkedin_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_linkedin_pages v1.1.0
2+
[PR #25](https://github.com/fivetran/dbt_linkedin_pages/pull/25) includes the following updates:
3+
4+
## Features
5+
- Increases the required dbt version upper limit to v3.0.0.
6+
17
# dbt_linkedin_pages v1.0.1
28

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
href="https://github.com/fivetran/dbt_linkedin_pages/blob/main/LICENSE">
66
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
77
<a alt="dbt-core">
8-
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0_,<2.0.0-orange.svg" /></a>
8+
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0,_<3.0.0-orange.svg" /></a>
99
<a alt="Maintained?">
1010
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
1111
<a alt="PRs">
@@ -56,7 +56,7 @@ Include the following LinkedIn Pages package version in your `packages.yml`
5656
```yaml
5757
packages:
5858
- package: fivetran/linkedin_pages
59-
version: [">=1.0.0", "<1.1.0"]
59+
version: [">=1.1.0", "<1.2.0"]
6060
```
6161
> All required sources and staging models are now bundled into this transformation package. Do not include `fivetran/linkedin_pages_source` in your `packages.yml` since this package has been deprecated.
6262

dbt_project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'linkedin_pages'
2-
version: '1.0.1'
2+
version: '1.1.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

66
vars:
77
linkedin_pages:

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: 'linkedin_pages_integration_tests'
2-
version: '1.0.1'
2+
version: '1.1.0'
33
profile: 'integration_tests'
44
config-version: 2
55

0 commit comments

Comments
 (0)