Skip to content

Commit 4c67f70

Browse files
Apply suggestions from code review
1 parent 8502e72 commit 4c67f70

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# dbt_facebook_pages v1.3.0
2-
3-
[PR #27](https://github.com/fivetran/dbt_facebook_pages/pull/27) 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-
- Adds `supported_vars` for Quickstart UI customization.
12-
131
# dbt_facebook_pages v1.2.0
142
[PR #26](https://github.com/fivetran/dbt_facebook_pages/pull/26) includes the following updates:
153

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ By default, this package materializes the following final tables:
4848

4949
| Table | Description |
5050
| :---- | :---- |
51-
| [facebook_pages__pages_report](https://github.com/fivetran/dbt_facebook_pages/blob/main/models/facebook_pages__pages_report.sql) | Tracks daily performance metrics for your Facebook Pages to measure audience growth, engagement, and reach across your brand presence. <br></br>**Example Analytics Questions:**<ul><li>How are follower additions and removals trending over time for each page?</li><li>Which pages generate the highest post engagement and views?</li><li>What is the video view completion rate (30s views vs total views) by page?</li></ul>|
52-
| [facebook_pages__posts_report](https://github.com/fivetran/dbt_facebook_pages/blob/main/models/facebook_pages__posts_report.sql) | Analyzes daily performance for individual Facebook posts to understand which content resonates most with your audience through likes, comments, shares, and reach metrics. <br></br>**Example Analytics Questions:**<ul><li>Which posts generate the highest click-through rates and views?</li><li>How do video posts perform in terms of average watch time and 10-second view rates?</li><li>What types of post messages or content drive the most likes and engagement?</li></ul>|
51+
| [facebook_pages__pages_report](https://fivetran.github.io/dbt_facebook_pages/#!/model/model.facebook_pages.facebook_pages__pages_report) | Tracks daily performance metrics for your Facebook Pages to measure audience growth, engagement, and reach across your brand presence. <br></br>**Example Analytics Questions:**<ul><li>How are follower additions and removals trending over time for each page?</li><li>Which pages generate the highest post engagement and views?</li><li>What is the video view completion rate (30-second views vs total views) by page?</li></ul>|
52+
| [facebook_pages__posts_report](https://fivetran.github.io/dbt_facebook_pages/#!/model/model.facebook_pages.facebook_pages__posts_report) | Analyzes daily performance for individual Facebook posts to understand which content resonates most with your audience through likes, comments, shares, and reach metrics. <br></br>**Example Analytics Questions:**<ul><li>Which posts generate the highest click-through rates and views?</li><li>How do video posts perform in terms of average watch time and 10-second view rates?</li><li>What types of post messages or content drive the most likes and engagement?</li></ul>|
5353

5454
¹ Each Quickstart transformation job run materializes these models if all components of this data model are enabled. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`.
5555

@@ -74,7 +74,7 @@ Include the following Facebook Pages package version in your `packages.yml`
7474
```yaml
7575
packages:
7676
- package: fivetran/facebook_pages
77-
version: [">=1.3.0", "<1.4.0"] # we recommend using ranges to capture non-breaking changes automatically
77+
version: [">=1.2.0", "<1.3.0"] # we recommend using ranges to capture non-breaking changes automatically
7878
```
7979
8080
> 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'facebook_pages'
2-
version: '1.3.0'
2+
version: '1.2.0'
33
config-version: 2
44
require-dbt-version: [">=1.3.0", "<3.0.0"]
55
vars:

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

0 commit comments

Comments
 (0)