You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`facebook_pages__pages_report`, `stg_facebook_pages__daily_page_metrics_total`| New Field | N/A |`media_views`| Added new field to track media/content views on the page |
11
+
|`facebook_pages__pages_report`, `facebook_pages__posts_report`, `stg_facebook_pages__daily_page_metrics_total`, `stg_facebook_pages__lifetime_post_metrics_total`| Deprecated Fields | Multiple impression and fan-related fields | Marked as [DEPRECATED]| Fields deprecated as of November 2025 and will not be populated by the Fivetran Facebook Pages connector after this date. Fields will be removed in a future release. Deprecated fields include: `fan_adds`, `fan_removes`, `fans`, `fans_online_per_day`, `impressions`, `impressions_nonviral`, `impressions_organic`, `impressions_paid`, `impressions_viral`, `impressions_fan`, `negative_feedback`, and `places_checkin_total`|
12
+
13
+
## Documentation
14
+
- Added deprecation notices to all affected fields in yml documentation files, clearly indicating these fields will not be populated by the Fivetran Facebook Pages connector following November 2025 and will be removed in a future release.
15
+
- Updated inline comments in staging models to indicate deprecated fields.
16
+
17
+
## Under the Hood
18
+
- Updated integration test schema names to standardize naming convention.
19
+
- Added `integration_tests/tests/` directory for validation tests.
20
+
- Updated integration test configuration to include models schema setting.
21
+
1
22
# dbt_facebook_pages v1.0.0
2
23
[PR #18](https://github.com/fivetran/dbt_facebook_pages/pull/18) includes the following updates:
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Include the following Facebook Pages package version in your `packages.yml`
57
57
```yaml
58
58
packages:
59
59
- package: fivetran/facebook_pages
60
-
version: [">=1.0.0", "<1.1.0"] # we recommend using ranges to capture non-breaking changes automatically
60
+
version: [">=1.1.0", "<1.2.0"] # we recommend using ranges to capture non-breaking changes automatically
61
61
```
62
62
63
63
> 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.
0 commit comments