Skip to content

Releases: fivetran/dbt_social_media_reporting

v0.4.0 dbt_social_media_reporting

12 Jun 16:52
b2d4c7c
Compare
Choose a tag to compare

PR #8 includes the following breaking changes:

🚨 Breaking Changes 🚨:

  • This change is made breaking due to changes made in the dbt_facebook_pages_source and dbt_facebook_pages packages. Columns have been removed in the source package (see the dbt_facebook_pages_source v0.3.0 CHANGELOG for more details).
    • No columns were changed in the end models in this package, however if you use the Facebook Pages staging models independently, you will need to update your downstream use cases accordingly.
    • Columns removed from staging model stg_facebook_pages__daily_page_metrics_total:
      • consumptions
      • content_activity
      • engaged_users
      • places_checkin_mobile
      • views_external_referrals
      • views_logged_in_total
      • views_logout
    • Columns removed from staging model stg_facebook_pages__lifetime_post_metrics_total:
      • impressions_fan_paid

Documentation Update

  • Updated documentation to reflect the current schema.

Under the Hood:

  • Updated the pull request templates.
  • Included auto-releaser GitHub Actions workflow to automate future releases.

Full Changelog: v0.3.0...v0.4.0

v0.3.0 dbt_social_media_reporting

19 Oct 19:37
09e2594
Compare
Choose a tag to compare

PR #7 includes the following breaking changes:

🚨 Breaking Changes 🚨:

Features

  • In social_media_reporting__linkedin_posts_reporting:
    • removed deprecated columns:
      • title_text
      • specific_content_share_commentary_text
    • replaced with new columns:
      • post_title
      • commentary
  • Added source identifiers to give users more dynamic flexibility. Please see this section of the README for more details.
  • Updated README documentation to most current format.

Under the Hood:

  • Updated seeds to reflect the above changes.

PR #6 includes the following updates:

  • Incorporated the new fivetran_utils.drop_schemas_automation macro into the end of each Buildkite integration test job.
  • Updated the pull request templates.

Full Changelog: v0.2.0...v0.3.0

dbt_social_media_reporting v0.2.0

04 Jan 03:24
84c7c05
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨:

PR #4 includes the following breaking changes:

  • Dispatch update for dbt-utils to dbt-core cross-db macros migration. Specifically {{ dbt_utils.<macro> }} have been updated to {{ dbt.<macro> }} for the below macros:
    • any_value
    • bool_or
    • cast_bool_to_text
    • concat
    • date_trunc
    • dateadd
    • datediff
    • escape_single_quotes
    • except
    • hash
    • intersect
    • last_day
    • length
    • listagg
    • position
    • replace
    • right
    • safe_cast
    • split_part
    • string_literal
    • type_bigint
    • type_float
    • type_int
    • type_numeric
    • type_string
    • type_timestamp
    • array_append
    • array_concat
    • array_construct
  • For current_timestamp and current_timestamp_in_utc macros, the dispatch AND the macro names have been updated to the below, respectively:
    • dbt.current_timestamp_backcompat
    • dbt.current_timestamp_in_utc_backcompat
  • Dependencies on fivetran/fivetran_utils have been upgraded, previously [">=0.3.0", "<0.4.0"] now [">=0.4.0", "<0.5.0"].

social_media_reporting 0.1.0

19 Jan 14:50
Compare
Choose a tag to compare

🎉 Initial Release 🎉

This is the initial release of the facebook_pages_source dbt package! This dbt package aggregates and models data from multiple Fivetran social media connectors. The package standardizes the schemas from the various social media connectors and creates a single reporting model for all activity. It enables you to analyze your post performance via clicks, impressions, shares, likes and comments.

Currently, this package supports the following social media connector types:

NOTE: You do not need to have all of these connector types to use this package, though you should have at least two.