From 27b3537e1557a5fd81926547bff21886412f202a Mon Sep 17 00:00:00 2001
From: Jamie Rodriguez
Date: Fri, 21 Apr 2023 14:14:28 -0700
Subject: [PATCH 01/13] testing
---
.buildkite/scripts/run_models.sh | 3 +-
.../maintainer_pull_request_template.md | 51 +++++++++++++++++++
.github/pull_request_template.md | 51 ++++++-------------
CHANGELOG.md | 6 +++
4 files changed, 75 insertions(+), 36 deletions(-)
create mode 100644 .github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md
diff --git a/.buildkite/scripts/run_models.sh b/.buildkite/scripts/run_models.sh
index ea3de4b..ea68415 100644
--- a/.buildkite/scripts/run_models.sh
+++ b/.buildkite/scripts/run_models.sh
@@ -18,4 +18,5 @@ cd integration_tests
dbt deps
dbt seed --target "$db" --full-refresh
dbt run --target "$db" --full-refresh
-dbt test --target "$db"
\ No newline at end of file
+dbt test --target "$db"
+dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"
diff --git a/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md
new file mode 100644
index 0000000..768ac3f
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/maintainer_pull_request_template.md
@@ -0,0 +1,51 @@
+## PR Overview
+**This PR will address the following Issue/Feature:**
+
+**This PR will result in the following new package version:**
+
+
+**Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:**
+
+## PR Checklist
+### Basic Validation
+Please acknowledge that you have successfully performed the following commands locally:
+- [ ] dbt compile
+- [ ] dbt run –full-refresh
+- [ ] dbt run
+- [ ] dbt test
+- [ ] dbt run –vars (if applicable)
+
+Before marking this PR as "ready for review" the following have been applied:
+- [ ] The appropriate issue has been linked and tagged
+- [ ] You are assigned to the corresponding issue and this PR
+- [ ] BuildKite integration tests are passing
+
+### Detailed Validation
+Please acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review":
+- [ ] You have validated these changes and assure this PR will address the respective Issue/Feature.
+- [ ] You are reasonably confident these changes will not impact any other components of this package or any dependent packages.
+- [ ] You have provided details below around the validation steps performed to gain confidence in these changes.
+
+
+### Standard Updates
+Please acknowledge that your PR contains the following standard updates:
+- Package versioning has been appropriately indexed in the following locations:
+ - [ ] indexed within dbt_project.yml
+ - [ ] indexed within integration_tests/dbt_project.yml
+- [ ] CHANGELOG has individual entries for each respective change in this PR
+
+- [ ] README updates have been applied (if applicable)
+
+- [ ] DECISIONLOG updates have been updated (if applicable)
+- [ ] Appropriate yml documentation has been added (if applicable)
+
+### dbt Docs
+Please acknowledge that after the above were all completed the below were applied to your branch:
+- [ ] docs were regenerated (unless this PR does not include any code or yml updates)
+
+### If you had to summarize this PR in an emoji, which would it be?
+
+:dancer:
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 50ee0df..b4e7e8e 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,48 +1,24 @@
-**Are you a current Fivetran customer?**
-
+**Please provide your name and company**
-**What change(s) does this PR introduce?**
-
+**Link the issue/feature request which this PR is meant to address**
+
-**Did you update the CHANGELOG?**
+**Detail what changes this PR introduces and how this addresses the issue/feature request linked above.**
+
+**How did you validate the changes introduced within this PR?**
+
+**Which warehouse did you use to develop these changes?**
+
+**Did you update the CHANGELOG?**
- [ ] Yes
-**Does this PR introduce a breaking change?**
-
-
-- [ ] Yes (please provide breaking change details below.)
-- [ ] No (please provide an explanation as to how the change is non-breaking below.)
-
-**Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)**
+**Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)**
- [ ] Yes
-**Is this PR in response to a previously created Bug or Feature Request**
-
-
-- [ ] Yes, Issue/Feature [link bug/feature number here]
-- [ ] No
-
-**How did you test the PR changes?**
-
-
-
-- [ ] Buildkite
-- [ ] Local (please provide additional testing details below)
-
-**Select which warehouse(s) were used to test the PR**
-
-
-- [ ] BigQuery
-- [ ] Redshift
-- [ ] Snowflake
-- [ ] Postgres
-- [ ] Databricks
-- [ ] Other (provide details below)
-
**Provide an emoji that best describes your current mood**
:dancer:
@@ -50,3 +26,8 @@
**Feedback**
We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next.
+
+**PR Template**
+- [Community Pull Request Template](?expand=1&template=pull_request_template.md) (default)
+
+- [Maintainer Pull Request Template](?expand=1&template=maintainer_pull_request_template.md) (to be used by maintainers)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3bee43..555f8a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# dbt_social_media_reporting v0.UPDATE.UPDATE
+
+ ## Under the Hood:
+
+- Incorporated the new `fivetran_utils.drop_schemas_automation` macro into the end of each Buildkite integration test job.
+- Updated the pull request [templates](/.github).
# dbt_social_media_reporting v0.2.0
## 🚨 Breaking Changes 🚨:
From 3ba2a3dc5555fde9b716a377e91734cd9f91d414 Mon Sep 17 00:00:00 2001
From: Joe Markiewicz
<74217849+fivetran-joemarkiewicz@users.noreply.github.com>
Date: Wed, 17 May 2023 10:06:36 -0500
Subject: [PATCH 02/13] minor changes before merge
---
README.md | 3 ++-
integration_tests/dbt_project.yml | 40 ++++++++++++++++++-------------
2 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 08ac2df..fb192d8 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,9 @@ Include in your `packages.yml`
```yaml
packages:
- package: fivetran/social_media_reporting
- version: [">=0.2.0", "<0.3.0"]
+ version: [">=0.2.0", "<0.3.0"] # we recommend using ranges to capture non-breaking changes automatically
```
+Do NOT include the upstream social media packages in this file. The transformation package itself has a dependency on it and will install the upstream packages as well.
## Package Maintenance
The Fivetran team maintaining this package **only** maintains the latest version. We highly recommend that you keep your `packages.yml` file updated with the [latest version in the dbt hub](https://hub.getdbt.com/fivetran/social_media_reporting/latest/). Read the [CHANGELOG](/CHANGELOG.md) and release notes for more information on changes across versions.
diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml
index 74ec5a7..c5bcbe6 100644
--- a/integration_tests/dbt_project.yml
+++ b/integration_tests/dbt_project.yml
@@ -4,23 +4,29 @@ profile: 'integration_tests'
config-version: 2
vars:
- account_history: "{{ ref('twitter_organic_account_history_data') }}"
- organic_tweet_report: "{{ ref('twitter_organic_organic_tweet_report_data') }}"
- tweet: "{{ ref('twitter_organic_tweet_data') }}"
- twitter_user_history: "{{ ref('twitter_organic_twitter_user_history_data') }}"
- share_statistic: "{{ ref('linkedin_pages_share_statistic_data') }}"
- ugc_post_share_statistic: "{{ ref('linkedin_pages_ugc_post_share_statistic_data') }}"
- ugc_post_history: "{{ ref('linkedin_pages_ugc_post_history_data') }}"
- ugc_post_share_content_media: "{{ ref('linkedin_pages_ugc_post_share_content_media_data') }}"
- organization: "{{ ref('linkedin_pages_organization_data') }}"
- organization_ugc_post: "{{ ref('linkedin_pages_organization_ugc_post_data') }}"
- media_history: "{{ ref('instagram_business_media_history_data') }}"
- media_insights: "{{ ref('instagram_business_media_insights_data') }}"
- user_history: "{{ ref('instagram_business_user_history_data') }}"
- post_history: "{{ ref('facebook_pages_post_history_data') }}"
- page: "{{ ref('facebook_pages_page_data') }}"
- lifetime_post_metrics_total: "{{ ref('facebook_pages_lifetime_post_metrics_total_data') }}"
- daily_page_metrics_total: "{{ ref('facebook_pages_daily_page_metrics_total_data') }}"
+ facebook_pages_schema: social_media_rollup_integration_tests
+ instagram_business_schema: social_media_rollup_integration_tests
+ linkedin_pages_schema: social_media_rollup_integration_tests
+ twitter_organic_schema: social_media_rollup_integration_tests
+
+ twitter_organic_account_history_identifer: "twitter_organic_account_history_data"
+ twitter_organic_organic_tweet_report_identifer: "twitter_organic_organic_tweet_report_data"
+ twitter_organic_tweet_identifer: "twitter_organic_tweet_data"
+ twitter_organic_twitter_user_history_identifer: "twitter_organic_twitter_user_history_data"
+ linkedin_pages_organization_identifier: "linkedin_pages_organization_data"
+ linkedin_pages_organization_ugc_post_identifier: "linkedin_pages_organization_ugc_post_data"
+ linkedin_pages_share_statistic_identifier: "linkedin_pages_share_statistic_data"
+ linkedin_pages_ugc_post_history_identifier: "linkedin_pages_ugc_post_history_data"
+ linkedin_pages_ugc_post_share_content_media_identifier: "linkedin_pages_ugc_post_share_content_media_data"
+ linkedin_pages_ugc_post_share_statistic_identifier: "linkedin_pages_ugc_post_share_statistic_data"
+ facebook_pages_daily_page_metrics_total_identifier: "facebook_pages_daily_page_metrics_total_data"
+ facebook_pages_lifetime_post_metrics_total_identifier: "facebook_pages_lifetime_post_metrics_total_data"
+ facebook_pages_page_identifier: "facebook_pages_page_data"
+ facebook_pages_post_history_identifier: "facebook_pages_post_history_data"
+ instagram_business_media_history_identifier: "instagram_business_media_history_data"
+ instagram_business_media_insights_identifier: "instagram_business_media_insights_data"
+ instagram_business_user_history_identifier: "instagram_business_user_history_data"
+
dispatch:
- macro_namespace: dbt_utils
From 0fa2fcf0d2a34abb23e91d740a462d0e99246cf0 Mon Sep 17 00:00:00 2001
From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
Date: Fri, 13 Oct 2023 18:50:43 -0500
Subject: [PATCH 03/13]
feature/linkedin-ugc-post-share-content-media-deprecation
---
CHANGELOG.md | 1 +
README.md | 159 ++++++++----------
dbt_project.yml | 2 +-
integration_tests/dbt_project.yml | 60 +++++--
...ages_ugc_post_share_content_media_data.csv | 101 -----------
packages.yml | 8 +-
6 files changed, 124 insertions(+), 207 deletions(-)
delete mode 100644 integration_tests/seeds/linkedin_pages_ugc_post_share_content_media_data.csv
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3bee43..9c7b3bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,4 @@
+# dbt_social_media_reporting v0.3.0
# dbt_social_media_reporting v0.2.0
## 🚨 Breaking Changes 🚨:
diff --git a/README.md b/README.md
index 08ac2df..9c9e952 100644
--- a/README.md
+++ b/README.md
@@ -10,18 +10,19 @@
-# Social Media Reporting
+# Social Media Reporting dbt Package ([Docs](https://fivetran.github.io/dbt_social_media_reporting/))
+
+# 📣 What does this dbt package do?
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 by clicks, impressions, shares, likes, and comments.
Currently, this package supports the following social media connector types:
+ - [Facebook Pages](https://github.com/fivetran/dbt_facebook_pages)
+ - [Instagram Business](https://github.com/fivetran/dbt_instagram_business)
+ - [LinkedIn Company Pages](https://github.com/fivetran/dbt_linkedin_pages)
+ - [Twitter Organic](https://github.com/fivetran/dbt_twitter_organic)
> NOTE: You do _not_ need to have all of these connector types to use this package, though you should have at least two.
-* [Facebook Pages](https://github.com/fivetran/dbt_facebook_pages)
-* [Instagram Business](https://github.com/fivetran/dbt_instagram_business)
-* [LinkedIn Company Pages](https://github.com/fivetran/dbt_linkedin_pages)
-* [Twitter Organic](https://github.com/fivetran/dbt_twitter_organic)
-
-## Models
+- Generates a comprehensive data dictionary of your source and modeled Social Media Reporting data via the [dbt docs site](https://fivetran.github.io/dbt_social_media_reporting/)
This package contains a number of models, which all build up to the final `social_media_reporting` model. The `social_media_reporting` model combines the data from all of the connectors. A dependency on all the required dbt packages is declared in this package's `packages.yml` file, so it will automatically download them when you run `dbt deps`. The primary outputs of this package are described below.
@@ -29,32 +30,73 @@ This package contains a number of models, which all build up to the final `socia
| ------------ | ---------------------------------------------------------------------------------------------------------------------- |
| [social_media_reporting__rollup_report](https://github.com/fivetran/dbt_social_media_reporting/blob/main/models/social_media_reporting__rollup_report.sql) | Each record represents a post from a social media account across selected connectors, including post metadata and metrics. |
-## Installation Instructions
-Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.
+# 🎯 How do I use the dbt package?
+## Step 1: Pre-Requisites
+**Connector**: Have at least one of the below supported Fivetran ad platform connectors syncing data into your warehouse. This package currently supports:
+ - [Facebook Pages](https://fivetran.com/docs/applications/facebook-pages)
+ - [Instagram Business](https://fivetran.com/docs/applications/instagram-business)
+ - [LinkedIn Company Pages](https://fivetran.com/docs/applications/linkedin-company-pages)
+ - [Twitter Organic](https://fivetran.com/docs/applications/twitter)
+
+> While you need only one of the above connectors to utilize this package, we recommend having at least two to gain the rollup benefit of this package.
-Include in your `packages.yml`
+- **Database support**: This package has been tested on **BigQuery**, **Snowflake**, **Redshift**, **Postgres** and **Databricks**. Ensure you are using one of these supported databases.
+
+### Databricks Dispatch Configuration
+If you are using a Databricks destination with this package you will need to add the below (or a variation of the below) dispatch configuration within your `dbt_project.yml`. This is required in order for the package to accurately search for macros within the `dbt-labs/spark_utils` then the `dbt-labs/dbt_utils` packages respectively.
+```yml
+dispatch:
+ - macro_namespace: dbt_utils
+ search_order: ['spark_utils', 'dbt_utils']
+```
+## Step 2: Installing the Package
+Include the following github package version in your `packages.yml`
+> Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.
```yaml
packages:
- package: fivetran/social_media_reporting
- version: [">=0.2.0", "<0.3.0"]
+ version: [">=0.2.0", "<0.3.0"] # we recommend using ranges to capture non-breaking changes automatically
```
-## Package Maintenance
-The Fivetran team maintaining this package **only** maintains the latest version. We highly recommend that you keep your `packages.yml` file updated with the [latest version in the dbt hub](https://hub.getdbt.com/fivetran/social_media_reporting/latest/). Read the [CHANGELOG](/CHANGELOG.md) and release notes for more information on changes across versions.
+Do NOT include the individual social media packages in this file. This package has dependencies on the packages and will install them as well.
-## Configuration
+## Step 3: Configure Database and Schema Variables
+By default, this package looks for your social media reporting data in your target database. If this is not where your app platform data is stored, add the relevant `_database` variables to your `dbt_project.yml` file (see below).
-### Connector selection
+```yml
+vars:
+ ##Facebook Pages schema and database variables
+ facebook_pages_schema: facebook_pages_schema
+ facebook_pages_database: facebook_pages_database
-The package assumes that all connector models are enabled, so it will look to pull data from all of the connectors [listed above](https://github.com/fivetran/dbt_social_media_reporting#social-media-reporting). If you don't want to use certain connectors, disable those connectors' models in this package by setting the relevant variables to `false`:
+ ##Instagram Business schema and database variables
+ instagram_business_schema: instagram_business_schema
+ instagram_business_database: instagram_business_database
+
+ ##LinkedIn Pages schema and database variables
+ linkedin_pages_schema: linkedin_pages_schema
+ linkedin_pages_database: linkedin_pages_database
+
+ ##Twitter Organic schema and database variables
+ twitter_organic_schema: twitter_organic_schema
+ twitter_organic_database: twitter_organic_database
+```
+### Change the source table references
+If an individual source table has a different name than the package expects, add the table name as it appears in your destination to the respective variable:
+> IMPORTANT: See the Facebook Pages [`dbt_project.yml`](https://github.com/fivetran/dbt_facebook_pages_source/blob/main/dbt_project.yml), Instagram Business [`dbt_project.yml`](https://github.com/fivetran/dbt_instagram_business_source/blob/main/dbt_project.yml), LinkedIn Company Pages [`dbt_project.yml`](https://github.com/fivetran/dbt_linkedin_pages_source/blob/main/dbt_project.yml), and Twitter Organic [`dbt_project.yml`](https://github.com/fivetran/dbt_twitter_organicy_source/blob/main/dbt_project.yml) variable declarations to see the expected names.
+
```yml
-# dbt_project.yml
+vars:
+ _identifier: your_table_name
+```
-...
-config-version: 2
+## Step 4: Enabling/Disabling Models
+
+The package assumes that all connector models are enabled, so it will look to pull data from all of the connectors [listed above](https://github.com/fivetran/dbt_social_media_reporting#social-media-reporting). If you don't want to use certain connectors, disable those connectors' models in this package by setting the relevant variables to `false`:
+```yml
vars:
social_media_rollup__twitter_enabled: False
social_media_rollup__facebook_enabled: False
@@ -92,45 +134,12 @@ models:
facebook_pages_source:
enabled: false
```
-### Data Location
-
-By default, this package looks for your social media data in your [target database](https://docs.getdbt.com/docs/running-a-dbt-project/using-the-command-line-interface/configure-your-profile). If this is not where your social media data is stored, add the relevant `_database` variables to your `dbt_project.yml` file (see below).
-
-By default, this package also looks for specific schemas from each of your connectors. The schemas from each connector are highlighted in the code snippet below. If your data is stored in a different schema, add the relevant `_schema` variables to your `dbt_project.yml` file:
-
-```yml
-# dbt_project.yml
-
-...
-config-version: 2
-
-vars:
- ##Facebook Pages schema and database variables
- facebook_pages_schema: facebook_pages_schema
- facebook_pages_database: facebook_pages_database
-
- ##LinkedIn Pages schema and database variables
- linkedin_pages_schema: linkedin_pages_schema
- linkedin_pages_database: linkedin_pages_database
-
- ##Instagram Business schema and database variables
- instagram_business_schema: instagram_business_schema
- instagram_business_database: instagram_business_database
-
- ##Twitter Organic schema and database variables
- twitter_organic_schema: twitter_organic_schema
- twitter_organic_database: twitter_organic_database
-```
-
### Unioning Multiple Social Media Connectors
If you have multiple social media connectors in Fivetran, you can use this package on all of them simultaneously. The package will union all of the data together and then pass the unioned table(s) into the reporting model. You will be able to see which source the data came from in the `source_relation` column of each model. To use this functionality, you will need to set either the `union_schemas` or `union_databases` variables:
> IMPORTANT: You _cannot_ use both the `union_schemas` and `union_databases` variables.
```yml
-# dbt_project.yml
-...
-config-version: 2
vars:
##Schemas variables
facebook_pages_union_schemas: ['facebook_pages_one','facebook_pages_two']
@@ -146,20 +155,6 @@ vars:
```
For more configuration information, see the individual connector dbt packages ([listed above](https://github.com/fivetran/dbt_social_media_reporting#social-media-reporting)).
-## Database Support
-
-This package has been tested on BigQuery, Snowflake, Redshift, PostgreSQL, and Databricks.
-
-### Databricks Dispatch Configuration
-dbt `v0.20.0` introduced a new project-level dispatch configuration that enables an "override" setting for all dispatched macros. If you are using a Databricks destination with this package you will need to add the below (or a variation of the below) dispatch configuration within your `dbt_project.yml`. This is required in order for the package to accurately search for macros within the `dbt-labs/spark_utils` then the `dbt-labs/dbt_utils` packages respectively.
-```yml
-# dbt_project.yml
-
-dispatch:
- - macro_namespace: dbt_utils
- search_order: ['spark_utils', 'dbt_utils']
-```
-
# 🔍 Does this package have dependencies?
This dbt package is dependent on the following dbt packages. Please be aware that these dependencies are installed by default within this package. For more information on the following packages, refer to the [dbt hub](https://hub.getdbt.com/) site.
> IMPORTANT: If you have any of these dependent packages in your own `packages.yml` file, we highly recommend that you remove them from your root `packages.yml` to avoid package version conflicts.
@@ -184,10 +179,10 @@ packages:
version: [">=0.2.0", "<0.3.0"]
- package: fivetran/linkedin_pages
- version: [">=0.2.0", "<0.3.0"]
+ version: [">=0.3.0", "<0.4.0"]
- package: fivetran/linkedin_pages_source
- version: [">=0.2.0", "<0.3.0"]
+ version: [">=0.3.0", "<0.4.0"]
- package: fivetran/fivetran_utils
version: [">=0.4.0", "<0.5.0"]
@@ -199,22 +194,16 @@ packages:
version: [">=0.3.0", "<0.4.0"]
```
+# 🙌 How is this package maintained and can I contribute?
+## Package Maintenance
+The Fivetran team maintaining this package **only** maintains the latest version of the package. We highly recommend you stay consistent with the [latest version](https://hub.getdbt.com/fivetran/github/latest/) of the package and refer to the [CHANGELOG](https://github.com/fivetran/dbt_social_media_reporting/blob/main/CHANGELOG.md) and release notes for more information on changes across versions.
+
## Contributions
+These dbt packages are developed by a small team of analytics engineers at Fivetran. However, the packages are made better by community contributions!
+
+We highly encourage and welcome contributions to this package. Check out [this post](https://discourse.getdbt.com/t/contributing-to-a-dbt-package/657) on the best workflow for contributing to a package!
-Additional contributions to this package are very welcome! Please create issues
-or open PRs against `main`. Check out
-[this post](https://discourse.getdbt.com/t/contributing-to-a-dbt-package/657)
-on the best workflow for contributing to a package.
-
-## Resources:
-- Provide [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next
-- Have questions, feedback, or need help? Book a time during our office hours [using Calendly](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or email us at solutions@fivetran.com
-- Find all of Fivetran's pre-built dbt packages in our [dbt hub](https://hub.getdbt.com/fivetran/)
-- Learn how to orchestrate your models with [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt)
-- Learn more about Fivetran overall [in our docs](https://fivetran.com/docs)
-- Check out [Fivetran's blog](https://fivetran.com/blog)
-- Learn more about dbt [in the dbt docs](https://docs.getdbt.com/docs/introduction)
-- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers
-- Join the [chat](http://slack.getdbt.com/) on Slack for live discussions and support
-- Find [dbt events](https://events.getdbt.com) near you
-- Check out [the dbt blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices
+# 🏪 Are there any resources available?
+- If you encounter any questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_social_media_reporting/issues/new/choose) section to find the right avenue of support for you.
+- If you would like to provide feedback to the dbt package team at Fivetran, or would like to request a future dbt package to be developed, then feel free to fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW).
+- Have questions or want to just say hi? Book a time during our office hours [here](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or send us an email at solutions@fivetran.com.
\ No newline at end of file
diff --git a/dbt_project.yml b/dbt_project.yml
index 055008a..2880f01 100644
--- a/dbt_project.yml
+++ b/dbt_project.yml
@@ -1,5 +1,5 @@
name: 'social_media_reporting'
-version: '0.2.0'
+version: '0.3.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
vars:
diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml
index 74ec5a7..ec2c37f 100644
--- a/integration_tests/dbt_project.yml
+++ b/integration_tests/dbt_project.yml
@@ -1,26 +1,50 @@
name: 'social_media_rollup_integration_tests'
-version: '0.2.0'
+version: '0.3.0'
profile: 'integration_tests'
config-version: 2
vars:
- account_history: "{{ ref('twitter_organic_account_history_data') }}"
- organic_tweet_report: "{{ ref('twitter_organic_organic_tweet_report_data') }}"
- tweet: "{{ ref('twitter_organic_tweet_data') }}"
- twitter_user_history: "{{ ref('twitter_organic_twitter_user_history_data') }}"
- share_statistic: "{{ ref('linkedin_pages_share_statistic_data') }}"
- ugc_post_share_statistic: "{{ ref('linkedin_pages_ugc_post_share_statistic_data') }}"
- ugc_post_history: "{{ ref('linkedin_pages_ugc_post_history_data') }}"
- ugc_post_share_content_media: "{{ ref('linkedin_pages_ugc_post_share_content_media_data') }}"
- organization: "{{ ref('linkedin_pages_organization_data') }}"
- organization_ugc_post: "{{ ref('linkedin_pages_organization_ugc_post_data') }}"
- media_history: "{{ ref('instagram_business_media_history_data') }}"
- media_insights: "{{ ref('instagram_business_media_insights_data') }}"
- user_history: "{{ ref('instagram_business_user_history_data') }}"
- post_history: "{{ ref('facebook_pages_post_history_data') }}"
- page: "{{ ref('facebook_pages_page_data') }}"
- lifetime_post_metrics_total: "{{ ref('facebook_pages_lifetime_post_metrics_total_data') }}"
- daily_page_metrics_total: "{{ ref('facebook_pages_daily_page_metrics_total_data') }}"
+ twitter_organic_source:
+ twitter_organic_schema: social_media_rollup_integration_tests
+ twitter_organic_account_history_identifer: "twitter_organic_account_history_data"
+ twitter_organic_organic_tweet_report_identifer: "twitter_organic_organic_tweet_report_data"
+ twitter_organic_tweet_identifer: "twitter_organic_tweet_data"
+ twitter_organic_twitter_user_history_identifer: "twitter_organic_twitter_user_history_data"
+ linkedin_pages_source:
+ linkedin_pages_schema: social_media_rollup_integration_tests
+ linkedin_pages_organization_identifier: "linkedin_pages_organization_data"
+ linkedin_pages_organization_ugc_post_identifier: "linkedin_pages_organization_ugc_post_data"
+ linkedin_pages_share_statistic_identifier: "linkedin_pages_share_statistic_data"
+ linkedin_pages_ugc_post_history_identifier: "linkedin_pages_ugc_post_history_data"
+ linkedin_pages_ugc_post_share_statistic_identifier: "linkedin_pages_ugc_post_share_statistic_data"
+ instagram_business_source:
+ instagram_business_schema: social_media_rollup_integration_tests
+ instagram_business_media_history_identifier: "instagram_business_media_history_data"
+ instagram_business_media_insights_identifier: "instagram_business_media_insights_data"
+ instagram_business_user_history_identifier: "instagram_business_user_history_data"
+ facebook_pages_source:
+ facebook_pages_schema: social_media_rollup_integration_tests
+ facebook_pages_daily_page_metrics_total_identifier: "facebook_pages_daily_page_metrics_total_data"
+ facebook_pages_lifetime_post_metrics_total_identifier: "facebook_pages_lifetime_post_metrics_total_data"
+ facebook_pages_page_identifier: "facebook_pages_page_data"
+ facebook_pages_post_history_identifier: "facebook_pages_post_history_data"
+
+ # account_history: "{{ ref('twitter_organic_account_history_data') }}"
+ # organic_tweet_report: "{{ ref('twitter_organic_organic_tweet_report_data') }}"
+ # tweet: "{{ ref('twitter_organic_tweet_data') }}"
+ # twitter_user_history: "{{ ref('twitter_organic_twitter_user_history_data') }}"
+ # share_statistic: "{{ ref('linkedin_pages_share_statistic_data') }}"
+ # ugc_post_share_statistic: "{{ ref('linkedin_pages_ugc_post_share_statistic_data') }}"
+ # ugc_post_history: "{{ ref('linkedin_pages_ugc_post_history_data') }}"
+ # organization: "{{ ref('linkedin_pages_organization_data') }}"
+ # organization_ugc_post: "{{ ref('linkedin_pages_organization_ugc_post_data') }}"
+ # media_history: "{{ ref('instagram_business_media_history_data') }}"
+ # media_insights: "{{ ref('instagram_business_media_insights_data') }}"
+ # user_history: "{{ ref('instagram_business_user_history_data') }}"
+ # post_history: "{{ ref('facebook_pages_post_history_data') }}"
+ # page: "{{ ref('facebook_pages_page_data') }}"
+ # lifetime_post_metrics_total: "{{ ref('facebook_pages_lifetime_post_metrics_total_data') }}"
+ # daily_page_metrics_total: "{{ ref('facebook_pages_daily_page_metrics_total_data') }}"
dispatch:
- macro_namespace: dbt_utils
diff --git a/integration_tests/seeds/linkedin_pages_ugc_post_share_content_media_data.csv b/integration_tests/seeds/linkedin_pages_ugc_post_share_content_media_data.csv
deleted file mode 100644
index 37f6470..0000000
--- a/integration_tests/seeds/linkedin_pages_ugc_post_share_content_media_data.csv
+++ /dev/null
@@ -1,101 +0,0 @@
-last_modified_time,ugc_post_id,_fivetran_synced,description_attributes,description_inferred_locale,landing_page_title,landing_page_url,media,status,title_attributes,title_inferred_locale,description_text,original_url,thumbnails,title_text
-2012-04-26T01:06:26,urn:li:share:1069551492,2021-10-27T14:55:28.928,[],,,,urn:li:article:5599426420674658310,READY,[],,X5Ej1XVMhvxfPFHYdGUvVA==,5wZ+RwmREuf2LyLa4qPYtw==,t/V13ZftG0U6n9WDp5lD4w==,cKCGIw9v0c6CUKK9/eNfOg==
-2012-04-26T22:29:10,urn:li:share:1072240414,2021-10-27T14:55:28.928,[],,,,urn:li:article:5601248591608811562,READY,[],,8niDhQz9Ev7qNbBgv7QBRQ==,9RFFZj9oBNvIaCBhwajqMg==,CtySUK609ZK+u6Et4SO2ww==,LYQF3X79FNWP8Q4Ur4EzHw==
-2012-04-20T22:30:07,urn:li:share:1056491827,2021-10-27T14:55:28.928,[],,,,urn:li:article:5598894242664558657,READY,[],,//tGqMP6WpRIBPqLcbBLTg==,xLZ5JvfKiQ9VMu/VolrHOA==,j6SVagZk4FvQSiKCkbUekg==,lxC/ZKHR0ERCeboKwcKyXw==
-2012-04-23T19:31:11,urn:li:share:1062871335,2021-10-27T14:55:28.928,[],,,,urn:li:article:5599577003092082757,READY,[],,vFgngB++G0Or08Dufw1Suw==,FW0uGjz/lOfoFRsftMd60A==,W5jZu7qpN5q11NmFmkjiuw==,/Gf3pXLKjR4LDtrDI0l8KA==
-2012-05-01T19:26:12,urn:li:share:1084381219,2021-10-27T14:55:28.928,[],,,,urn:li:article:5603147827875151882,READY,[],,+7HvhbLyar8iSa2oKqUZHw==,k7vjigv5tXU3VrOXzOiFqQ==,pr9zoIkmkSPwti4Qa2wVkA==,a4o6Emln6ywvmCVdNwqQzQ==
-2012-04-06T17:25:37,urn:li:share:1020092424,2021-10-27T14:55:29.408,[],,,,urn:li:article:5593828711427211279,READY,[],,Tl4u8UzJ1bJwRuwlilNf8w==,Pmp3ebotHv/uwgR32SnomQ==,BM6S/6RZalqv/vd5Ta2LPQ==,+zrLBbpROfhFj7sLHx1Ksg==
-2012-04-07T00:35:15,urn:li:share:1020830789,2021-10-27T14:55:29.408,[],,,,urn:li:article:5594182660109897732,READY,[],,hEab217w/6yrKi1IFjBBGA==,MYjQhyMtq1QGP5T6mCXgPw==,jWlfPX1ExPMIiV22HguvKQ==,2FVE/OQCx6KpakgHjtryAw==
-2012-04-05T22:31:18,urn:li:share:1018288956,2021-10-27T14:55:29.408,[],,,,urn:li:article:5593296597107617862,READY,[],,zAoYtXgJ0WqQMCiZkH5J4Q==,CsEbv/4Gv23oP9s7LgX1+A==,juXCb6uOepxJRVMGjFT+yw==,otGdYu2C8VynvoA2eWEGvA==
-2012-02-16T21:01:41,urn:li:share:897440029,2021-10-27T14:55:29.408,[],,,,urn:li:article:5574865255563006031,READY,[],,uu7loBxllmElc9UcXcjYAQ==,MG/OReILTdCf+PmhFfHoxw==,6+NPiJ/2dqQvNUeVEn7ICg==,95Fx6x2IcPU1gjKAXgnjCQ==
-2012-04-05T22:31:48,urn:li:share:1018288397,2021-10-27T14:55:29.408,[],,,,urn:li:article:5593574502190555175,READY,[],,+XgmwP3ftZvbR7AdZb3c7g==,MmMM506ZHgGeWVd49UHIHA==,efqmDcQpCqsGqR73PvO7yQ==,d7DQYI1kruDK+MyDYm9gqA==
-2020-11-09T09:00:15.569,urn:li:share:6731490563343859712,2021-10-27T14:55:32.960,,,,,urn:li:article:8322277194767421656,READY,,,EQPt+P5wPgd8Elin2d3EGQ==,Xs8l/7nQ/HBw1NeBkN25NA==,6oH3gcL6xNf9uuiSYde5fQ==,H9EW9H+XEHM2IGAic/eSGQ==
-2020-11-13T16:59:35.449,urn:li:share:6733060738044219393,2021-10-27T14:55:32.960,,,,,urn:li:article:7608270086446583623,READY,,,o6zbqqw9OZySyqYGAJnBLA==,RoD6hUjcytPEh4mt58aGRw==,tA0KhUxCL1AaMPvdTOCe1Q==,KwcGkIfTt1sIGHzSRGtibw==
-2020-11-16T16:14:18.074,urn:li:share:6734133100084916224,2021-10-27T14:55:32.960,,,,,urn:li:article:8288793179508970199,READY,,,bC3+jKsQeabvkXyI24OcyA==,QPnUoaffMMZI8O3vd0iukQ==,I9x+GqQ+NadRzosqw6Bdvw==,FdI3uwQxcD2GUT3zrG6NGg==
-2020-11-09T08:00:17.661,urn:li:share:6731475468572254208,2021-10-27T14:55:32.960,,,,,urn:li:article:8506980106412277274,READY,,,UcgIT8T5WYKkNKFj72eo2A==,j58ArSKcs/iLSRM/vg+FxQ==,c1NHEmlp/jM947sBPYitFA==,9ozHN+Nhi19oQyGM1O87Ow==
-2020-11-06T22:49:19.617,urn:li:share:6730612028928528384,2021-10-27T14:55:32.960,,,,,urn:li:article:9158908223157346253,READY,,,LZMf0bwCTESciOGpNmoOMA==,UPZon3Acmg0apSmEyDXreg==,GGWxF+s9YTIblIbUEySoVw==,AdBTdkFA41YmCIyK03nHFQ==
-2020-11-16T22:49:19.594,urn:li:share:6734235903289503744,2021-10-27T14:55:32.960,,,,,urn:li:article:8948695600806970384,READY,,,t5ashvahEa2Z65ypi0laKQ==,WiTWNrL72DP2C/TddjmLhw==,Jf68k7elnz/2IMf6AYDEvA==,d+5d23EBPZLne2i0apE6CQ==
-2020-11-16T12:12:03.296,urn:li:share:6734075541034471424,2021-10-27T14:55:32.960,,,,,urn:li:article:8010598367104226778,READY,,,2Eep3UEzgh09keMRqMKoAQ==,GU1JsfSTv9j1pt7bGmf3/Q==,vYYbqG1uybRCYpG1jEEM5Q==,Kp5064tUZX5MVLCc8cJBEQ==
-2020-11-13T22:49:13.782,urn:li:share:6733148727894179840,2021-10-27T14:55:32.960,,,,,urn:li:article:7197333228882057284,READY,,,ekC9zf/DY0+9DidbL/EEdw==,8fEVC52Axmq5pXKc110iVg==,aJT0IqqeTtmqRh2QRdElaw==,Vj0rwFeBy1i6GKi5Up9v4Q==
-2020-11-05T22:49:15.882,urn:li:share:6730249625413984256,2021-10-27T14:55:32.960,,,,,urn:li:article:9212677979126684155,READY,,,mnRuR/LrkZ7f7dma4rM0RQ==,8yXPKoYnobeXCTdYEAnnAw==,ZV2LTMi3ShswvnlofvkoFw==,tiG38bvmqcjyMvg1GbRUYA==
-2020-11-11T11:03:02.592,urn:li:share:6732246233169084416,2021-10-27T14:55:32.960,,,,,urn:li:article:9148401260460671079,READY,,,jZflEpQhGfeNu6b+9ADePg==,2lToqgIceUZoyayNiku4gA==,onMLB7lTQ0olAmqA58coLQ==,C0Qx7DqL7bHf9i7L2M2QBw==
-2020-09-23T07:01:02.612,urn:li:share:6714428327811198976,2021-10-27T14:55:33.952,,,,,urn:li:article:6987175830752656406,READY,,,TnZJyEmxgKKNnVMVbuHEUg==,oDWRiqinfJpQY55kDHc2vA==,QnyzOMs09++s2Tm0UAXSzg==,LA+kwj7bbuPYYPZu7EUHVw==
-2020-09-28T22:49:34.527,urn:li:share:6716478973074841600,2021-10-27T14:55:33.952,,,,,urn:li:article:8371916613524033919,READY,,,mawx9jwrazemQCAcbwTi4w==,1QR1RP7pZbtoprvW5OIM/w==,euT1fKufLOT+SGPEZbfCmw==,+9FEZAfENHqaHjuayhL2ww==
-2020-09-25T22:49:33.677,urn:li:share:6715391805837381632,2021-10-27T14:55:33.952,,,,,urn:li:article:9005265610743401261,READY,,,FT+Wzggk7MjSWMS6rnkdMQ==,Luj7ZnY/YEszrFNq+RB0sA==,PXgSIXi/KNYKg/Mvv1wwVQ==,JWHgirOvOJCgo30mrEP+jw==
-2020-09-23T07:03:02.264,urn:li:share:6714428829785497600,2021-10-27T14:55:33.952,,,,,urn:li:article:8387671507629361760,READY,,,sHDaZC4w9XQsjNBQgyHOtg==,E1mXts7QAVbnak21+BMDQQ==,4jXaVQ39FTmiv6YUvDJ/3A==,1Vpzvp5HvdJknvsKPAamRw==
-2020-09-24T22:49:31.827,urn:li:share:6715029414352080896,2021-10-27T14:55:33.952,,,,,urn:li:article:8190923228259742518,READY,,,6gUXi9K1dtdV7SjVji0poQ==,GKMtNa4oEF+Jxd8Y4s7i0w==,9piNGXBuZ2cOcVe5MSf67g==,cqrIU4xOjgpzmFJUOv2YsA==
-2020-09-23T08:01:02.217,urn:li:share:6714443429817958400,2021-10-27T14:55:33.952,,,,,urn:li:article:8387671507629361760,READY,,,sHDaZC4w9XQsjNBQgyHOtg==,E1mXts7QAVbnak21+BMDQQ==,keOswgIelztwwE4tIbo8DA==,1Vpzvp5HvdJknvsKPAamRw==
-2020-09-23T22:49:35.573,urn:li:share:6714667042278039552,2021-10-27T14:55:33.952,,,,,urn:li:article:7808985473054631725,READY,,,BwyCLwmS+jl8Hme8iQ+HSQ==,ZyW1ek5cYY6twi8wgSe7fg==,bDzrss2Li40qXVKSAjIF0g==,Sa+vichVLEv3wpo8iEPvKA==
-2020-09-28T14:19:16.058,urn:li:share:6716350554278305793,2021-10-27T14:55:33.952,,,,,urn:li:digitalmediaAsset:C4E22AQH9Y7ZmNRFbnA,READY,,,hZ+y4excfEEYskr89Av3og==,rgXCKtxXRS6/28Bkx3Z3Kw==,Umo4vCPP9OjRJGhwYjiweA==,
-2020-09-23T16:16:04.700,urn:li:share:6714567857855983616,2021-10-27T14:55:33.952,,,,,urn:li:article:7808985473054631725,READY,,,BwyCLwmS+jl8Hme8iQ+HSQ==,ZyW1ek5cYY6twi8wgSe7fg==,eAQlOgBDyrUHoBBEE1ABmg==,Sa+vichVLEv3wpo8iEPvKA==
-2020-09-28T08:01:02.553,urn:li:share:6716255366503555072,2021-10-27T14:55:33.952,,,,,urn:li:article:8389581212051111449,READY,,,P726XQus3wqfxbxvBkYtVA==,kZf0CpiptbIxf/hmfoMYgA==,b2jHKmjRWsuQsh/VKtmdgQ==,GZToSUBfvHxbnjWplSG6YQ==
-2020-09-28T17:06:04.927,urn:li:share:6716392533498359808,2021-10-27T14:55:33.952,,,,,urn:li:article:7518492560674393380,READY,,,6qp/wrQGcWKUtuhh0ucjRw==,4znE8nOucZDkTjbJXKGKGg==,cRyMVPulOkDf6++gGRKhGg==,LymAyVmY9u2qvmzp5AryyA==
-2017-01-08T21:30:17,urn:li:share:6223973917166440448,2021-10-27T14:55:27.029,[],,,,urn:li:article:8880801720758020787,READY,[],,Gllyvglvls6NRLSWjuFg3Q==,mlIswbQkQ0FS3NC1eULK2w==,QRtnIqMS2Y2QeitA5ygunw==,4eR9FPRXxuWPIwb3em+7OQ==
-2017-01-05T18:38:28,urn:li:share:6222843511839035392,2021-10-27T14:55:27.029,[],,,,urn:li:article:8901209113248903891,READY,[],,nrIBAs11oyLUGGjejTyVog==,8JppIkv/feIh0F0SV4oAXg==,j477EJzGTBcNeab6lGtv9g==,djXuFVkERUyrJfvcIgUAVg==
-2015-08-14T07:24:14,urn:li:share:6037856027804733440,2021-10-27T14:55:28.341,[],,,,urn:li:article:7552772250919888743,READY,[],,Jy/rnSxWfqzHQHCEHFhGpg==,nOmde1chY1cGH64P+xAZnw==,2AkNt6Dj6n2nCqdoiQuhBA==,5eyCVgn8mIMPRGvA+g+2mQ==
-2015-11-02T11:55:08,urn:li:share:6066915229692944384,2021-10-27T14:55:28.341,[],,,,urn:li:article:9196851189166551578,READY,[],,xEbEINDTqjQSkuGWiH2c9A==,nI57nYvEuHvMcLRhfFa/9Q==,8rY37kJCp4efzr2LYAh1SA==,nQtxOT8bpI0qB1+0XtP1/Q==
-2015-08-12T16:25:14,urn:li:share:6037267397306511368,2021-10-27T14:55:28.341,[],,,,urn:li:article:8328618529794511402,READY,[],,QxsfdIapsZLfEaNvipQk6A==,ow9/3CMyUoOFmdUAveg6Pw==,P2i54r4RgNw9DweqAYopJQ==,NJA6N967W7pI1XaXICMJSQ==
-2015-09-16T09:02:27,urn:li:share:6049839541727096832,2021-10-27T14:55:28.341,[],,,,urn:li:article:9104494655838265552,READY,[],,a1ZIfy4alXzty/hIUo1s7A==,Wn2DiExsCxvCS+niUixkNw==,B1vmUo+N9tFLa8f1gh+abA==,p8AXQDLEJwjNpbfJ0DEiZQ==
-2016-12-04T17:28:37,urn:li:share:1433736849,2021-10-27T14:55:27.573,[],,,,urn:li:article:5738025510051524656,READY,[],,9p1nzLO/BFoBi4fLJAoLdA==,+/wL3qYtVOQulRwZbFY7yQ==,Mqrl6pCZC/cZIsRR1cYLew==,dP8dGp5ISkTUCqaVzuSVLA==
-2016-12-04T12:31:31,urn:li:share:1425166604,2021-10-27T14:55:27.573,[],,,,urn:li:article:5733259655983951931,READY,[],,Zp8l82zDjvClPDzlcVscnw==,j6nc0mbD7A3SXdWvHsEATw==,yoSoUmHdu+8k/GvRuA+PWw==,bEjZXZMIIKlhO0k/2kSV8g==
-2016-12-04T20:06:34,urn:li:share:1438284881,2021-10-27T14:55:27.573,[],,,,urn:li:article:5740474413124427830,READY,[],,iim6t3ilMF07RGNflK6qTA==,GxRguj/ltz7/MIdR9YAZVQ==,Z+pcHgSlYcn4hMo7TZc6Gg==,IGlw/Hu0DN0FxzyLwWYHqQ==
-2016-12-04T09:13:51,urn:li:share:1419475780,2021-10-27T14:55:27.573,[],,,,urn:li:article:5730323351965024318,READY,[],,1JJalpxw6iJ8o9gN/EfHgg==,EhUf1blEiiWz1cXfTwz17Q==,ZP1oP1MQxwn5A/oJ1oWuRg==,laa1CDi0epwy18uEoocRwQ==
-2016-12-04T22:28:05,urn:li:share:1442346414,2021-10-27T14:55:27.573,[],,,,urn:li:article:5742668125980090369,READY,[],,Uq9cD8IgAe56Ojej/gMtYw==,opZ1Wj8CRDz998vNfsOHbw==,ZuXN1qeJG/J96KemEQsqlg==,t4DjwaZsuyOKrmyWTyJ3Dw==
-2016-12-04T22:02:29,urn:li:share:1441608149,2021-10-27T14:55:27.573,[],,,,urn:li:article:5742337177518354513,READY,[],,dUKaXdEqxqqcvHz8VwbArA==,333u+TWfYYDJqGwbexnmQA==,11FxOYiYfpMxmANj4kGJzg==,nCtKN3US7NsCN4/BPTI2sg==
-2016-12-05T06:49:44,urn:li:share:5750268984939270145,2021-10-27T14:55:27.573,[],,,,urn:li:article:5750268974227001403,READY,[],,z4t4vNnu0eMkBO6vO8fHPw==,d48xNq8SKJZokYK/OWAH1A==,J8niIdADiDnHYSAv/ohz9A==,7djyrWsITUVBZpp9pKgWKQ==
-2016-12-04T16:26:18,urn:li:share:1431934759,2021-10-27T14:55:27.573,[],,,,urn:li:article:5737091363980189749,READY,[],,NJ1KSbikJKhvVQksYmRt+Q==,JskkMLWrUx9n83NMIc6JDg==,XK3HVnT6BNljvESFMnq/SQ==,DEu6qCvXpRixXVjxyHXlJQ==
-2016-12-04T11:09:12,urn:li:share:1422785826,2021-10-27T14:55:27.573,[],,,,urn:li:article:5732192611117056049,READY,[],,wwEpKbbFHq3zE67EbUfIyQ==,gKVkFQV5d2otLJ1PQ7QiXA==,xssUjwEGvwpW3DQEKVCGrw==,y+IWZRRY+sdqEFj8HksKOw==
-2016-12-04T19:40:55,urn:li:share:1437527694,2021-10-27T14:55:27.573,[],,,,urn:li:article:5740135277238698049,READY,[],,HSalKUthwuKpRZEhkGPR9g==,u+fESMRCVlJ7VO9qJGaftA==,nqxjPwPUTQFABjN1rvdw7w==,J5UpIaKypXpNBh5n0B36vQ==
-2016-12-05T06:46:42,urn:li:share:5750242774448365572,2021-10-27T14:55:27.573,[],,,,urn:li:article:5750242935220232270,READY,[],,j0WooHb+pvkvzddCwOtWaA==,g9QfvTfWFvaEO4N1xc7Fmg==,Bz34O0It/dtjGxUFFv6Ucw==,6JsC/YDQWPWFWSQmbIBILw==
-2020-05-07T17:06:37.592,urn:li:share:6664208818471227393,2021-10-27T14:55:35.605,,,,,urn:li:article:7959688988864458081,READY,,,DoOdcsBesRkeWrJQSmE+qQ==,2bS17n39R1oHPu353NBfbQ==,JZ6NJsa+cKw+fCFGfTnhvA==,mfulFkZXFouTMMhINKPxmg==
-2020-07-27T22:49:40.323,urn:li:share:6693648561499869184,2021-10-27T14:55:34.762,,,,,urn:li:article:7751331691108476129,READY,,,gHDfqe+JOs1f4/qKDqEcTw==,aMwg66lzvliGPRPK3J4faA==,WiD2JbPkruOazuvosm3E7Q==,Vp/Mb5Hb2kmCb1fGY+nCgg==
-2020-07-22T22:49:20.606,urn:li:share:6691836539376304129,2021-10-27T14:55:34.762,,,,,urn:li:article:7664146487731437236,READY,,,KJ7O0YK7fFPqP5Poi3eFQA==,+C/AT4ZEKyu17sEiS/KB+g==,m+kpm9rnRZDUq5EQiw8qJw==,8vvIcOij5FmSWNY4KSvHSQ==
-2020-07-24T22:49:35.935,urn:li:share:6692561366617796608,2021-10-27T14:55:34.762,,,,,urn:li:article:7446164043077993556,READY,,,dKz7OLeP6lRi9wcXuMiAWg==,owIoSXI4ncNPBtB2BoF2qA==,8TSgczvgoOdOLec4EF8Pvw==,igEp54+aLpPm0PDCRJXoWw==
-2020-07-29T14:58:02.354,urn:li:share:6694254556202856448,2021-10-27T14:55:34.762,,,,,urn:li:article:7974188754899667926,READY,,,nM1vo2jJP2sP8iYYVv/d9w==,Fpv2QQZbAz8HJY6qUma/YA==,uPiwrn+HCyHzzX5BLxmNbg==,zPhCt+BEkmzZbE7BmET5yA==
-2020-07-23T22:49:36.065,urn:li:share:6692198962323099649,2021-10-27T14:55:34.762,,,,,urn:li:article:-1,READY,,,o62YIu3S1WpPMfzOtHgb6w==,dJzLZFKkyYwt4pu+8TM6cw==,B7oOZeyOBof0xSlrFt1rrg==,o8RrZh7Hpm/OpUJPf5JwqA==
-2020-07-29T22:49:30.628,urn:li:share:6694373296546344960,2021-10-27T14:55:34.762,,,,,urn:li:article:7990054408040645340,READY,,,CkErxucti+TyLOuBXLChLg==,Rq/xSu38hTpYCaWBfuGuNA==,diJFgwN+5Hk+J/usxEu1cA==,2dG52FpeclpHDaK+7yotDQ==
-2020-07-28T22:49:28.932,urn:li:share:6694010905723748352,2021-10-27T14:55:34.762,,,,,urn:li:article:7779410474379725085,READY,,,PaF76GKQPQ0DRG34Qj5fbg==,hNJu4RcRzwBoWpb8t8/BYw==,5LFEaopZ5mWCpI5T/nw2Tw==,uuT4c0w7mJvzUJGT0WrMqw==
-2018-10-09T15:40:56.602,urn:li:share:6455451037473001473,2021-10-27T14:55:37.962,,,,,urn:li:article:7962539062051171030,READY,,,NqUpK186Ql8HqQBIsV2Lug==,oz8LAnGKaEARW8UCDZqLyA==,r9/1OS/BJn6ceP+GMTwkVg==,ffmSkXg1ZosI//h8NvEG8g==
-2018-09-28T09:08:28.102,urn:li:share:6451366635101003776,2021-10-27T14:55:37.962,,,,,urn:li:article:7135814246093599940,READY,,,YAv8SWNiZtBbFXrxTRQwqg==,rVBr8slSqrHKont+8IFWWQ==,Ta/3rVnf8f2KHGNnZRIGjQ==,doWPV4qvlnpc4MCJwXnUQQ==
-2018-10-04T07:26:05.924,urn:li:share:6453514028676456448,2021-10-27T14:55:37.962,,,,,urn:li:article:7135814246093599940,READY,,,YAv8SWNiZtBbFXrxTRQwqg==,rVBr8slSqrHKont+8IFWWQ==,Ta/3rVnf8f2KHGNnZRIGjQ==,doWPV4qvlnpc4MCJwXnUQQ==
-2018-06-15T12:20:13.893,urn:li:share:6413361966156431360,2021-10-27T14:55:37.962,,,,,urn:li:article:8034534379762280394,READY,,,wuZIu/HRWOu/Cp/746OHsg==,xxCBOOaShjOFD28SRDX0lA==,s22K0eRwhHTAPzFhHW99Dw==,oxVchw7pvvW08Vtw7GhPmQ==
-2018-10-02T15:40:08.515,urn:li:share:6452914724609814528,2021-10-27T14:55:37.962,,,,,urn:li:article:8219331276337961427,READY,,,Vf+f3nd7ObMYgmz5Drii1A==,tTSeyxsK+BbwBF0tdc93cw==,W6OUcb1/uK4qeds4w5KW7w==,KSHHdMyPwOtGNT2/j79Akg==
-2018-08-02T17:05:54.638,urn:li:share:6430828389040558080,2021-10-27T14:55:37.962,,,,,urn:li:article:7371695485030328568,READY,,,vCDnTUpaIiVJ0yxd8e4YhQ==,6zgKv4V074n2DNuted/VAQ==,Z8hrfFSnXf1o/ewuwMh/+Q==,BG4sKAZv5IMIUqaEWFyVQQ==
-2018-05-31T10:48:26.843,urn:li:share:6407905151209795584,2021-10-27T14:55:37.962,,,,,urn:li:article:7611478861255058900,READY,,,rKdIW4BgulkSwQsNoQWqfw==,K7p5+Ap2qbVxX5BSS9gMVg==,s22K0eRwhHTAPzFhHW99Dw==,oVZZZOjg6tAkG6inJAkSog==
-2018-08-02T16:38:01.698,urn:li:share:6430823833560842241,2021-10-27T14:55:37.962,,,,,urn:li:article:7230128037825255013,READY,,,eWuDWWklKpVNR73F+cFoQQ==,0upUsm8KLIShM0jwLvfNKg==,SpoTQt/ZmPE8yrb2u0MHKA==,yhfmy+PL56E6y7DKN9o43g==
-2018-09-17T17:30:04.423,urn:li:share:6447506774374301696,2021-10-27T14:55:37.962,,,,,urn:li:article:7675540497322206944,READY,,,YODMnmMgGbNKyI7+pa/Jdg==,imFQNJQA2MQ3ccyH9x40sA==,Vc0e1OgDpysFC/5yNYV/Vg==,lzNpW17P4eXjAHdI5wQQXA==
-2018-09-10T17:01:07.003,urn:li:share:6444931024572030976,2021-10-27T14:55:37.962,,,,,urn:li:article:7813445798917376151,READY,,,6CFAOeuw5L+aYxi8Y9w//A==,uquFCC5xwRjeMPTuh1at6Q==,3hCug6rQ8PRLHXTHCQO9HA==,nTXIgbTkmHH1I/Y0aLnvVA==
-2018-05-22T17:31:14.241,urn:li:share:6404742943302914048,2021-10-27T14:55:37.962,,,,,urn:li:article:7256560694045894479,READY,,,iyLyztJZjPv20iCrP2o39w==,x6A0keGoQfnb7rKR8KqfLg==,GdTtWpL8SokvqXqfuPDNNA==,GgiDzkZlSio2LdmGewU8jQ==
-2018-10-11T17:30:51.859,urn:li:share:6456201857839689728,2021-10-27T14:55:37.962,,,,,urn:li:article:7592501896546228838,READY,,,n4uQqKlaFDdYviL+ZPXo+Q==,wjezxybnZMFJauNJE1ZkzA==,6cv1fK4xcEMJklVuzP8Png==,HRCvv7GHkSrjdikBghyDTw==
-2018-05-18T23:54:47.097,urn:li:share:6403386404067512320,2021-10-27T14:55:37.962,,,,,urn:li:article:6998141437768465483,READY,,,E2KwZGv8O+aiFIpPI5ORqw==,r174mGNKTCMsB+GtkQQQsQ==,GSQUkMbCMZv+kJ7MNoFwGg==,RhSRTDv0zBE2UvCo2nR6Zw==
-2018-09-10T09:26:09.438,urn:li:share:6444846428077596672,2021-10-27T14:55:37.962,,,,,urn:li:article:9175538824871865010,READY,,,J4bF52ZWclXjbv94WYGwuA==,+OVneAPmxgQxDw6LdonDdQ==,scKVNMuDcbZtVmgEajRajQ==,YYTre3G5ShtqRN4f9Yuw/A==
-2018-07-05T10:00:02.831,urn:li:share:6420570699915632640,2021-10-27T14:55:37.962,,,,,urn:li:article:7767482231117430595,READY,,,1KOhnfw/6vmX+ocbt6sMUQ==,zpKvRE2LW6X+cotS0ZWSgQ==,hF/P6+yMkCXkaoqfcS4y2w==,1iD2+Q0ir4Yugn6Cl1HZPQ==
-2018-09-20T15:35:19.182,urn:li:share:6448564457516998656,2021-10-27T14:55:27.018,,,,,urn:li:article:8720566206295849704,READY,,,6UlRLxQhXNEeQ9IfCtvObQ==,ZZr07PlT4rWPFpNWLzVLeQ==,g1sIGC1D3iMjZh36DqzfgA==,cESfGZyLeQYvO0dFuab0vQ==
-2016-12-01T01:36:18,urn:li:share:1300013831,2021-10-27T14:55:28.330,[],,,,urn:li:article:5653440109509365852,READY,[],,kaBvzRVLGqxjD3lxFqoYJw==,h/PpZIpcd138zmeLgq8rSg==,11FxOYiYfpMxmANj4kGJzg==,xdR3EBSg2s0m0XT4Wm2vzw==
-2016-12-01T04:01:44,urn:li:share:1304399297,2021-10-27T14:55:28.330,[],,,,urn:li:article:5658922778384932915,READY,[],,KK5bJJK3RcXFUM6bCsToEQ==,QJkZBy0924ojqf8J99KCtA==,11FxOYiYfpMxmANj4kGJzg==,5ad0nSh/UsZXPRAM6TuG1A==
-2016-12-01T04:01:48,urn:li:share:1304401760,2021-10-27T14:55:28.330,[],,,,urn:li:article:5658922778384932915,READY,[],,KK5bJJK3RcXFUM6bCsToEQ==,QJkZBy0924ojqf8J99KCtA==,11FxOYiYfpMxmANj4kGJzg==,5ad0nSh/UsZXPRAM6TuG1A==
-2016-12-01T04:01:48,urn:li:share:1304401767,2021-10-27T14:55:28.330,[],,,,urn:li:article:5658922778384932915,READY,[],,KK5bJJK3RcXFUM6bCsToEQ==,QJkZBy0924ojqf8J99KCtA==,11FxOYiYfpMxmANj4kGJzg==,5ad0nSh/UsZXPRAM6TuG1A==
-2019-11-07T11:02:19.151,urn:li:share:6598162510359207936,2021-10-27T14:55:35.615,,,,,urn:li:article:7429767203650238522,READY,,,7QVOGi3pPy8DgnARLgbWyw==,EG/Cz49PDWVeUTgDDzzjHA==,MxUkWPRDoz3j+6woHohtcg==,1+jDwigiGJIXx3WVD4swrg==
-2019-11-04T18:05:59.389,urn:li:share:6597179592929222656,2021-10-27T14:55:35.615,,,,,urn:li:article:7105415801598849676,READY,,,fOwB/YgYAolQB87BVZ80GA==,w8R3AbXB78FLRq1lCZAtBg==,C9kOPl3h3NyV5B0biN3y4A==,WJPS4mIQDyzzbFfmF8DAKA==
-2019-11-04T14:03:19.179,urn:li:share:6592685054219165696,2021-10-27T14:55:35.615,,,,,urn:li:article:6966239769674069512,READY,,,zMe2rd6V0ZjWuCbKWGy0OA==,cV2Z1qA4lKfkw0q7dWDh3w==,LSIIyiMDEQnX5c1NAcnTMA==,rstocLwI6s5EGZyrguFOAA==
-2019-11-05T00:00:07.987,urn:li:share:6597253466492592128,2021-10-27T14:55:35.615,,,,,urn:li:article:8541106207406627253,READY,,,mydOc7vmiGyaL/PY5GNFeg==,27Vr+J95Fs6rCwK9z4ZEzw==,i/0sKc6hqersJVjoo1Inrg==,1pPtYR9bW/4rNR9BvwZOmQ==
-2019-11-08T19:27:57.051,urn:li:share:6598652165877751808,2021-10-27T14:55:35.615,,,,,urn:li:article:8815927976722309403,READY,,,EkZ5dXAQUrXgwzcRt4qtLw==,phME42zY66UjiAoc0+rSAg==,pJO8phGE6lkjir3Ag6iiBQ==,tb3GIU0Sd9vnpIKIv7uj6g==
-2019-10-31T15:17:29.256,urn:li:share:6595689763431346176,2021-10-27T14:55:35.615,,,,,urn:li:article:8541106207406627253,READY,,,mydOc7vmiGyaL/PY5GNFeg==,stSshKW0jszBHtxy57j22w==,i/0sKc6hqersJVjoo1Inrg==,1pPtYR9bW/4rNR9BvwZOmQ==
-2019-11-08T20:44:37.224,urn:li:share:6598671314637193216,2021-10-27T14:55:35.615,,,,,urn:li:article:8288902779150174585,READY,,,SM9BwnYt6IDDUlKLX2JWqw==,F7+syJzl4Axgvl71Etx+Zg==,1XMXX2RHNohUJYngL18yrg==,lAQK6sSV0Ksp1fGT7Cl4uQ==
-2019-09-05T10:30:20.753,urn:li:share:6575324034387574784,2021-10-27T14:55:36.351,,,,,urn:li:article:8347565742148671206,READY,,,JD724RWpL6pVviyYGNPj4g==,mNZoOYzGQzRU5p1TcGIC/w==,geflYNFT/ECWKBDeExFugw==,sWUy35Ef/n5rYS7CW6Udjg==
-2019-09-10T08:56:54.111,urn:li:share:6577112486523351040,2021-10-27T14:55:36.351,,,,,urn:li:article:8634648989449169047,READY,,,c3NO+9ohsyx/xT7A5IWZhw==,B85HtIfhnvsWc0XaKKKh4Q==,vSjqdEctFQTJwcGCvmof0A==,wXh3BjkU9g9q+agLZbzMSA==
-2019-09-06T08:05:40.284,urn:li:share:6575650043536244736,2021-10-27T14:55:36.351,,,,,urn:li:article:7242315805918582293,READY,,,r7WNGFORhGzyaem5ryZbqQ==,/DgkbgpqP5D9mRgLSnRnIw==,ZC1HoFKL1hx5GZaDM1pVpw==,6Gk6EpwKhisuw0zS499y8w==
-2019-09-09T08:25:18.017,urn:li:share:6576742006469591040,2021-10-27T14:55:36.351,,,,,urn:li:article:7258845718119659021,READY,,,vCRXdfllwKz9TxnBt1fh5Q==,Nrq7TtXLPeVtyBNaqhXp5Q==,wl+zoVblF3ijJyH16NEg8g==,U7N5sfyReF79YUo//RM7sw==
-2019-08-28T16:57:07.986,urn:li:share:6572521411200466944,2021-10-27T14:55:36.351,,,,,urn:li:article:8002671574885771208,READY,,,R+Og4LVTDot4d2UPjmnObA==,27RQPTTHlpQyymJSOrMziQ==,u2n+e71aoVpQn97pRq7Neg==,eZUagy4zLwKqcHOJv+E1Tw==
-2019-09-04T13:22:51.778,urn:li:share:6574950012407681024,2021-10-27T14:55:36.351,,,,,urn:li:article:8634648989449169047,READY,,,c3NO+9ohsyx/xT7A5IWZhw==,B85HtIfhnvsWc0XaKKKh4Q==,vSjqdEctFQTJwcGCvmof0A==,wXh3BjkU9g9q+agLZbzMSA==
-2019-08-29T15:57:45.914,urn:li:share:6572869528387145729,2021-10-27T14:55:36.351,,,,,urn:li:article:7146120463899471344,READY,,,w/3NXe+oN03pFLzyN8RqYA==,7T2gd3zSE+IZxC3HCwbwyg==,CT89e3fdF0o5MhsRpsanjQ==,C2BnZXEf8DzvfNZTjeB+RA==
-2019-09-02T09:51:47.800,urn:li:share:6574226409462603776,2021-10-27T14:55:36.351,,,,,urn:li:article:9175538824871865010,READY,,,J4bF52ZWclXjbv94WYGwuA==,+OVneAPmxgQxDw6LdonDdQ==,IrUxIP/Qv9Y5ME/jxv1p3w==,YYTre3G5ShtqRN4f9Yuw/A==
-2012-04-11T16:44:16,urn:li:share:1031678824,2021-10-27T14:55:29.407,[],,,,urn:li:article:5595506227963494410,READY,[],,/t7FIpjzQMaRVtPAzWIbhA==,m6MC2h1ZkExPeFq4b/GunA==,11FxOYiYfpMxmANj4kGJzg==,38kX7S9xcK4XWEDHa064EQ==
-2012-04-10T16:30:08,urn:li:share:1028740738,2021-10-27T14:55:29.407,[],,,,urn:li:article:5588564127053254755,READY,[],,Pq+PA4+fH90ibGETtrj+qw==,PlIAJB95YhChBhrKDmg4Ng==,rZnNMT0l1DQ3Y0ozXkjpzA==,O3vyxi3LPlPlh1+Q+IWBkg==
-2012-04-11T18:48:57,urn:li:share:1032003759,2021-10-27T14:55:29.407,[],,,,urn:li:article:5595681047531495451,READY,[],,nOjubqZEhsXTbpxZSgbCrA==,d3EvUFH5dHjagoO0UNpnlg==,sRJBxulX9ULjGB90r6tDsg==,N+/nF1AJTJnHNYkrClSrsw==
-2020-11-19T22:49:14.031,urn:li:share:6735323056069259264,2021-10-27T14:55:32.959,,,,,urn:li:article:9212677979126684155,READY,,,mnRuR/LrkZ7f7dma4rM0RQ==,8yXPKoYnobeXCTdYEAnnAw==,ZV2LTMi3ShswvnlofvkoFw==,tiG38bvmqcjyMvg1GbRUYA==
-2020-11-25T22:49:16.265,urn:li:share:6737497388484751360,2021-10-27T14:55:32.959,,,,,urn:li:article:7970260256004523859,READY,,,vQTOvOTYzdEIrI73fC2/dA==,9klGYEqz7OfnIKsFpHvG4A==,HhRiKHMouhe2BjfQNMV6nw==,unECvNyDIXnW8dY/q606lg==
-2020-11-24T19:27:02.608,urn:li:share:6737084117080440832,2021-10-27T14:55:32.959,,,,,urn:li:article:8791027731064161316,READY,,,JWNGzaN2QuC9NwaO+cQvQg==,VrJmr5fI6prlOLrblbFbiA==,6v1D3MURawFsErrWIeHIIQ==,Zi0OVC2PjQvgwNytROwc8g==
-2020-11-24T09:00:27.607,urn:li:share:6736926400814600192,2021-10-27T14:55:32.959,,,,,urn:li:article:7127500033355007579,READY,,,mtCXwIjK+SRTBxy3SIWRcQ==,7wis+NZb4FJzNK7ic87lbA==,o2CWY2eUR4/PsxMUVaqx5g==,J8NYUpqPwBx9W7mWOxrtTQ==
-2020-11-18T22:49:15.523,urn:li:share:6734960678659993600,2021-10-27T14:55:32.959,,,,,urn:li:article:7178874774992148557,READY,,,nBkUlmKLYeixapzEcoo7Xw==,p5wzu/x+wuV8bCoEs47pdA==,zge9u1qlFbdue/kooumNGQ==,NL3RGg6cBEDfU40GkWMwdg==
-2020-11-20T22:49:13.703,urn:li:share:6735685442563260416,2021-10-27T14:55:32.959,,,,,urn:li:article:7001096076787342282,READY,,,MP3mv2Pz6piNKYLOhySoug==,bLX3fQhg6efPejcSuSllNw==,oTOSrDbj8Gtituhmb8K21g==,D24qLplgLeXyVofc/DKQdA==
\ No newline at end of file
diff --git a/packages.yml b/packages.yml
index 0ea6ff7..5629048 100644
--- a/packages.yml
+++ b/packages.yml
@@ -5,5 +5,9 @@ packages:
version: [">=0.2.0", "<0.3.0"]
- package: fivetran/twitter_organic
version: [">=0.2.0", "<0.3.0"]
-- package: fivetran/linkedin_pages
- version: [">=0.2.0", "<0.3.0"]
\ No newline at end of file
+# - package: fivetran/linkedin_pages
+# version: [">=0.2.0", "<0.3.0"]
+
+- git: https://github.com/fivetran/dbt_linkedin_pages.git
+ revision: feature/deprecate-ugc-post-share-content-media
+ warn-unpinned: false
\ No newline at end of file
From 94e4339d21a647406dc206f5307e6a7e3cbb5d2b Mon Sep 17 00:00:00 2001
From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
Date: Fri, 13 Oct 2023 18:58:37 -0500
Subject: [PATCH 04/13] regen docs
---
README.md | 3 ++-
docs/catalog.json | 2 +-
docs/index.html | 24 +++++++++----------
docs/manifest.json | 2 +-
docs/run_results.json | 2 +-
...ia_reporting__linkedin_posts_reporting.sql | 2 +-
6 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 9c9e952..6da85a0 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,6 @@ vars:
```
## Step 4: Enabling/Disabling Models
-
The package assumes that all connector models are enabled, so it will look to pull data from all of the connectors [listed above](https://github.com/fivetran/dbt_social_media_reporting#social-media-reporting). If you don't want to use certain connectors, disable those connectors' models in this package by setting the relevant variables to `false`:
```yml
@@ -134,6 +133,8 @@ models:
facebook_pages_source:
enabled: false
```
+
+## (Optional) Step 5: Additional configurations
### Unioning Multiple Social Media Connectors
If you have multiple social media connectors in Fivetran, you can use this package on all of them simultaneously. The package will union all of the data together and then pass the unioned table(s) into the reporting model. You will be able to see which source the data came from in the `source_relation` column of each model. To use this functionality, you will need to set either the `union_schemas` or `union_databases` variables:
diff --git a/docs/catalog.json b/docs/catalog.json
index 47020ff..aa2b3d9 100644
--- a/docs/catalog.json
+++ b/docs/catalog.json
@@ -1 +1 @@
-{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.3.0", "generated_at": "2022-12-19T19:12:56.750237Z", "invocation_id": "db0caf6c-c476-4f94-b989-e8ff3b795af9", "env": {}}, "nodes": {"seed.social_media_rollup_integration_tests.facebook_pages_daily_page_metrics_total_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_daily_page_metrics_total_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "page_actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "page_actions_post_reactions_anger_total", "comment": null}, "page_actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "page_actions_post_reactions_haha_total", "comment": null}, "page_actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "page_actions_post_reactions_like_total", "comment": null}, "page_actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "page_actions_post_reactions_love_total", "comment": null}, "page_actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "page_actions_post_reactions_sorry_total", "comment": null}, "page_actions_post_reactions_total": {"type": "integer", "index": 9, "name": "page_actions_post_reactions_total", "comment": null}, "page_actions_post_reactions_wow_total": {"type": "integer", "index": 10, "name": "page_actions_post_reactions_wow_total", "comment": null}, "page_consumptions": {"type": "integer", "index": 11, "name": "page_consumptions", "comment": null}, "page_content_activity": {"type": "integer", "index": 12, "name": "page_content_activity", "comment": null}, "page_engaged_users": {"type": "integer", "index": 13, "name": "page_engaged_users", "comment": null}, "page_fan_adds": {"type": "integer", "index": 14, "name": "page_fan_adds", "comment": null}, "page_fan_removes": {"type": "integer", "index": 15, "name": "page_fan_removes", "comment": null}, "page_fans": {"type": "integer", "index": 16, "name": "page_fans", "comment": null}, "page_impressions": {"type": "integer", "index": 17, "name": "page_impressions", "comment": null}, "page_impressions_nonviral": {"type": "integer", "index": 18, "name": "page_impressions_nonviral", "comment": null}, "page_impressions_organic": {"type": "integer", "index": 19, "name": "page_impressions_organic", "comment": null}, "page_impressions_paid": {"type": "integer", "index": 20, "name": "page_impressions_paid", "comment": null}, "page_impressions_viral": {"type": "integer", "index": 21, "name": "page_impressions_viral", "comment": null}, "page_negative_feedback": {"type": "integer", "index": 22, "name": "page_negative_feedback", "comment": null}, "page_places_checkin_mobile": {"type": "integer", "index": 23, "name": "page_places_checkin_mobile", "comment": null}, "page_places_checkin_total": {"type": "integer", "index": 24, "name": "page_places_checkin_total", "comment": null}, "page_post_engagements": {"type": "integer", "index": 25, "name": "page_post_engagements", "comment": null}, "page_posts_impressions": {"type": "integer", "index": 26, "name": "page_posts_impressions", "comment": null}, "page_posts_impressions_nonviral": {"type": "integer", "index": 27, "name": "page_posts_impressions_nonviral", "comment": null}, "page_posts_impressions_organic": {"type": "integer", "index": 28, "name": "page_posts_impressions_organic", "comment": null}, "page_posts_impressions_paid": {"type": "integer", "index": 29, "name": "page_posts_impressions_paid", "comment": null}, "page_posts_impressions_viral": {"type": "integer", "index": 30, "name": "page_posts_impressions_viral", "comment": null}, "page_total_actions": {"type": "integer", "index": 31, "name": "page_total_actions", "comment": null}, "page_video_complete_views_30_s": {"type": "integer", "index": 32, "name": "page_video_complete_views_30_s", "comment": null}, "page_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 33, "name": "page_video_complete_views_30_s_autoplayed", "comment": null}, "page_video_complete_views_30_s_click_to_play": {"type": "integer", "index": 34, "name": "page_video_complete_views_30_s_click_to_play", "comment": null}, "page_video_complete_views_30_s_organic": {"type": "integer", "index": 35, "name": "page_video_complete_views_30_s_organic", "comment": null}, "page_video_complete_views_30_s_paid": {"type": "integer", "index": 36, "name": "page_video_complete_views_30_s_paid", "comment": null}, "page_video_complete_views_30_s_repeat_views": {"type": "integer", "index": 37, "name": "page_video_complete_views_30_s_repeat_views", "comment": null}, "page_video_repeat_views": {"type": "integer", "index": 38, "name": "page_video_repeat_views", "comment": null}, "page_video_view_time": {"type": "integer", "index": 39, "name": "page_video_view_time", "comment": null}, "page_video_views": {"type": "integer", "index": 40, "name": "page_video_views", "comment": null}, "page_video_views_10_s": {"type": "integer", "index": 41, "name": "page_video_views_10_s", "comment": null}, "page_video_views_10_s_autoplayed": {"type": "integer", "index": 42, "name": "page_video_views_10_s_autoplayed", "comment": null}, "page_video_views_10_s_click_to_play": {"type": "integer", "index": 43, "name": "page_video_views_10_s_click_to_play", "comment": null}, "page_video_views_10_s_organic": {"type": "integer", "index": 44, "name": "page_video_views_10_s_organic", "comment": null}, "page_video_views_10_s_paid": {"type": "integer", "index": 45, "name": "page_video_views_10_s_paid", "comment": null}, "page_video_views_10_s_repeat": {"type": "integer", "index": 46, "name": "page_video_views_10_s_repeat", "comment": null}, "page_video_views_autoplayed": {"type": "integer", "index": 47, "name": "page_video_views_autoplayed", "comment": null}, "page_video_views_click_to_play": {"type": "integer", "index": 48, "name": "page_video_views_click_to_play", "comment": null}, "page_video_views_organic": {"type": "integer", "index": 49, "name": "page_video_views_organic", "comment": null}, "page_video_views_paid": {"type": "integer", "index": 50, "name": "page_video_views_paid", "comment": null}, "page_views_external_referrals": {"type": "integer", "index": 51, "name": "page_views_external_referrals", "comment": null}, "page_views_logged_in_total": {"type": "integer", "index": 52, "name": "page_views_logged_in_total", "comment": null}, "page_views_logout": {"type": "integer", "index": 53, "name": "page_views_logout", "comment": null}, "page_views_total": {"type": "integer", "index": 54, "name": "page_views_total", "comment": null}, "page_fans_online_per_day": {"type": "integer", "index": 55, "name": "page_fans_online_per_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_daily_page_metrics_total_data"}, "seed.social_media_rollup_integration_tests.facebook_pages_lifetime_post_metrics_total_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_lifetime_post_metrics_total_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "post_activity": {"type": "integer", "index": 4, "name": "post_activity", "comment": null}, "post_clicks": {"type": "integer", "index": 5, "name": "post_clicks", "comment": null}, "post_engaged_fan": {"type": "integer", "index": 6, "name": "post_engaged_fan", "comment": null}, "post_engaged_users": {"type": "integer", "index": 7, "name": "post_engaged_users", "comment": null}, "post_impressions": {"type": "integer", "index": 8, "name": "post_impressions", "comment": null}, "post_impressions_fan": {"type": "integer", "index": 9, "name": "post_impressions_fan", "comment": null}, "post_impressions_fan_paid": {"type": "integer", "index": 10, "name": "post_impressions_fan_paid", "comment": null}, "post_impressions_nonviral": {"type": "integer", "index": 11, "name": "post_impressions_nonviral", "comment": null}, "post_impressions_organic": {"type": "integer", "index": 12, "name": "post_impressions_organic", "comment": null}, "post_impressions_paid": {"type": "integer", "index": 13, "name": "post_impressions_paid", "comment": null}, "post_impressions_viral": {"type": "integer", "index": 14, "name": "post_impressions_viral", "comment": null}, "post_negative_feedback": {"type": "integer", "index": 15, "name": "post_negative_feedback", "comment": null}, "post_reactions_anger_total": {"type": "integer", "index": 16, "name": "post_reactions_anger_total", "comment": null}, "post_reactions_haha_total": {"type": "integer", "index": 17, "name": "post_reactions_haha_total", "comment": null}, "post_reactions_like_total": {"type": "integer", "index": 18, "name": "post_reactions_like_total", "comment": null}, "post_reactions_love_total": {"type": "integer", "index": 19, "name": "post_reactions_love_total", "comment": null}, "post_reactions_sorry_total": {"type": "integer", "index": 20, "name": "post_reactions_sorry_total", "comment": null}, "post_reactions_wow_total": {"type": "integer", "index": 21, "name": "post_reactions_wow_total", "comment": null}, "post_video_avg_time_watched": {"type": "integer", "index": 22, "name": "post_video_avg_time_watched", "comment": null}, "post_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 23, "name": "post_video_complete_views_30_s_autoplayed", "comment": null}, "post_video_complete_views_30_s_clicked_to_play": {"type": "integer", "index": 24, "name": "post_video_complete_views_30_s_clicked_to_play", "comment": null}, "post_video_complete_views_30_s_organic": {"type": "integer", "index": 25, "name": "post_video_complete_views_30_s_organic", "comment": null}, "post_video_complete_views_30_s_paid": {"type": "integer", "index": 26, "name": "post_video_complete_views_30_s_paid", "comment": null}, "post_video_complete_views_organic": {"type": "integer", "index": 27, "name": "post_video_complete_views_organic", "comment": null}, "post_video_complete_views_paid": {"type": "integer", "index": 28, "name": "post_video_complete_views_paid", "comment": null}, "post_video_view_time": {"type": "integer", "index": 29, "name": "post_video_view_time", "comment": null}, "post_video_view_time_organic": {"type": "integer", "index": 30, "name": "post_video_view_time_organic", "comment": null}, "post_video_views": {"type": "integer", "index": 31, "name": "post_video_views", "comment": null}, "post_video_views_10_s": {"type": "integer", "index": 32, "name": "post_video_views_10_s", "comment": null}, "post_video_views_10_s_autoplayed": {"type": "integer", "index": 33, "name": "post_video_views_10_s_autoplayed", "comment": null}, "post_video_views_10_s_clicked_to_play": {"type": "integer", "index": 34, "name": "post_video_views_10_s_clicked_to_play", "comment": null}, "post_video_views_10_s_organic": {"type": "integer", "index": 35, "name": "post_video_views_10_s_organic", "comment": null}, "post_video_views_10_s_paid": {"type": "integer", "index": 36, "name": "post_video_views_10_s_paid", "comment": null}, "post_video_views_10_s_sound_on": {"type": "integer", "index": 37, "name": "post_video_views_10_s_sound_on", "comment": null}, "post_video_views_autoplayed": {"type": "integer", "index": 38, "name": "post_video_views_autoplayed", "comment": null}, "post_video_views_clicked_to_play": {"type": "integer", "index": 39, "name": "post_video_views_clicked_to_play", "comment": null}, "post_video_views_organic": {"type": "integer", "index": 40, "name": "post_video_views_organic", "comment": null}, "post_video_views_paid": {"type": "integer", "index": 41, "name": "post_video_views_paid", "comment": null}, "post_video_views_sound_on": {"type": "integer", "index": 42, "name": "post_video_views_sound_on", "comment": null}, "post_video_length": {"type": "integer", "index": 43, "name": "post_video_length", "comment": null}, "post_video_views_15_s": {"type": "integer", "index": 44, "name": "post_video_views_15_s", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_lifetime_post_metrics_total_data"}, "seed.social_media_rollup_integration_tests.facebook_pages_page_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_page_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 4, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 5, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 6, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 7, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 8, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 9, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 10, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 11, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 12, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 13, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 14, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 15, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 16, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 17, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 18, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 19, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 20, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 21, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 22, "name": "current_location", "comment": null}, "description": {"type": "text", "index": 23, "name": "description", "comment": null}, "directed_by": {"type": "integer", "index": 24, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 25, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 26, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 27, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 28, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 29, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 30, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 31, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 32, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 33, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 34, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 35, "name": "has_added_app", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "impressum": {"type": "integer", "index": 38, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 39, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 40, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 41, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 42, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 43, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 44, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 45, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 46, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 47, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 48, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 49, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 50, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 51, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 52, "name": "mpg", "comment": null}, "name": {"type": "text", "index": 53, "name": "name", "comment": null}, "network": {"type": "integer", "index": 54, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 55, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 56, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 57, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 58, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 59, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 60, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 61, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 62, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 63, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 64, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 65, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 66, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 67, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 68, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 69, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 70, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 71, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 72, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 73, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 74, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 75, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 76, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 77, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 78, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 79, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 80, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 81, "name": "username", "comment": null}, "website": {"type": "text", "index": 82, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 83, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 84, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 85, "name": "written_by", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 86, "name": "has_transitioned_to_new_page_experience", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_page_data"}, "seed.social_media_rollup_integration_tests.facebook_pages_post_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_post_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "updated_time": {"type": "timestamp without time zone", "index": 2, "name": "updated_time", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 4, "name": "allowed_advertising_objects", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 6, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 7, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 8, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 9, "name": "is_published", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "message": {"type": "text", "index": 20, "name": "message", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_post_history_data"}, "seed.social_media_rollup_integration_tests.instagram_business_media_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_media_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "caption": {"type": "integer", "index": 3, "name": "caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "id": {"type": "bigint", "index": 6, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "permalink": {"type": "text", "index": 12, "name": "permalink", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.instagram_business_media_history_data"}, "seed.social_media_rollup_integration_tests.instagram_business_media_insights_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_media_insights_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "id": {"type": "bigint", "index": 9, "name": "id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.instagram_business_media_insights_data"}, "seed.social_media_rollup_integration_tests.instagram_business_user_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_user_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "id": {"type": "bigint", "index": 5, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.instagram_business_user_history_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_organization_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_organization_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cover_photo_v_2_crop_info_height": {"type": "integer", "index": 3, "name": "cover_photo_v_2_crop_info_height", "comment": null}, "cover_photo_v_2_crop_info_width": {"type": "integer", "index": 4, "name": "cover_photo_v_2_crop_info_width", "comment": null}, "cover_photo_v_2_crop_info_x": {"type": "integer", "index": 5, "name": "cover_photo_v_2_crop_info_x", "comment": null}, "cover_photo_v_2_crop_info_y": {"type": "integer", "index": 6, "name": "cover_photo_v_2_crop_info_y", "comment": null}, "cover_photo_v_2_cropped": {"type": "text", "index": 7, "name": "cover_photo_v_2_cropped", "comment": null}, "cover_photo_v_2_original": {"type": "text", "index": 8, "name": "cover_photo_v_2_original", "comment": null}, "default_locale_country": {"type": "text", "index": 9, "name": "default_locale_country", "comment": null}, "default_locale_language": {"type": "text", "index": 10, "name": "default_locale_language", "comment": null}, "description_preferred_locale_country": {"type": "text", "index": 11, "name": "description_preferred_locale_country", "comment": null}, "description_preferred_locale_language": {"type": "text", "index": 12, "name": "description_preferred_locale_language", "comment": null}, "founded_on_day": {"type": "integer", "index": 13, "name": "founded_on_day", "comment": null}, "founded_on_month": {"type": "integer", "index": 14, "name": "founded_on_month", "comment": null}, "founded_on_year": {"type": "integer", "index": 15, "name": "founded_on_year", "comment": null}, "logo_v_2_crop_info_height": {"type": "integer", "index": 16, "name": "logo_v_2_crop_info_height", "comment": null}, "logo_v_2_crop_info_width": {"type": "integer", "index": 17, "name": "logo_v_2_crop_info_width", "comment": null}, "logo_v_2_crop_info_x": {"type": "integer", "index": 18, "name": "logo_v_2_crop_info_x", "comment": null}, "logo_v_2_crop_info_y": {"type": "integer", "index": 19, "name": "logo_v_2_crop_info_y", "comment": null}, "logo_v_2_cropped": {"type": "text", "index": 20, "name": "logo_v_2_cropped", "comment": null}, "logo_v_2_original": {"type": "text", "index": 21, "name": "logo_v_2_original", "comment": null}, "name_preferred_locale_country": {"type": "text", "index": 22, "name": "name_preferred_locale_country", "comment": null}, "name_preferred_locale_language": {"type": "text", "index": 23, "name": "name_preferred_locale_language", "comment": null}, "organization_status": {"type": "text", "index": 24, "name": "organization_status", "comment": null}, "organization_type": {"type": "text", "index": 25, "name": "organization_type", "comment": null}, "overview_photo_v_2_crop_info_height": {"type": "integer", "index": 26, "name": "overview_photo_v_2_crop_info_height", "comment": null}, "overview_photo_v_2_crop_info_width": {"type": "integer", "index": 27, "name": "overview_photo_v_2_crop_info_width", "comment": null}, "overview_photo_v_2_crop_info_x": {"type": "integer", "index": 28, "name": "overview_photo_v_2_crop_info_x", "comment": null}, "overview_photo_v_2_crop_info_y": {"type": "integer", "index": 29, "name": "overview_photo_v_2_crop_info_y", "comment": null}, "overview_photo_v_2_cropped": {"type": "integer", "index": 30, "name": "overview_photo_v_2_cropped", "comment": null}, "overview_photo_v_2_original": {"type": "integer", "index": 31, "name": "overview_photo_v_2_original", "comment": null}, "parent_relationship_parent_id": {"type": "integer", "index": 32, "name": "parent_relationship_parent_id", "comment": null}, "parent_relationship_status": {"type": "integer", "index": 33, "name": "parent_relationship_status", "comment": null}, "parent_relationship_type": {"type": "integer", "index": 34, "name": "parent_relationship_type", "comment": null}, "primary_organization_type": {"type": "text", "index": 35, "name": "primary_organization_type", "comment": null}, "school_attributes_hierarchy_classification": {"type": "integer", "index": 36, "name": "school_attributes_hierarchy_classification", "comment": null}, "school_attributes_legacy_school": {"type": "integer", "index": 37, "name": "school_attributes_legacy_school", "comment": null}, "school_attributes_type": {"type": "integer", "index": 38, "name": "school_attributes_type", "comment": null}, "school_attributes_year_level": {"type": "integer", "index": 39, "name": "school_attributes_year_level", "comment": null}, "staff_count_range": {"type": "integer", "index": 40, "name": "staff_count_range", "comment": null}, "version_tag": {"type": "integer", "index": 41, "name": "version_tag", "comment": null}, "website_preferred_locale_country": {"type": "text", "index": 42, "name": "website_preferred_locale_country", "comment": null}, "website_preferred_locale_language": {"type": "text", "index": 43, "name": "website_preferred_locale_language", "comment": null}, "description_localized": {"type": "text", "index": 44, "name": "description_localized", "comment": null}, "localized_description": {"type": "text", "index": 45, "name": "localized_description", "comment": null}, "localized_name": {"type": "text", "index": 46, "name": "localized_name", "comment": null}, "localized_website": {"type": "text", "index": 47, "name": "localized_website", "comment": null}, "name_localized": {"type": "text", "index": 48, "name": "name_localized", "comment": null}, "vanity_name": {"type": "text", "index": 49, "name": "vanity_name", "comment": null}, "website_localized": {"type": "text", "index": 50, "name": "website_localized", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_organization_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_organization_ugc_post_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_organization_ugc_post_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organiation_id": {"type": "integer", "index": 1, "name": "organiation_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_organization_ugc_post_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_share_statistic_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_share_statistic_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_organization_entity_urn": {"type": "text", "index": 3, "name": "_organization_entity_urn", "comment": null}, "_share_entity_urn": {"type": "text", "index": 4, "name": "_share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_share_statistic_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "last_modified_time": {"type": "timestamp without time zone", "index": 2, "name": "last_modified_time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "author": {"type": "text", "index": 4, "name": "author", "comment": null}, "client_application": {"type": "text", "index": 5, "name": "client_application", "comment": null}, "container_entity": {"type": "text", "index": 6, "name": "container_entity", "comment": null}, "content_certification_record": {"type": "text", "index": 7, "name": "content_certification_record", "comment": null}, "created_actor": {"type": "text", "index": 8, "name": "created_actor", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 9, "name": "created_time", "comment": null}, "deleted_actor": {"type": "integer", "index": 10, "name": "deleted_actor", "comment": null}, "deleted_time": {"type": "integer", "index": 11, "name": "deleted_time", "comment": null}, "distribution_distributed_via_follow_feed": {"type": "boolean", "index": 12, "name": "distribution_distributed_via_follow_feed", "comment": null}, "distribution_external_distribution_channels": {"type": "text", "index": 13, "name": "distribution_external_distribution_channels", "comment": null}, "distribution_feed_distribution": {"type": "text", "index": 14, "name": "distribution_feed_distribution", "comment": null}, "first_published_at": {"type": "timestamp without time zone", "index": 15, "name": "first_published_at", "comment": null}, "last_modified_actor": {"type": "text", "index": 16, "name": "last_modified_actor", "comment": null}, "lifecycle_state": {"type": "text", "index": 17, "name": "lifecycle_state", "comment": null}, "response_context_parent": {"type": "integer", "index": 18, "name": "response_context_parent", "comment": null}, "response_context_root": {"type": "integer", "index": 19, "name": "response_context_root", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 20, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 21, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 22, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 23, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 24, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 25, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 26, "name": "visibility", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 27, "name": "specific_content_share_commentary_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_history_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_share_content_media_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_share_content_media_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_modified_time": {"type": "timestamp without time zone", "index": 1, "name": "last_modified_time", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "description_attributes": {"type": "text", "index": 4, "name": "description_attributes", "comment": null}, "description_inferred_locale": {"type": "integer", "index": 5, "name": "description_inferred_locale", "comment": null}, "landing_page_title": {"type": "integer", "index": 6, "name": "landing_page_title", "comment": null}, "landing_page_url": {"type": "integer", "index": 7, "name": "landing_page_url", "comment": null}, "media": {"type": "text", "index": 8, "name": "media", "comment": null}, "status": {"type": "text", "index": 9, "name": "status", "comment": null}, "title_attributes": {"type": "text", "index": 10, "name": "title_attributes", "comment": null}, "title_inferred_locale": {"type": "integer", "index": 11, "name": "title_inferred_locale", "comment": null}, "description_text": {"type": "text", "index": 12, "name": "description_text", "comment": null}, "original_url": {"type": "text", "index": 13, "name": "original_url", "comment": null}, "thumbnails": {"type": "text", "index": 14, "name": "thumbnails", "comment": null}, "title_text": {"type": "text", "index": 15, "name": "title_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_share_content_media_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_share_statistic_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_share_statistic_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_share_statistic_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_account_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_account_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "approval_status": {"type": "text", "index": 4, "name": "approval_status", "comment": null}, "business_id": {"type": "integer", "index": 5, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 6, "name": "business_name", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "deleted": {"type": "boolean", "index": 8, "name": "deleted", "comment": null}, "industry_type": {"type": "integer", "index": 9, "name": "industry_type", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "salt": {"type": "integer", "index": 11, "name": "salt", "comment": null}, "timezone": {"type": "text", "index": 12, "name": "timezone", "comment": null}, "timezone_switch_at": {"type": "timestamp without time zone", "index": 13, "name": "timezone_switch_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_account_history_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_organic_tweet_report_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_organic_tweet_report_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "text", "index": 1, "name": "account_id", "comment": null}, "date": {"type": "timestamp without time zone", "index": 2, "name": "date", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 3, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 4, "name": "placement", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "app_clicks": {"type": "integer", "index": 6, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 7, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 8, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 9, "name": "clicks", "comment": null}, "engagements": {"type": "integer", "index": 10, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 11, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 12, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 13, "name": "likes", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_organic_tweet_report_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_tweet_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_tweet_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 4, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 5, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 6, "name": "coordinates_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "favorite_count": {"type": "integer", "index": 8, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 9, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 10, "name": "followers", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 13, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 14, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 15, "name": "in_reply_to_user_id", "comment": null}, "lang": {"type": "text", "index": 16, "name": "lang", "comment": null}, "media_key": {"type": "integer", "index": 17, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 18, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 19, "name": "retweeted", "comment": null}, "truncated": {"type": "boolean", "index": 20, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 21, "name": "tweet_type", "comment": null}, "user_id": {"type": "integer", "index": 22, "name": "user_id", "comment": null}, "source": {"type": "text", "index": 23, "name": "source", "comment": null}, "full_test": {"type": "text", "index": 24, "name": "full_test", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_tweet_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_twitter_user_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_twitter_user_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "contributors_enabled": {"type": "boolean", "index": 3, "name": "contributors_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "default_profile": {"type": "boolean", "index": 5, "name": "default_profile", "comment": null}, "default_profile_image": {"type": "boolean", "index": 6, "name": "default_profile_image", "comment": null}, "description": {"type": "text", "index": 7, "name": "description", "comment": null}, "favourites_count": {"type": "integer", "index": 8, "name": "favourites_count", "comment": null}, "followers_count": {"type": "integer", "index": 9, "name": "followers_count", "comment": null}, "friends_count": {"type": "integer", "index": 10, "name": "friends_count", "comment": null}, "geo_enabled": {"type": "boolean", "index": 11, "name": "geo_enabled", "comment": null}, "is_translation_enabled": {"type": "boolean", "index": 12, "name": "is_translation_enabled", "comment": null}, "is_translator": {"type": "boolean", "index": 13, "name": "is_translator", "comment": null}, "lang": {"type": "integer", "index": 14, "name": "lang", "comment": null}, "listed_count": {"type": "integer", "index": 15, "name": "listed_count", "comment": null}, "location": {"type": "text", "index": 16, "name": "location", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "profile_background_image_url": {"type": "text", "index": 18, "name": "profile_background_image_url", "comment": null}, "profile_background_image_url_https": {"type": "text", "index": 19, "name": "profile_background_image_url_https", "comment": null}, "profile_background_tile": {"type": "boolean", "index": 20, "name": "profile_background_tile", "comment": null}, "profile_banner_url": {"type": "text", "index": 21, "name": "profile_banner_url", "comment": null}, "profile_image_url": {"type": "text", "index": 22, "name": "profile_image_url", "comment": null}, "profile_image_url_https": {"type": "text", "index": 23, "name": "profile_image_url_https", "comment": null}, "profile_use_background_image": {"type": "boolean", "index": 24, "name": "profile_use_background_image", "comment": null}, "protected_user": {"type": "boolean", "index": 25, "name": "protected_user", "comment": null}, "screen_name": {"type": "text", "index": 26, "name": "screen_name", "comment": null}, "statuses_count": {"type": "integer", "index": 27, "name": "statuses_count", "comment": null}, "time_zone": {"type": "integer", "index": 28, "name": "time_zone", "comment": null}, "url": {"type": "text", "index": 29, "name": "url", "comment": null}, "utc_offset": {"type": "integer", "index": 30, "name": "utc_offset", "comment": null}, "verified": {"type": "boolean", "index": 31, "name": "verified", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_twitter_user_history_data"}, "model.facebook_pages.facebook_pages__pages_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_facebook_pages", "name": "facebook_pages__pages_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 3, "name": "page_name", "comment": null}, "actions_post_reactions_total": {"type": "integer", "index": 4, "name": "actions_post_reactions_total", "comment": null}, "fan_adds": {"type": "integer", "index": 5, "name": "fan_adds", "comment": null}, "fan_removes": {"type": "integer", "index": 6, "name": "fan_removes", "comment": null}, "impressions": {"type": "integer", "index": 7, "name": "impressions", "comment": null}, "post_engagements": {"type": "integer", "index": 8, "name": "post_engagements", "comment": null}, "posts_impressions": {"type": "integer", "index": 9, "name": "posts_impressions", "comment": null}, "video_complete_views_30s": {"type": "integer", "index": 10, "name": "video_complete_views_30s", "comment": null}, "video_views": {"type": "integer", "index": 11, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 12, "name": "video_views_10s", "comment": null}, "views_total": {"type": "integer", "index": 13, "name": "views_total", "comment": null}, "source_relation": {"type": "text", "index": 14, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages.facebook_pages__pages_report"}, "model.facebook_pages.facebook_pages__posts_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_facebook_pages", "name": "facebook_pages__posts_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 3, "name": "post_message", "comment": null}, "post_url": {"type": "text", "index": 4, "name": "post_url", "comment": null}, "page_id": {"type": "bigint", "index": 5, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 6, "name": "page_name", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 7, "name": "date_day", "comment": null}, "clicks": {"type": "integer", "index": 8, "name": "clicks", "comment": null}, "impressions": {"type": "integer", "index": 9, "name": "impressions", "comment": null}, "video_avg_time_watched": {"type": "numeric", "index": 10, "name": "video_avg_time_watched", "comment": null}, "video_view_time": {"type": "numeric", "index": 11, "name": "video_view_time", "comment": null}, "video_views": {"type": "integer", "index": 12, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 13, "name": "video_views_10s", "comment": null}, "video_views_15s": {"type": "integer", "index": 14, "name": "video_views_15s", "comment": null}, "likes": {"type": "integer", "index": 15, "name": "likes", "comment": null}, "source_relation": {"type": "text", "index": 16, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 17, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages.facebook_pages__posts_report"}, "model.facebook_pages.int_facebook_pages__lastest_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_facebook_pages", "name": "int_facebook_pages__lastest_post", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 2, "name": "allowed_advertising_objects", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "post_id": {"type": "character varying", "index": 4, "name": "post_id", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 5, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 6, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 7, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 8, "name": "is_published", "comment": null}, "post_message": {"type": "text", "index": 9, "name": "post_message", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 20, "name": "updated_timestamp", "comment": null}, "post_url": {"type": "text", "index": 21, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 23, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages.int_facebook_pages__lastest_post"}, "model.instagram_business.instagram_business__posts": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_instagram_business", "name": "instagram_business__posts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_name": {"type": "text", "index": 1, "name": "account_name", "comment": null}, "user_id": {"type": "bigint", "index": 2, "name": "user_id", "comment": null}, "post_caption": {"type": "integer", "index": 3, "name": "post_caption", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "post_id": {"type": "bigint", "index": 5, "name": "post_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 6, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 7, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 8, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 9, "name": "media_url", "comment": null}, "post_url": {"type": "text", "index": 10, "name": "post_url", "comment": null}, "shortcode": {"type": "text", "index": 11, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 12, "name": "thumbnail_url", "comment": null}, "username": {"type": "text", "index": 13, "name": "username", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 14, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 15, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 16, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 17, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 18, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 19, "name": "comment_count", "comment": null}, "like_count": {"type": "integer", "index": 20, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 21, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 22, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 23, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 24, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 25, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 26, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 27, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 28, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 29, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 30, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 31, "name": "video_views", "comment": null}, "source_relation": {"type": "text", "index": 32, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business.instagram_business__posts"}, "model.linkedin_pages.int_linkedin_pages__latest_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_linkedin_pages", "name": "int_linkedin_pages__latest_post", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "share_statistic_id": {"type": "text", "index": 2, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 3, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 5, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages.int_linkedin_pages__latest_post"}, "model.linkedin_pages.int_linkedin_pages__latest_post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_linkedin_pages", "name": "int_linkedin_pages__latest_post_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "post_author": {"type": "text", "index": 2, "name": "post_author", "comment": null}, "created_actor": {"type": "text", "index": 3, "name": "created_actor", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "deleted_actor": {"type": "integer", "index": 5, "name": "deleted_actor", "comment": null}, "deleted_timestamp": {"type": "integer", "index": 6, "name": "deleted_timestamp", "comment": null}, "first_published_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "first_published_timestamp", "comment": null}, "ugc_post_id": {"type": "text", "index": 8, "name": "ugc_post_id", "comment": null}, "ugc_post_urn": {"type": "text", "index": 9, "name": "ugc_post_urn", "comment": null}, "post_url": {"type": "text", "index": 10, "name": "post_url", "comment": null}, "last_modified_actor": {"type": "text", "index": 11, "name": "last_modified_actor", "comment": null}, "last_modified_timestamp": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_timestamp", "comment": null}, "lifecycle_state": {"type": "text", "index": 13, "name": "lifecycle_state", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 14, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 15, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 16, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 17, "name": "specific_content_share_commentary_text", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 18, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 19, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 20, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 21, "name": "visibility", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 23, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages.int_linkedin_pages__latest_post_history"}, "model.linkedin_pages.linkedin_pages__posts": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_linkedin_pages", "name": "linkedin_pages__posts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"ugc_post_id": {"type": "text", "index": 1, "name": "ugc_post_id", "comment": null}, "post_author": {"type": "text", "index": 2, "name": "post_author", "comment": null}, "post_url": {"type": "text", "index": 3, "name": "post_url", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "first_published_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "first_published_timestamp", "comment": null}, "lifecycle_state": {"type": "text", "index": 6, "name": "lifecycle_state", "comment": null}, "version_tag": {"type": "integer", "index": 7, "name": "version_tag", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 8, "name": "specific_content_share_commentary_text", "comment": null}, "title_text": {"type": "text", "index": 9, "name": "title_text", "comment": null}, "original_url": {"type": "text", "index": 10, "name": "original_url", "comment": null}, "organization_id": {"type": "integer", "index": 11, "name": "organization_id", "comment": null}, "organization_name": {"type": "text", "index": 12, "name": "organization_name", "comment": null}, "click_count": {"type": "integer", "index": 13, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 14, "name": "comment_count", "comment": null}, "impression_count": {"type": "integer", "index": 15, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 16, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 17, "name": "share_count", "comment": null}, "source_relation": {"type": "text", "index": 18, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages.linkedin_pages__posts"}, "model.social_media_reporting.social_media_reporting__facebook_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__facebook_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 2, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 3, "name": "post_message", "comment": null}, "post_url": {"type": "text", "index": 4, "name": "post_url", "comment": null}, "page_id": {"type": "bigint", "index": 5, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 6, "name": "page_name", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 8, "name": "platform", "comment": null}, "clicks": {"type": "bigint", "index": 9, "name": "clicks", "comment": null}, "impressions": {"type": "bigint", "index": 10, "name": "impressions", "comment": null}, "likes": {"type": "bigint", "index": 11, "name": "likes", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__facebook_posts_reporting"}, "model.social_media_reporting.social_media_reporting__instagram_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__instagram_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"page_name": {"type": "text", "index": 1, "name": "page_name", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "post_message": {"type": "integer", "index": 3, "name": "post_message", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 5, "name": "post_id", "comment": null}, "post_url": {"type": "text", "index": 6, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 8, "name": "platform", "comment": null}, "comments": {"type": "bigint", "index": 9, "name": "comments", "comment": null}, "likes": {"type": "bigint", "index": 10, "name": "likes", "comment": null}, "impressions": {"type": "bigint", "index": 11, "name": "impressions", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__instagram_posts_reporting"}, "model.social_media_reporting.social_media_reporting__linkedin_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__linkedin_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"page_id": {"type": "integer", "index": 1, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 2, "name": "page_name", "comment": null}, "post_id": {"type": "text", "index": 3, "name": "post_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "post_url": {"type": "text", "index": 5, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 6, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 7, "name": "platform", "comment": null}, "post_message": {"type": "text", "index": 8, "name": "post_message", "comment": null}, "clicks": {"type": "bigint", "index": 9, "name": "clicks", "comment": null}, "comments": {"type": "bigint", "index": 10, "name": "comments", "comment": null}, "impressions": {"type": "bigint", "index": 11, "name": "impressions", "comment": null}, "likes": {"type": "bigint", "index": 12, "name": "likes", "comment": null}, "shares": {"type": "bigint", "index": 13, "name": "shares", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__linkedin_posts_reporting"}, "model.social_media_reporting.social_media_reporting__rollup_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__rollup_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_dbt_source_relation": {"type": "text", "index": 1, "name": "_dbt_source_relation", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 3, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 4, "name": "post_message", "comment": null}, "page_id": {"type": "text", "index": 5, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 6, "name": "page_name", "comment": null}, "post_url": {"type": "text", "index": 7, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 9, "name": "platform", "comment": null}, "clicks": {"type": "numeric", "index": 10, "name": "clicks", "comment": null}, "impressions": {"type": "numeric", "index": 11, "name": "impressions", "comment": null}, "likes": {"type": "numeric", "index": 12, "name": "likes", "comment": null}, "shares": {"type": "numeric", "index": 13, "name": "shares", "comment": null}, "comments": {"type": "numeric", "index": 14, "name": "comments", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__rollup_report"}, "model.social_media_reporting.social_media_reporting__twitter_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__twitter_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 2, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 3, "name": "post_message", "comment": null}, "page_id": {"type": "text", "index": 4, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 5, "name": "page_name", "comment": null}, "post_url": {"type": "text", "index": 6, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 8, "name": "platform", "comment": null}, "clicks": {"type": "numeric", "index": 9, "name": "clicks", "comment": null}, "impressions": {"type": "numeric", "index": 10, "name": "impressions", "comment": null}, "likes": {"type": "numeric", "index": 11, "name": "likes", "comment": null}, "shares": {"type": "numeric", "index": 12, "name": "shares", "comment": null}, "comments": {"type": "numeric", "index": 13, "name": "comments", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__twitter_posts_reporting"}, "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__daily_page_metrics_total", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 2, "name": "date_day", "comment": null}, "page_id": {"type": "bigint", "index": 3, "name": "page_id", "comment": null}, "actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "actions_post_reactions_anger_total", "comment": null}, "actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "actions_post_reactions_haha_total", "comment": null}, "actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "actions_post_reactions_like_total", "comment": null}, "actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "actions_post_reactions_love_total", "comment": null}, "actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "actions_post_reactions_sorry_total", "comment": null}, "actions_post_reactions_total": {"type": "integer", "index": 9, "name": "actions_post_reactions_total", "comment": null}, "actions_post_reactions_wow_total": {"type": "integer", "index": 10, "name": "actions_post_reactions_wow_total", "comment": null}, "consumptions": {"type": "integer", "index": 11, "name": "consumptions", "comment": null}, "content_activity": {"type": "integer", "index": 12, "name": "content_activity", "comment": null}, "engaged_users": {"type": "integer", "index": 13, "name": "engaged_users", "comment": null}, "fan_adds": {"type": "integer", "index": 14, "name": "fan_adds", "comment": null}, "fan_removes": {"type": "integer", "index": 15, "name": "fan_removes", "comment": null}, "fans": {"type": "integer", "index": 16, "name": "fans", "comment": null}, "fans_online_per_day": {"type": "integer", "index": 17, "name": "fans_online_per_day", "comment": null}, "impressions": {"type": "integer", "index": 18, "name": "impressions", "comment": null}, "impressions_nonviral": {"type": "integer", "index": 19, "name": "impressions_nonviral", "comment": null}, "impressions_organic": {"type": "integer", "index": 20, "name": "impressions_organic", "comment": null}, "impressions_paid": {"type": "integer", "index": 21, "name": "impressions_paid", "comment": null}, "impressions_viral": {"type": "integer", "index": 22, "name": "impressions_viral", "comment": null}, "negative_feedback": {"type": "integer", "index": 23, "name": "negative_feedback", "comment": null}, "places_checkin_mobile": {"type": "integer", "index": 24, "name": "places_checkin_mobile", "comment": null}, "places_checkin_total": {"type": "integer", "index": 25, "name": "places_checkin_total", "comment": null}, "post_engagements": {"type": "integer", "index": 26, "name": "post_engagements", "comment": null}, "posts_impressions": {"type": "integer", "index": 27, "name": "posts_impressions", "comment": null}, "posts_impressions_nonviral": {"type": "integer", "index": 28, "name": "posts_impressions_nonviral", "comment": null}, "posts_impressions_organic": {"type": "integer", "index": 29, "name": "posts_impressions_organic", "comment": null}, "posts_impressions_paid": {"type": "integer", "index": 30, "name": "posts_impressions_paid", "comment": null}, "posts_impressions_viral": {"type": "integer", "index": 31, "name": "posts_impressions_viral", "comment": null}, "total_actions": {"type": "integer", "index": 32, "name": "total_actions", "comment": null}, "video_complete_views_30s": {"type": "integer", "index": 33, "name": "video_complete_views_30s", "comment": null}, "video_complete_views_30s_autoplayed": {"type": "integer", "index": 34, "name": "video_complete_views_30s_autoplayed", "comment": null}, "video_complete_views_30s_click_to_play": {"type": "integer", "index": 35, "name": "video_complete_views_30s_click_to_play", "comment": null}, "video_complete_views_30s_organic": {"type": "integer", "index": 36, "name": "video_complete_views_30s_organic", "comment": null}, "video_complete_views_30s_paid": {"type": "integer", "index": 37, "name": "video_complete_views_30s_paid", "comment": null}, "video_complete_views_30s_repeat_views": {"type": "integer", "index": 38, "name": "video_complete_views_30s_repeat_views", "comment": null}, "video_repeat_views": {"type": "integer", "index": 39, "name": "video_repeat_views", "comment": null}, "video_view_time": {"type": "numeric", "index": 40, "name": "video_view_time", "comment": null}, "video_views": {"type": "integer", "index": 41, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 42, "name": "video_views_10s", "comment": null}, "video_views_10s_autoplayed": {"type": "integer", "index": 43, "name": "video_views_10s_autoplayed", "comment": null}, "video_views_10s_click_to_play": {"type": "integer", "index": 44, "name": "video_views_10s_click_to_play", "comment": null}, "video_views_10s_organic": {"type": "integer", "index": 45, "name": "video_views_10s_organic", "comment": null}, "video_views_10s_paid": {"type": "integer", "index": 46, "name": "video_views_10s_paid", "comment": null}, "video_views_10s_repeat": {"type": "integer", "index": 47, "name": "video_views_10s_repeat", "comment": null}, "video_views_autoplayed": {"type": "integer", "index": 48, "name": "video_views_autoplayed", "comment": null}, "video_views_click_to_play": {"type": "integer", "index": 49, "name": "video_views_click_to_play", "comment": null}, "video_views_organic": {"type": "integer", "index": 50, "name": "video_views_organic", "comment": null}, "video_views_paid": {"type": "integer", "index": 51, "name": "video_views_paid", "comment": null}, "views_external_referrals": {"type": "integer", "index": 52, "name": "views_external_referrals", "comment": null}, "views_logged_in_total": {"type": "integer", "index": 53, "name": "views_logged_in_total", "comment": null}, "views_logout": {"type": "integer", "index": 54, "name": "views_logout", "comment": null}, "views_total": {"type": "integer", "index": 55, "name": "views_total", "comment": null}, "source_relation": {"type": "text", "index": 56, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total"}, "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__daily_page_metrics_total_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "page_actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "page_actions_post_reactions_anger_total", "comment": null}, "page_actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "page_actions_post_reactions_haha_total", "comment": null}, "page_actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "page_actions_post_reactions_like_total", "comment": null}, "page_actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "page_actions_post_reactions_love_total", "comment": null}, "page_actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "page_actions_post_reactions_sorry_total", "comment": null}, "page_actions_post_reactions_total": {"type": "integer", "index": 9, "name": "page_actions_post_reactions_total", "comment": null}, "page_actions_post_reactions_wow_total": {"type": "integer", "index": 10, "name": "page_actions_post_reactions_wow_total", "comment": null}, "page_consumptions": {"type": "integer", "index": 11, "name": "page_consumptions", "comment": null}, "page_content_activity": {"type": "integer", "index": 12, "name": "page_content_activity", "comment": null}, "page_engaged_users": {"type": "integer", "index": 13, "name": "page_engaged_users", "comment": null}, "page_fan_adds": {"type": "integer", "index": 14, "name": "page_fan_adds", "comment": null}, "page_fan_removes": {"type": "integer", "index": 15, "name": "page_fan_removes", "comment": null}, "page_fans": {"type": "integer", "index": 16, "name": "page_fans", "comment": null}, "page_impressions": {"type": "integer", "index": 17, "name": "page_impressions", "comment": null}, "page_impressions_nonviral": {"type": "integer", "index": 18, "name": "page_impressions_nonviral", "comment": null}, "page_impressions_organic": {"type": "integer", "index": 19, "name": "page_impressions_organic", "comment": null}, "page_impressions_paid": {"type": "integer", "index": 20, "name": "page_impressions_paid", "comment": null}, "page_impressions_viral": {"type": "integer", "index": 21, "name": "page_impressions_viral", "comment": null}, "page_negative_feedback": {"type": "integer", "index": 22, "name": "page_negative_feedback", "comment": null}, "page_places_checkin_mobile": {"type": "integer", "index": 23, "name": "page_places_checkin_mobile", "comment": null}, "page_places_checkin_total": {"type": "integer", "index": 24, "name": "page_places_checkin_total", "comment": null}, "page_post_engagements": {"type": "integer", "index": 25, "name": "page_post_engagements", "comment": null}, "page_posts_impressions": {"type": "integer", "index": 26, "name": "page_posts_impressions", "comment": null}, "page_posts_impressions_nonviral": {"type": "integer", "index": 27, "name": "page_posts_impressions_nonviral", "comment": null}, "page_posts_impressions_organic": {"type": "integer", "index": 28, "name": "page_posts_impressions_organic", "comment": null}, "page_posts_impressions_paid": {"type": "integer", "index": 29, "name": "page_posts_impressions_paid", "comment": null}, "page_posts_impressions_viral": {"type": "integer", "index": 30, "name": "page_posts_impressions_viral", "comment": null}, "page_total_actions": {"type": "integer", "index": 31, "name": "page_total_actions", "comment": null}, "page_video_complete_views_30_s": {"type": "integer", "index": 32, "name": "page_video_complete_views_30_s", "comment": null}, "page_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 33, "name": "page_video_complete_views_30_s_autoplayed", "comment": null}, "page_video_complete_views_30_s_click_to_play": {"type": "integer", "index": 34, "name": "page_video_complete_views_30_s_click_to_play", "comment": null}, "page_video_complete_views_30_s_organic": {"type": "integer", "index": 35, "name": "page_video_complete_views_30_s_organic", "comment": null}, "page_video_complete_views_30_s_paid": {"type": "integer", "index": 36, "name": "page_video_complete_views_30_s_paid", "comment": null}, "page_video_complete_views_30_s_repeat_views": {"type": "integer", "index": 37, "name": "page_video_complete_views_30_s_repeat_views", "comment": null}, "page_video_repeat_views": {"type": "integer", "index": 38, "name": "page_video_repeat_views", "comment": null}, "page_video_view_time": {"type": "integer", "index": 39, "name": "page_video_view_time", "comment": null}, "page_video_views": {"type": "integer", "index": 40, "name": "page_video_views", "comment": null}, "page_video_views_10_s": {"type": "integer", "index": 41, "name": "page_video_views_10_s", "comment": null}, "page_video_views_10_s_autoplayed": {"type": "integer", "index": 42, "name": "page_video_views_10_s_autoplayed", "comment": null}, "page_video_views_10_s_click_to_play": {"type": "integer", "index": 43, "name": "page_video_views_10_s_click_to_play", "comment": null}, "page_video_views_10_s_organic": {"type": "integer", "index": 44, "name": "page_video_views_10_s_organic", "comment": null}, "page_video_views_10_s_paid": {"type": "integer", "index": 45, "name": "page_video_views_10_s_paid", "comment": null}, "page_video_views_10_s_repeat": {"type": "integer", "index": 46, "name": "page_video_views_10_s_repeat", "comment": null}, "page_video_views_autoplayed": {"type": "integer", "index": 47, "name": "page_video_views_autoplayed", "comment": null}, "page_video_views_click_to_play": {"type": "integer", "index": 48, "name": "page_video_views_click_to_play", "comment": null}, "page_video_views_organic": {"type": "integer", "index": 49, "name": "page_video_views_organic", "comment": null}, "page_video_views_paid": {"type": "integer", "index": 50, "name": "page_video_views_paid", "comment": null}, "page_views_external_referrals": {"type": "integer", "index": 51, "name": "page_views_external_referrals", "comment": null}, "page_views_logged_in_total": {"type": "integer", "index": 52, "name": "page_views_logged_in_total", "comment": null}, "page_views_logout": {"type": "integer", "index": 53, "name": "page_views_logout", "comment": null}, "page_views_total": {"type": "integer", "index": 54, "name": "page_views_total", "comment": null}, "page_fans_online_per_day": {"type": "integer", "index": 55, "name": "page_fans_online_per_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total_tmp"}, "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__lifetime_post_metrics_total", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 2, "name": "date_day", "comment": null}, "post_id": {"type": "character varying", "index": 3, "name": "post_id", "comment": null}, "clicks": {"type": "integer", "index": 4, "name": "clicks", "comment": null}, "impressions": {"type": "integer", "index": 5, "name": "impressions", "comment": null}, "impressions_fan": {"type": "integer", "index": 6, "name": "impressions_fan", "comment": null}, "impressions_fan_paid": {"type": "integer", "index": 7, "name": "impressions_fan_paid", "comment": null}, "impressions_nonviral": {"type": "integer", "index": 8, "name": "impressions_nonviral", "comment": null}, "impressions_organic": {"type": "integer", "index": 9, "name": "impressions_organic", "comment": null}, "impressions_paid": {"type": "integer", "index": 10, "name": "impressions_paid", "comment": null}, "impressions_viral": {"type": "integer", "index": 11, "name": "impressions_viral", "comment": null}, "negative_feedback": {"type": "integer", "index": 12, "name": "negative_feedback", "comment": null}, "reactions_anger_total": {"type": "integer", "index": 13, "name": "reactions_anger_total", "comment": null}, "reactions_haha_total": {"type": "integer", "index": 14, "name": "reactions_haha_total", "comment": null}, "reactions_like_total": {"type": "integer", "index": 15, "name": "reactions_like_total", "comment": null}, "reactions_love_total": {"type": "integer", "index": 16, "name": "reactions_love_total", "comment": null}, "reactions_sorry_total": {"type": "integer", "index": 17, "name": "reactions_sorry_total", "comment": null}, "reactions_wow_total": {"type": "integer", "index": 18, "name": "reactions_wow_total", "comment": null}, "video_avg_time_watched": {"type": "numeric", "index": 19, "name": "video_avg_time_watched", "comment": null}, "video_complete_views_30s_autoplayed": {"type": "integer", "index": 20, "name": "video_complete_views_30s_autoplayed", "comment": null}, "video_complete_views_30s_clicked_to_play": {"type": "integer", "index": 21, "name": "video_complete_views_30s_clicked_to_play", "comment": null}, "video_complete_views_30s_organic": {"type": "integer", "index": 22, "name": "video_complete_views_30s_organic", "comment": null}, "video_complete_views_30s_paid": {"type": "integer", "index": 23, "name": "video_complete_views_30s_paid", "comment": null}, "video_complete_views_organic": {"type": "integer", "index": 24, "name": "video_complete_views_organic", "comment": null}, "video_complete_views_paid": {"type": "integer", "index": 25, "name": "video_complete_views_paid", "comment": null}, "video_length": {"type": "numeric", "index": 26, "name": "video_length", "comment": null}, "video_view_time": {"type": "numeric", "index": 27, "name": "video_view_time", "comment": null}, "video_view_time_organic": {"type": "numeric", "index": 28, "name": "video_view_time_organic", "comment": null}, "video_views": {"type": "integer", "index": 29, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 30, "name": "video_views_10s", "comment": null}, "video_views_10s_autoplayed": {"type": "integer", "index": 31, "name": "video_views_10s_autoplayed", "comment": null}, "video_views_10s_clicked_to_play": {"type": "integer", "index": 32, "name": "video_views_10s_clicked_to_play", "comment": null}, "video_views_10s_organic": {"type": "integer", "index": 33, "name": "video_views_10s_organic", "comment": null}, "video_views_10_s_paid": {"type": "integer", "index": 34, "name": "video_views_10_s_paid", "comment": null}, "video_views_10s_sound_on": {"type": "integer", "index": 35, "name": "video_views_10s_sound_on", "comment": null}, "video_views_15s": {"type": "integer", "index": 36, "name": "video_views_15s", "comment": null}, "video_views_autoplayed": {"type": "integer", "index": 37, "name": "video_views_autoplayed", "comment": null}, "video_views_clicked_to_play": {"type": "integer", "index": 38, "name": "video_views_clicked_to_play", "comment": null}, "video_views_organic": {"type": "integer", "index": 39, "name": "video_views_organic", "comment": null}, "video_views_paid": {"type": "integer", "index": 40, "name": "video_views_paid", "comment": null}, "video_views_sound_on": {"type": "integer", "index": 41, "name": "video_views_sound_on", "comment": null}, "source_relation": {"type": "text", "index": 42, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 43, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total"}, "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__lifetime_post_metrics_total_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "post_activity": {"type": "integer", "index": 4, "name": "post_activity", "comment": null}, "post_clicks": {"type": "integer", "index": 5, "name": "post_clicks", "comment": null}, "post_engaged_fan": {"type": "integer", "index": 6, "name": "post_engaged_fan", "comment": null}, "post_engaged_users": {"type": "integer", "index": 7, "name": "post_engaged_users", "comment": null}, "post_impressions": {"type": "integer", "index": 8, "name": "post_impressions", "comment": null}, "post_impressions_fan": {"type": "integer", "index": 9, "name": "post_impressions_fan", "comment": null}, "post_impressions_fan_paid": {"type": "integer", "index": 10, "name": "post_impressions_fan_paid", "comment": null}, "post_impressions_nonviral": {"type": "integer", "index": 11, "name": "post_impressions_nonviral", "comment": null}, "post_impressions_organic": {"type": "integer", "index": 12, "name": "post_impressions_organic", "comment": null}, "post_impressions_paid": {"type": "integer", "index": 13, "name": "post_impressions_paid", "comment": null}, "post_impressions_viral": {"type": "integer", "index": 14, "name": "post_impressions_viral", "comment": null}, "post_negative_feedback": {"type": "integer", "index": 15, "name": "post_negative_feedback", "comment": null}, "post_reactions_anger_total": {"type": "integer", "index": 16, "name": "post_reactions_anger_total", "comment": null}, "post_reactions_haha_total": {"type": "integer", "index": 17, "name": "post_reactions_haha_total", "comment": null}, "post_reactions_like_total": {"type": "integer", "index": 18, "name": "post_reactions_like_total", "comment": null}, "post_reactions_love_total": {"type": "integer", "index": 19, "name": "post_reactions_love_total", "comment": null}, "post_reactions_sorry_total": {"type": "integer", "index": 20, "name": "post_reactions_sorry_total", "comment": null}, "post_reactions_wow_total": {"type": "integer", "index": 21, "name": "post_reactions_wow_total", "comment": null}, "post_video_avg_time_watched": {"type": "integer", "index": 22, "name": "post_video_avg_time_watched", "comment": null}, "post_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 23, "name": "post_video_complete_views_30_s_autoplayed", "comment": null}, "post_video_complete_views_30_s_clicked_to_play": {"type": "integer", "index": 24, "name": "post_video_complete_views_30_s_clicked_to_play", "comment": null}, "post_video_complete_views_30_s_organic": {"type": "integer", "index": 25, "name": "post_video_complete_views_30_s_organic", "comment": null}, "post_video_complete_views_30_s_paid": {"type": "integer", "index": 26, "name": "post_video_complete_views_30_s_paid", "comment": null}, "post_video_complete_views_organic": {"type": "integer", "index": 27, "name": "post_video_complete_views_organic", "comment": null}, "post_video_complete_views_paid": {"type": "integer", "index": 28, "name": "post_video_complete_views_paid", "comment": null}, "post_video_view_time": {"type": "integer", "index": 29, "name": "post_video_view_time", "comment": null}, "post_video_view_time_organic": {"type": "integer", "index": 30, "name": "post_video_view_time_organic", "comment": null}, "post_video_views": {"type": "integer", "index": 31, "name": "post_video_views", "comment": null}, "post_video_views_10_s": {"type": "integer", "index": 32, "name": "post_video_views_10_s", "comment": null}, "post_video_views_10_s_autoplayed": {"type": "integer", "index": 33, "name": "post_video_views_10_s_autoplayed", "comment": null}, "post_video_views_10_s_clicked_to_play": {"type": "integer", "index": 34, "name": "post_video_views_10_s_clicked_to_play", "comment": null}, "post_video_views_10_s_organic": {"type": "integer", "index": 35, "name": "post_video_views_10_s_organic", "comment": null}, "post_video_views_10_s_paid": {"type": "integer", "index": 36, "name": "post_video_views_10_s_paid", "comment": null}, "post_video_views_10_s_sound_on": {"type": "integer", "index": 37, "name": "post_video_views_10_s_sound_on", "comment": null}, "post_video_views_autoplayed": {"type": "integer", "index": 38, "name": "post_video_views_autoplayed", "comment": null}, "post_video_views_clicked_to_play": {"type": "integer", "index": 39, "name": "post_video_views_clicked_to_play", "comment": null}, "post_video_views_organic": {"type": "integer", "index": 40, "name": "post_video_views_organic", "comment": null}, "post_video_views_paid": {"type": "integer", "index": 41, "name": "post_video_views_paid", "comment": null}, "post_video_views_sound_on": {"type": "integer", "index": 42, "name": "post_video_views_sound_on", "comment": null}, "post_video_length": {"type": "integer", "index": 43, "name": "post_video_length", "comment": null}, "post_video_views_15_s": {"type": "integer", "index": 44, "name": "post_video_views_15_s", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total_tmp"}, "model.facebook_pages_source.stg_facebook_pages__page": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__page", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 3, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 4, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 5, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 6, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 7, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 8, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 9, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 10, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 11, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 12, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 13, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 14, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 15, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 16, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 17, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 18, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 19, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 20, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 21, "name": "current_location", "comment": null}, "page_description": {"type": "text", "index": 22, "name": "page_description", "comment": null}, "directed_by": {"type": "integer", "index": 23, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 24, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 25, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 26, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 27, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 28, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 29, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 30, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 31, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 32, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 33, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 34, "name": "has_added_app", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 35, "name": "has_transitioned_to_new_page_experience", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "page_id": {"type": "bigint", "index": 38, "name": "page_id", "comment": null}, "impressum": {"type": "integer", "index": 39, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 40, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 41, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 42, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 43, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 44, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 45, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 46, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 47, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 48, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 49, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 50, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 51, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 52, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 53, "name": "mpg", "comment": null}, "page_name": {"type": "text", "index": 54, "name": "page_name", "comment": null}, "network": {"type": "integer", "index": 55, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 56, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 57, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 58, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 59, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 60, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 61, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 62, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 63, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 64, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 65, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 66, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 67, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 68, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 69, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 70, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 71, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 72, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 73, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 74, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 75, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 76, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 77, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 78, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 79, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 80, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 81, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 82, "name": "username", "comment": null}, "website": {"type": "text", "index": 83, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 84, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 85, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 86, "name": "written_by", "comment": null}, "source_relation": {"type": "text", "index": 87, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__page"}, "model.facebook_pages_source.stg_facebook_pages__page_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__page_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 4, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 5, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 6, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 7, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 8, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 9, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 10, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 11, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 12, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 13, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 14, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 15, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 16, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 17, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 18, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 19, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 20, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 21, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 22, "name": "current_location", "comment": null}, "description": {"type": "text", "index": 23, "name": "description", "comment": null}, "directed_by": {"type": "integer", "index": 24, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 25, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 26, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 27, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 28, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 29, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 30, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 31, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 32, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 33, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 34, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 35, "name": "has_added_app", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "impressum": {"type": "integer", "index": 38, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 39, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 40, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 41, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 42, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 43, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 44, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 45, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 46, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 47, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 48, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 49, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 50, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 51, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 52, "name": "mpg", "comment": null}, "name": {"type": "text", "index": 53, "name": "name", "comment": null}, "network": {"type": "integer", "index": 54, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 55, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 56, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 57, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 58, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 59, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 60, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 61, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 62, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 63, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 64, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 65, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 66, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 67, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 68, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 69, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 70, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 71, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 72, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 73, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 74, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 75, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 76, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 77, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 78, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 79, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 80, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 81, "name": "username", "comment": null}, "website": {"type": "text", "index": 82, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 83, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 84, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 85, "name": "written_by", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 86, "name": "has_transitioned_to_new_page_experience", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__page_tmp"}, "model.facebook_pages_source.stg_facebook_pages__post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__post_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 2, "name": "allowed_advertising_objects", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "post_id": {"type": "character varying", "index": 4, "name": "post_id", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 5, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 6, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 7, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 8, "name": "is_published", "comment": null}, "post_message": {"type": "text", "index": 9, "name": "post_message", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 20, "name": "updated_timestamp", "comment": null}, "post_url": {"type": "text", "index": 21, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__post_history"}, "model.facebook_pages_source.stg_facebook_pages__post_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__post_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "updated_time": {"type": "timestamp without time zone", "index": 2, "name": "updated_time", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 4, "name": "allowed_advertising_objects", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 6, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 7, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 8, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 9, "name": "is_published", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "message": {"type": "text", "index": 20, "name": "message", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__post_history_tmp"}, "model.instagram_business_source.stg_instagram_business__media_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "post_caption": {"type": "integer", "index": 3, "name": "post_caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "created_timestamp", "comment": null}, "post_id": {"type": "bigint", "index": 6, "name": "post_id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "post_url": {"type": "text", "index": 12, "name": "post_url", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}, "source_relation": {"type": "text", "index": 17, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 18, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_history"}, "model.instagram_business_source.stg_instagram_business__media_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "caption": {"type": "integer", "index": 3, "name": "caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "id": {"type": "bigint", "index": 6, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "permalink": {"type": "text", "index": 12, "name": "permalink", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_history_tmp"}, "model.instagram_business_source.stg_instagram_business__media_insights": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_insights", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "post_id": {"type": "bigint", "index": 9, "name": "post_id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 23, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_insights"}, "model.instagram_business_source.stg_instagram_business__media_insights_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_insights_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "id": {"type": "bigint", "index": 9, "name": "id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_insights_tmp"}, "model.instagram_business_source.stg_instagram_business__user_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__user_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "user_id": {"type": "bigint", "index": 5, "name": "user_id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "account_name": {"type": "text", "index": 8, "name": "account_name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 12, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__user_history"}, "model.instagram_business_source.stg_instagram_business__user_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__user_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "id": {"type": "bigint", "index": 5, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__user_history_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__organization": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organization_id": {"type": "integer", "index": 1, "name": "organization_id", "comment": null}, "organization_name": {"type": "text", "index": 2, "name": "organization_name", "comment": null}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization"}, "model.linkedin_pages_source.stg_linkedin_pages__organization_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cover_photo_v_2_crop_info_height": {"type": "integer", "index": 3, "name": "cover_photo_v_2_crop_info_height", "comment": null}, "cover_photo_v_2_crop_info_width": {"type": "integer", "index": 4, "name": "cover_photo_v_2_crop_info_width", "comment": null}, "cover_photo_v_2_crop_info_x": {"type": "integer", "index": 5, "name": "cover_photo_v_2_crop_info_x", "comment": null}, "cover_photo_v_2_crop_info_y": {"type": "integer", "index": 6, "name": "cover_photo_v_2_crop_info_y", "comment": null}, "cover_photo_v_2_cropped": {"type": "text", "index": 7, "name": "cover_photo_v_2_cropped", "comment": null}, "cover_photo_v_2_original": {"type": "text", "index": 8, "name": "cover_photo_v_2_original", "comment": null}, "default_locale_country": {"type": "text", "index": 9, "name": "default_locale_country", "comment": null}, "default_locale_language": {"type": "text", "index": 10, "name": "default_locale_language", "comment": null}, "description_preferred_locale_country": {"type": "text", "index": 11, "name": "description_preferred_locale_country", "comment": null}, "description_preferred_locale_language": {"type": "text", "index": 12, "name": "description_preferred_locale_language", "comment": null}, "founded_on_day": {"type": "integer", "index": 13, "name": "founded_on_day", "comment": null}, "founded_on_month": {"type": "integer", "index": 14, "name": "founded_on_month", "comment": null}, "founded_on_year": {"type": "integer", "index": 15, "name": "founded_on_year", "comment": null}, "logo_v_2_crop_info_height": {"type": "integer", "index": 16, "name": "logo_v_2_crop_info_height", "comment": null}, "logo_v_2_crop_info_width": {"type": "integer", "index": 17, "name": "logo_v_2_crop_info_width", "comment": null}, "logo_v_2_crop_info_x": {"type": "integer", "index": 18, "name": "logo_v_2_crop_info_x", "comment": null}, "logo_v_2_crop_info_y": {"type": "integer", "index": 19, "name": "logo_v_2_crop_info_y", "comment": null}, "logo_v_2_cropped": {"type": "text", "index": 20, "name": "logo_v_2_cropped", "comment": null}, "logo_v_2_original": {"type": "text", "index": 21, "name": "logo_v_2_original", "comment": null}, "name_preferred_locale_country": {"type": "text", "index": 22, "name": "name_preferred_locale_country", "comment": null}, "name_preferred_locale_language": {"type": "text", "index": 23, "name": "name_preferred_locale_language", "comment": null}, "organization_status": {"type": "text", "index": 24, "name": "organization_status", "comment": null}, "organization_type": {"type": "text", "index": 25, "name": "organization_type", "comment": null}, "overview_photo_v_2_crop_info_height": {"type": "integer", "index": 26, "name": "overview_photo_v_2_crop_info_height", "comment": null}, "overview_photo_v_2_crop_info_width": {"type": "integer", "index": 27, "name": "overview_photo_v_2_crop_info_width", "comment": null}, "overview_photo_v_2_crop_info_x": {"type": "integer", "index": 28, "name": "overview_photo_v_2_crop_info_x", "comment": null}, "overview_photo_v_2_crop_info_y": {"type": "integer", "index": 29, "name": "overview_photo_v_2_crop_info_y", "comment": null}, "overview_photo_v_2_cropped": {"type": "integer", "index": 30, "name": "overview_photo_v_2_cropped", "comment": null}, "overview_photo_v_2_original": {"type": "integer", "index": 31, "name": "overview_photo_v_2_original", "comment": null}, "parent_relationship_parent_id": {"type": "integer", "index": 32, "name": "parent_relationship_parent_id", "comment": null}, "parent_relationship_status": {"type": "integer", "index": 33, "name": "parent_relationship_status", "comment": null}, "parent_relationship_type": {"type": "integer", "index": 34, "name": "parent_relationship_type", "comment": null}, "primary_organization_type": {"type": "text", "index": 35, "name": "primary_organization_type", "comment": null}, "school_attributes_hierarchy_classification": {"type": "integer", "index": 36, "name": "school_attributes_hierarchy_classification", "comment": null}, "school_attributes_legacy_school": {"type": "integer", "index": 37, "name": "school_attributes_legacy_school", "comment": null}, "school_attributes_type": {"type": "integer", "index": 38, "name": "school_attributes_type", "comment": null}, "school_attributes_year_level": {"type": "integer", "index": 39, "name": "school_attributes_year_level", "comment": null}, "staff_count_range": {"type": "integer", "index": 40, "name": "staff_count_range", "comment": null}, "version_tag": {"type": "integer", "index": 41, "name": "version_tag", "comment": null}, "website_preferred_locale_country": {"type": "text", "index": 42, "name": "website_preferred_locale_country", "comment": null}, "website_preferred_locale_language": {"type": "text", "index": 43, "name": "website_preferred_locale_language", "comment": null}, "description_localized": {"type": "text", "index": 44, "name": "description_localized", "comment": null}, "localized_description": {"type": "text", "index": 45, "name": "localized_description", "comment": null}, "localized_name": {"type": "text", "index": 46, "name": "localized_name", "comment": null}, "localized_website": {"type": "text", "index": 47, "name": "localized_website", "comment": null}, "name_localized": {"type": "text", "index": 48, "name": "name_localized", "comment": null}, "vanity_name": {"type": "text", "index": 49, "name": "vanity_name", "comment": null}, "website_localized": {"type": "text", "index": 50, "name": "website_localized", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization_ugc_post", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "organization_id": {"type": "integer", "index": 2, "name": "organization_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 3, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post"}, "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization_ugc_post_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organiation_id": {"type": "integer", "index": 1, "name": "organiation_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__share_statistic": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__share_statistic", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "organization_entity_urn": {"type": "text", "index": 3, "name": "organization_entity_urn", "comment": null}, "share_entity_urn": {"type": "text", "index": 4, "name": "share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__share_statistic"}, "model.linkedin_pages_source.stg_linkedin_pages__share_statistic_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__share_statistic_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_organization_entity_urn": {"type": "text", "index": 3, "name": "_organization_entity_urn", "comment": null}, "_share_entity_urn": {"type": "text", "index": 4, "name": "_share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__share_statistic_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "post_author": {"type": "text", "index": 2, "name": "post_author", "comment": null}, "created_actor": {"type": "text", "index": 3, "name": "created_actor", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "deleted_actor": {"type": "integer", "index": 5, "name": "deleted_actor", "comment": null}, "deleted_timestamp": {"type": "integer", "index": 6, "name": "deleted_timestamp", "comment": null}, "first_published_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "first_published_timestamp", "comment": null}, "ugc_post_id": {"type": "text", "index": 8, "name": "ugc_post_id", "comment": null}, "ugc_post_urn": {"type": "text", "index": 9, "name": "ugc_post_urn", "comment": null}, "post_url": {"type": "text", "index": 10, "name": "post_url", "comment": null}, "last_modified_actor": {"type": "text", "index": 11, "name": "last_modified_actor", "comment": null}, "last_modified_timestamp": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_timestamp", "comment": null}, "lifecycle_state": {"type": "text", "index": 13, "name": "lifecycle_state", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 14, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 15, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 16, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 17, "name": "specific_content_share_commentary_text", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 18, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 19, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 20, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 21, "name": "visibility", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "last_modified_time": {"type": "timestamp without time zone", "index": 2, "name": "last_modified_time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "author": {"type": "text", "index": 4, "name": "author", "comment": null}, "client_application": {"type": "text", "index": 5, "name": "client_application", "comment": null}, "container_entity": {"type": "text", "index": 6, "name": "container_entity", "comment": null}, "content_certification_record": {"type": "text", "index": 7, "name": "content_certification_record", "comment": null}, "created_actor": {"type": "text", "index": 8, "name": "created_actor", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 9, "name": "created_time", "comment": null}, "deleted_actor": {"type": "integer", "index": 10, "name": "deleted_actor", "comment": null}, "deleted_time": {"type": "integer", "index": 11, "name": "deleted_time", "comment": null}, "distribution_distributed_via_follow_feed": {"type": "boolean", "index": 12, "name": "distribution_distributed_via_follow_feed", "comment": null}, "distribution_external_distribution_channels": {"type": "text", "index": 13, "name": "distribution_external_distribution_channels", "comment": null}, "distribution_feed_distribution": {"type": "text", "index": 14, "name": "distribution_feed_distribution", "comment": null}, "first_published_at": {"type": "timestamp without time zone", "index": 15, "name": "first_published_at", "comment": null}, "last_modified_actor": {"type": "text", "index": 16, "name": "last_modified_actor", "comment": null}, "lifecycle_state": {"type": "text", "index": 17, "name": "lifecycle_state", "comment": null}, "response_context_parent": {"type": "integer", "index": 18, "name": "response_context_parent", "comment": null}, "response_context_root": {"type": "integer", "index": 19, "name": "response_context_root", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 20, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 21, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 22, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 23, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 24, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 25, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 26, "name": "visibility", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 27, "name": "specific_content_share_commentary_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_content_media": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_share_content_media", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "description_attributes": {"type": "text", "index": 2, "name": "description_attributes", "comment": null}, "description_inferred_locale": {"type": "integer", "index": 3, "name": "description_inferred_locale", "comment": null}, "description_text": {"type": "text", "index": 4, "name": "description_text", "comment": null}, "landing_page_title": {"type": "integer", "index": 5, "name": "landing_page_title", "comment": null}, "landing_page_url": {"type": "integer", "index": 6, "name": "landing_page_url", "comment": null}, "last_modified_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "last_modified_timestamp", "comment": null}, "media": {"type": "text", "index": 8, "name": "media", "comment": null}, "original_url": {"type": "text", "index": 9, "name": "original_url", "comment": null}, "status": {"type": "text", "index": 10, "name": "status", "comment": null}, "thumbnails": {"type": "text", "index": 11, "name": "thumbnails", "comment": null}, "title_attributes": {"type": "text", "index": 12, "name": "title_attributes", "comment": null}, "title_inferred_locale": {"type": "integer", "index": 13, "name": "title_inferred_locale", "comment": null}, "title_text": {"type": "text", "index": 14, "name": "title_text", "comment": null}, "ugc_post_id": {"type": "text", "index": 15, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 16, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_content_media"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_media_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_share_media_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"last_modified_time": {"type": "timestamp without time zone", "index": 1, "name": "last_modified_time", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "description_attributes": {"type": "text", "index": 4, "name": "description_attributes", "comment": null}, "description_inferred_locale": {"type": "integer", "index": 5, "name": "description_inferred_locale", "comment": null}, "landing_page_title": {"type": "integer", "index": 6, "name": "landing_page_title", "comment": null}, "landing_page_url": {"type": "integer", "index": 7, "name": "landing_page_url", "comment": null}, "media": {"type": "text", "index": 8, "name": "media", "comment": null}, "status": {"type": "text", "index": 9, "name": "status", "comment": null}, "title_attributes": {"type": "text", "index": 10, "name": "title_attributes", "comment": null}, "title_inferred_locale": {"type": "integer", "index": 11, "name": "title_inferred_locale", "comment": null}, "description_text": {"type": "text", "index": 12, "name": "description_text", "comment": null}, "original_url": {"type": "text", "index": 13, "name": "original_url", "comment": null}, "thumbnails": {"type": "text", "index": 14, "name": "thumbnails", "comment": null}, "title_text": {"type": "text", "index": 15, "name": "title_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_media_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_share_statistic", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "share_statistic_id": {"type": "text", "index": 2, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 3, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_share_statistic_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic_tmp"}, "model.twitter_organic_source.stg_twitter_organic__account_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__account_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "business_id": {"type": "integer", "index": 2, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 3, "name": "business_name", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "industry_type": {"type": "integer", "index": 7, "name": "industry_type", "comment": null}, "account_name": {"type": "text", "index": 8, "name": "account_name", "comment": null}, "timezone": {"type": "text", "index": 9, "name": "timezone", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 10, "name": "updated_timestamp", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__account_history"}, "model.twitter_organic_source.stg_twitter_organic__account_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__account_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "approval_status": {"type": "text", "index": 4, "name": "approval_status", "comment": null}, "business_id": {"type": "integer", "index": 5, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 6, "name": "business_name", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "deleted": {"type": "boolean", "index": 8, "name": "deleted", "comment": null}, "industry_type": {"type": "integer", "index": 9, "name": "industry_type", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "salt": {"type": "integer", "index": 11, "name": "salt", "comment": null}, "timezone": {"type": "text", "index": 12, "name": "timezone", "comment": null}, "timezone_switch_at": {"type": "timestamp without time zone", "index": 13, "name": "timezone_switch_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__account_history_tmp"}, "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__organic_tweet_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "app_clicks": {"type": "integer", "index": 3, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 4, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 5, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 6, "name": "clicks", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 7, "name": "date_day", "comment": null}, "engagements": {"type": "integer", "index": 8, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 9, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 10, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 11, "name": "likes", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 12, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 13, "name": "placement", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}, "source_relation": {"type": "text", "index": 31, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report"}, "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__organic_tweet_report_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "text", "index": 1, "name": "account_id", "comment": null}, "date": {"type": "timestamp without time zone", "index": 2, "name": "date", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 3, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 4, "name": "placement", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "app_clicks": {"type": "integer", "index": 6, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 7, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 8, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 9, "name": "clicks", "comment": null}, "engagements": {"type": "integer", "index": 10, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 11, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 12, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 13, "name": "likes", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report_tmp"}, "model.twitter_organic_source.stg_twitter_organic__tweet": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__tweet", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 3, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 4, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 5, "name": "coordinates_type", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 6, "name": "created_timestamp", "comment": null}, "favorite_count": {"type": "integer", "index": 7, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 8, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 9, "name": "followers", "comment": null}, "tweet_text": {"type": "text", "index": 10, "name": "tweet_text", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 13, "name": "organic_tweet_id", "comment": null}, "post_url": {"type": "text", "index": 14, "name": "post_url", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 15, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 16, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 17, "name": "in_reply_to_user_id", "comment": null}, "language": {"type": "text", "index": 18, "name": "language", "comment": null}, "media_key": {"type": "integer", "index": 19, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 20, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 21, "name": "retweeted", "comment": null}, "source": {"type": "text", "index": 22, "name": "source", "comment": null}, "truncated": {"type": "boolean", "index": 23, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 24, "name": "tweet_type", "comment": null}, "user_id": {"type": "bigint", "index": 25, "name": "user_id", "comment": null}, "source_relation": {"type": "text", "index": 26, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__tweet"}, "model.twitter_organic_source.stg_twitter_organic__tweet_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__tweet_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 4, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 5, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 6, "name": "coordinates_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "favorite_count": {"type": "integer", "index": 8, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 9, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 10, "name": "followers", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 13, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 14, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 15, "name": "in_reply_to_user_id", "comment": null}, "lang": {"type": "text", "index": 16, "name": "lang", "comment": null}, "media_key": {"type": "integer", "index": 17, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 18, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 19, "name": "retweeted", "comment": null}, "truncated": {"type": "boolean", "index": 20, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 21, "name": "tweet_type", "comment": null}, "user_id": {"type": "integer", "index": 22, "name": "user_id", "comment": null}, "source": {"type": "text", "index": 23, "name": "source", "comment": null}, "full_test": {"type": "text", "index": 24, "name": "full_test", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__tweet_tmp"}, "model.twitter_organic_source.stg_twitter_organic__twitter_user_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__twitter_user_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "user_description": {"type": "text", "index": 3, "name": "user_description", "comment": null}, "followers_count": {"type": "integer", "index": 4, "name": "followers_count", "comment": null}, "user_id": {"type": "bigint", "index": 5, "name": "user_id", "comment": null}, "user_location": {"type": "text", "index": 6, "name": "user_location", "comment": null}, "user_name": {"type": "text", "index": 7, "name": "user_name", "comment": null}, "user_screen_name": {"type": "text", "index": 8, "name": "user_screen_name", "comment": null}, "source_relation": {"type": "text", "index": 9, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__twitter_user_history"}, "model.twitter_organic_source.stg_twitter_organic__twitter_user_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__twitter_user_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "contributors_enabled": {"type": "boolean", "index": 3, "name": "contributors_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "default_profile": {"type": "boolean", "index": 5, "name": "default_profile", "comment": null}, "default_profile_image": {"type": "boolean", "index": 6, "name": "default_profile_image", "comment": null}, "description": {"type": "text", "index": 7, "name": "description", "comment": null}, "favourites_count": {"type": "integer", "index": 8, "name": "favourites_count", "comment": null}, "followers_count": {"type": "integer", "index": 9, "name": "followers_count", "comment": null}, "friends_count": {"type": "integer", "index": 10, "name": "friends_count", "comment": null}, "geo_enabled": {"type": "boolean", "index": 11, "name": "geo_enabled", "comment": null}, "is_translation_enabled": {"type": "boolean", "index": 12, "name": "is_translation_enabled", "comment": null}, "is_translator": {"type": "boolean", "index": 13, "name": "is_translator", "comment": null}, "lang": {"type": "integer", "index": 14, "name": "lang", "comment": null}, "listed_count": {"type": "integer", "index": 15, "name": "listed_count", "comment": null}, "location": {"type": "text", "index": 16, "name": "location", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "profile_background_image_url": {"type": "text", "index": 18, "name": "profile_background_image_url", "comment": null}, "profile_background_image_url_https": {"type": "text", "index": 19, "name": "profile_background_image_url_https", "comment": null}, "profile_background_tile": {"type": "boolean", "index": 20, "name": "profile_background_tile", "comment": null}, "profile_banner_url": {"type": "text", "index": 21, "name": "profile_banner_url", "comment": null}, "profile_image_url": {"type": "text", "index": 22, "name": "profile_image_url", "comment": null}, "profile_image_url_https": {"type": "text", "index": 23, "name": "profile_image_url_https", "comment": null}, "profile_use_background_image": {"type": "boolean", "index": 24, "name": "profile_use_background_image", "comment": null}, "protected_user": {"type": "boolean", "index": 25, "name": "protected_user", "comment": null}, "screen_name": {"type": "text", "index": 26, "name": "screen_name", "comment": null}, "statuses_count": {"type": "integer", "index": 27, "name": "statuses_count", "comment": null}, "time_zone": {"type": "integer", "index": 28, "name": "time_zone", "comment": null}, "url": {"type": "text", "index": 29, "name": "url", "comment": null}, "utc_offset": {"type": "integer", "index": 30, "name": "utc_offset", "comment": null}, "verified": {"type": "boolean", "index": 31, "name": "verified", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__twitter_user_history_tmp"}, "model.twitter_organic.int_twitter_organic__latest_account": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_twitter_organic", "name": "int_twitter_organic__latest_account", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "business_id": {"type": "integer", "index": 2, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 3, "name": "business_name", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "industry_type": {"type": "integer", "index": 7, "name": "industry_type", "comment": null}, "account_name": {"type": "text", "index": 8, "name": "account_name", "comment": null}, "timezone": {"type": "text", "index": 9, "name": "timezone", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 10, "name": "updated_timestamp", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 12, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic.int_twitter_organic__latest_account"}, "model.twitter_organic.int_twitter_organic__latest_user": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_twitter_organic", "name": "int_twitter_organic__latest_user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "user_description": {"type": "text", "index": 3, "name": "user_description", "comment": null}, "followers_count": {"type": "integer", "index": 4, "name": "followers_count", "comment": null}, "user_id": {"type": "bigint", "index": 5, "name": "user_id", "comment": null}, "user_location": {"type": "text", "index": 6, "name": "user_location", "comment": null}, "user_name": {"type": "text", "index": 7, "name": "user_name", "comment": null}, "user_screen_name": {"type": "text", "index": 8, "name": "user_screen_name", "comment": null}, "source_relation": {"type": "text", "index": 9, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 10, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic.int_twitter_organic__latest_user"}, "model.twitter_organic.twitter_organic__tweets": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_twitter_organic", "name": "twitter_organic__tweets", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 2, "name": "organic_tweet_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "tweet_text": {"type": "text", "index": 4, "name": "tweet_text", "comment": null}, "account_id": {"type": "text", "index": 5, "name": "account_id", "comment": null}, "post_url": {"type": "text", "index": 6, "name": "post_url", "comment": null}, "account_name": {"type": "text", "index": 7, "name": "account_name", "comment": null}, "user_id": {"type": "bigint", "index": 8, "name": "user_id", "comment": null}, "user_name": {"type": "text", "index": 9, "name": "user_name", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}, "app_clicks": {"type": "bigint", "index": 11, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "bigint", "index": 12, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "bigint", "index": 13, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "bigint", "index": 14, "name": "clicks", "comment": null}, "engagements": {"type": "bigint", "index": 15, "name": "engagements", "comment": null}, "follows": {"type": "bigint", "index": 16, "name": "follows", "comment": null}, "impressions": {"type": "bigint", "index": 17, "name": "impressions", "comment": null}, "likes": {"type": "bigint", "index": 18, "name": "likes", "comment": null}, "poll_card_vote": {"type": "bigint", "index": 19, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "bigint", "index": 20, "name": "qualified_impressions", "comment": null}, "replies": {"type": "bigint", "index": 21, "name": "replies", "comment": null}, "retweets": {"type": "bigint", "index": 22, "name": "retweets", "comment": null}, "unfollows": {"type": "bigint", "index": 23, "name": "unfollows", "comment": null}, "url_clicks": {"type": "bigint", "index": 24, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "bigint", "index": 25, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "bigint", "index": 26, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "bigint", "index": 27, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "bigint", "index": 28, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "bigint", "index": 29, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "bigint", "index": 30, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "bigint", "index": 31, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "bigint", "index": 32, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "bigint", "index": 33, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "bigint", "index": 34, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic.twitter_organic__tweets"}}, "sources": {}, "errors": null}
\ No newline at end of file
+{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.6.5", "generated_at": "2023-10-13T23:57:14.494096Z", "invocation_id": "7258852a-2f5c-4f7a-9c20-38fb13e5fbf2", "env": {}}, "nodes": {"seed.social_media_rollup_integration_tests.facebook_pages_daily_page_metrics_total_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_daily_page_metrics_total_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "page_actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "page_actions_post_reactions_anger_total", "comment": null}, "page_actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "page_actions_post_reactions_haha_total", "comment": null}, "page_actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "page_actions_post_reactions_like_total", "comment": null}, "page_actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "page_actions_post_reactions_love_total", "comment": null}, "page_actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "page_actions_post_reactions_sorry_total", "comment": null}, "page_actions_post_reactions_total": {"type": "integer", "index": 9, "name": "page_actions_post_reactions_total", "comment": null}, "page_actions_post_reactions_wow_total": {"type": "integer", "index": 10, "name": "page_actions_post_reactions_wow_total", "comment": null}, "page_consumptions": {"type": "integer", "index": 11, "name": "page_consumptions", "comment": null}, "page_content_activity": {"type": "integer", "index": 12, "name": "page_content_activity", "comment": null}, "page_engaged_users": {"type": "integer", "index": 13, "name": "page_engaged_users", "comment": null}, "page_fan_adds": {"type": "integer", "index": 14, "name": "page_fan_adds", "comment": null}, "page_fan_removes": {"type": "integer", "index": 15, "name": "page_fan_removes", "comment": null}, "page_fans": {"type": "integer", "index": 16, "name": "page_fans", "comment": null}, "page_impressions": {"type": "integer", "index": 17, "name": "page_impressions", "comment": null}, "page_impressions_nonviral": {"type": "integer", "index": 18, "name": "page_impressions_nonviral", "comment": null}, "page_impressions_organic": {"type": "integer", "index": 19, "name": "page_impressions_organic", "comment": null}, "page_impressions_paid": {"type": "integer", "index": 20, "name": "page_impressions_paid", "comment": null}, "page_impressions_viral": {"type": "integer", "index": 21, "name": "page_impressions_viral", "comment": null}, "page_negative_feedback": {"type": "integer", "index": 22, "name": "page_negative_feedback", "comment": null}, "page_places_checkin_mobile": {"type": "integer", "index": 23, "name": "page_places_checkin_mobile", "comment": null}, "page_places_checkin_total": {"type": "integer", "index": 24, "name": "page_places_checkin_total", "comment": null}, "page_post_engagements": {"type": "integer", "index": 25, "name": "page_post_engagements", "comment": null}, "page_posts_impressions": {"type": "integer", "index": 26, "name": "page_posts_impressions", "comment": null}, "page_posts_impressions_nonviral": {"type": "integer", "index": 27, "name": "page_posts_impressions_nonviral", "comment": null}, "page_posts_impressions_organic": {"type": "integer", "index": 28, "name": "page_posts_impressions_organic", "comment": null}, "page_posts_impressions_paid": {"type": "integer", "index": 29, "name": "page_posts_impressions_paid", "comment": null}, "page_posts_impressions_viral": {"type": "integer", "index": 30, "name": "page_posts_impressions_viral", "comment": null}, "page_total_actions": {"type": "integer", "index": 31, "name": "page_total_actions", "comment": null}, "page_video_complete_views_30_s": {"type": "integer", "index": 32, "name": "page_video_complete_views_30_s", "comment": null}, "page_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 33, "name": "page_video_complete_views_30_s_autoplayed", "comment": null}, "page_video_complete_views_30_s_click_to_play": {"type": "integer", "index": 34, "name": "page_video_complete_views_30_s_click_to_play", "comment": null}, "page_video_complete_views_30_s_organic": {"type": "integer", "index": 35, "name": "page_video_complete_views_30_s_organic", "comment": null}, "page_video_complete_views_30_s_paid": {"type": "integer", "index": 36, "name": "page_video_complete_views_30_s_paid", "comment": null}, "page_video_complete_views_30_s_repeat_views": {"type": "integer", "index": 37, "name": "page_video_complete_views_30_s_repeat_views", "comment": null}, "page_video_repeat_views": {"type": "integer", "index": 38, "name": "page_video_repeat_views", "comment": null}, "page_video_view_time": {"type": "integer", "index": 39, "name": "page_video_view_time", "comment": null}, "page_video_views": {"type": "integer", "index": 40, "name": "page_video_views", "comment": null}, "page_video_views_10_s": {"type": "integer", "index": 41, "name": "page_video_views_10_s", "comment": null}, "page_video_views_10_s_autoplayed": {"type": "integer", "index": 42, "name": "page_video_views_10_s_autoplayed", "comment": null}, "page_video_views_10_s_click_to_play": {"type": "integer", "index": 43, "name": "page_video_views_10_s_click_to_play", "comment": null}, "page_video_views_10_s_organic": {"type": "integer", "index": 44, "name": "page_video_views_10_s_organic", "comment": null}, "page_video_views_10_s_paid": {"type": "integer", "index": 45, "name": "page_video_views_10_s_paid", "comment": null}, "page_video_views_10_s_repeat": {"type": "integer", "index": 46, "name": "page_video_views_10_s_repeat", "comment": null}, "page_video_views_autoplayed": {"type": "integer", "index": 47, "name": "page_video_views_autoplayed", "comment": null}, "page_video_views_click_to_play": {"type": "integer", "index": 48, "name": "page_video_views_click_to_play", "comment": null}, "page_video_views_organic": {"type": "integer", "index": 49, "name": "page_video_views_organic", "comment": null}, "page_video_views_paid": {"type": "integer", "index": 50, "name": "page_video_views_paid", "comment": null}, "page_views_external_referrals": {"type": "integer", "index": 51, "name": "page_views_external_referrals", "comment": null}, "page_views_logged_in_total": {"type": "integer", "index": 52, "name": "page_views_logged_in_total", "comment": null}, "page_views_logout": {"type": "integer", "index": 53, "name": "page_views_logout", "comment": null}, "page_views_total": {"type": "integer", "index": 54, "name": "page_views_total", "comment": null}, "page_fans_online_per_day": {"type": "integer", "index": 55, "name": "page_fans_online_per_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_daily_page_metrics_total_data"}, "seed.social_media_rollup_integration_tests.facebook_pages_lifetime_post_metrics_total_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_lifetime_post_metrics_total_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "post_activity": {"type": "integer", "index": 4, "name": "post_activity", "comment": null}, "post_clicks": {"type": "integer", "index": 5, "name": "post_clicks", "comment": null}, "post_engaged_fan": {"type": "integer", "index": 6, "name": "post_engaged_fan", "comment": null}, "post_engaged_users": {"type": "integer", "index": 7, "name": "post_engaged_users", "comment": null}, "post_impressions": {"type": "integer", "index": 8, "name": "post_impressions", "comment": null}, "post_impressions_fan": {"type": "integer", "index": 9, "name": "post_impressions_fan", "comment": null}, "post_impressions_fan_paid": {"type": "integer", "index": 10, "name": "post_impressions_fan_paid", "comment": null}, "post_impressions_nonviral": {"type": "integer", "index": 11, "name": "post_impressions_nonviral", "comment": null}, "post_impressions_organic": {"type": "integer", "index": 12, "name": "post_impressions_organic", "comment": null}, "post_impressions_paid": {"type": "integer", "index": 13, "name": "post_impressions_paid", "comment": null}, "post_impressions_viral": {"type": "integer", "index": 14, "name": "post_impressions_viral", "comment": null}, "post_negative_feedback": {"type": "integer", "index": 15, "name": "post_negative_feedback", "comment": null}, "post_reactions_anger_total": {"type": "integer", "index": 16, "name": "post_reactions_anger_total", "comment": null}, "post_reactions_haha_total": {"type": "integer", "index": 17, "name": "post_reactions_haha_total", "comment": null}, "post_reactions_like_total": {"type": "integer", "index": 18, "name": "post_reactions_like_total", "comment": null}, "post_reactions_love_total": {"type": "integer", "index": 19, "name": "post_reactions_love_total", "comment": null}, "post_reactions_sorry_total": {"type": "integer", "index": 20, "name": "post_reactions_sorry_total", "comment": null}, "post_reactions_wow_total": {"type": "integer", "index": 21, "name": "post_reactions_wow_total", "comment": null}, "post_video_avg_time_watched": {"type": "integer", "index": 22, "name": "post_video_avg_time_watched", "comment": null}, "post_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 23, "name": "post_video_complete_views_30_s_autoplayed", "comment": null}, "post_video_complete_views_30_s_clicked_to_play": {"type": "integer", "index": 24, "name": "post_video_complete_views_30_s_clicked_to_play", "comment": null}, "post_video_complete_views_30_s_organic": {"type": "integer", "index": 25, "name": "post_video_complete_views_30_s_organic", "comment": null}, "post_video_complete_views_30_s_paid": {"type": "integer", "index": 26, "name": "post_video_complete_views_30_s_paid", "comment": null}, "post_video_complete_views_organic": {"type": "integer", "index": 27, "name": "post_video_complete_views_organic", "comment": null}, "post_video_complete_views_paid": {"type": "integer", "index": 28, "name": "post_video_complete_views_paid", "comment": null}, "post_video_view_time": {"type": "integer", "index": 29, "name": "post_video_view_time", "comment": null}, "post_video_view_time_organic": {"type": "integer", "index": 30, "name": "post_video_view_time_organic", "comment": null}, "post_video_views": {"type": "integer", "index": 31, "name": "post_video_views", "comment": null}, "post_video_views_10_s": {"type": "integer", "index": 32, "name": "post_video_views_10_s", "comment": null}, "post_video_views_10_s_autoplayed": {"type": "integer", "index": 33, "name": "post_video_views_10_s_autoplayed", "comment": null}, "post_video_views_10_s_clicked_to_play": {"type": "integer", "index": 34, "name": "post_video_views_10_s_clicked_to_play", "comment": null}, "post_video_views_10_s_organic": {"type": "integer", "index": 35, "name": "post_video_views_10_s_organic", "comment": null}, "post_video_views_10_s_paid": {"type": "integer", "index": 36, "name": "post_video_views_10_s_paid", "comment": null}, "post_video_views_10_s_sound_on": {"type": "integer", "index": 37, "name": "post_video_views_10_s_sound_on", "comment": null}, "post_video_views_autoplayed": {"type": "integer", "index": 38, "name": "post_video_views_autoplayed", "comment": null}, "post_video_views_clicked_to_play": {"type": "integer", "index": 39, "name": "post_video_views_clicked_to_play", "comment": null}, "post_video_views_organic": {"type": "integer", "index": 40, "name": "post_video_views_organic", "comment": null}, "post_video_views_paid": {"type": "integer", "index": 41, "name": "post_video_views_paid", "comment": null}, "post_video_views_sound_on": {"type": "integer", "index": 42, "name": "post_video_views_sound_on", "comment": null}, "post_video_length": {"type": "integer", "index": 43, "name": "post_video_length", "comment": null}, "post_video_views_15_s": {"type": "integer", "index": 44, "name": "post_video_views_15_s", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_lifetime_post_metrics_total_data"}, "seed.social_media_rollup_integration_tests.facebook_pages_page_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_page_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 4, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 5, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 6, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 7, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 8, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 9, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 10, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 11, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 12, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 13, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 14, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 15, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 16, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 17, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 18, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 19, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 20, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 21, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 22, "name": "current_location", "comment": null}, "description": {"type": "text", "index": 23, "name": "description", "comment": null}, "directed_by": {"type": "integer", "index": 24, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 25, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 26, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 27, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 28, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 29, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 30, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 31, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 32, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 33, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 34, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 35, "name": "has_added_app", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "impressum": {"type": "integer", "index": 38, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 39, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 40, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 41, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 42, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 43, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 44, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 45, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 46, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 47, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 48, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 49, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 50, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 51, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 52, "name": "mpg", "comment": null}, "name": {"type": "text", "index": 53, "name": "name", "comment": null}, "network": {"type": "integer", "index": 54, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 55, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 56, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 57, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 58, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 59, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 60, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 61, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 62, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 63, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 64, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 65, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 66, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 67, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 68, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 69, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 70, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 71, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 72, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 73, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 74, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 75, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 76, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 77, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 78, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 79, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 80, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 81, "name": "username", "comment": null}, "website": {"type": "text", "index": 82, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 83, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 84, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 85, "name": "written_by", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 86, "name": "has_transitioned_to_new_page_experience", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_page_data"}, "seed.social_media_rollup_integration_tests.facebook_pages_post_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_post_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "updated_time": {"type": "timestamp without time zone", "index": 2, "name": "updated_time", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 4, "name": "allowed_advertising_objects", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 6, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 7, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 8, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 9, "name": "is_published", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "message": {"type": "text", "index": 20, "name": "message", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.facebook_pages_post_history_data"}, "seed.social_media_rollup_integration_tests.instagram_business_media_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_media_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "caption": {"type": "integer", "index": 3, "name": "caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "id": {"type": "bigint", "index": 6, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "permalink": {"type": "text", "index": 12, "name": "permalink", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.instagram_business_media_history_data"}, "seed.social_media_rollup_integration_tests.instagram_business_media_insights_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_media_insights_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "id": {"type": "bigint", "index": 9, "name": "id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.instagram_business_media_insights_data"}, "seed.social_media_rollup_integration_tests.instagram_business_user_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_user_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "id": {"type": "bigint", "index": 5, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.instagram_business_user_history_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_organization_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_organization_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cover_photo_v_2_crop_info_height": {"type": "integer", "index": 3, "name": "cover_photo_v_2_crop_info_height", "comment": null}, "cover_photo_v_2_crop_info_width": {"type": "integer", "index": 4, "name": "cover_photo_v_2_crop_info_width", "comment": null}, "cover_photo_v_2_crop_info_x": {"type": "integer", "index": 5, "name": "cover_photo_v_2_crop_info_x", "comment": null}, "cover_photo_v_2_crop_info_y": {"type": "integer", "index": 6, "name": "cover_photo_v_2_crop_info_y", "comment": null}, "cover_photo_v_2_cropped": {"type": "text", "index": 7, "name": "cover_photo_v_2_cropped", "comment": null}, "cover_photo_v_2_original": {"type": "text", "index": 8, "name": "cover_photo_v_2_original", "comment": null}, "default_locale_country": {"type": "text", "index": 9, "name": "default_locale_country", "comment": null}, "default_locale_language": {"type": "text", "index": 10, "name": "default_locale_language", "comment": null}, "description_preferred_locale_country": {"type": "text", "index": 11, "name": "description_preferred_locale_country", "comment": null}, "description_preferred_locale_language": {"type": "text", "index": 12, "name": "description_preferred_locale_language", "comment": null}, "founded_on_day": {"type": "integer", "index": 13, "name": "founded_on_day", "comment": null}, "founded_on_month": {"type": "integer", "index": 14, "name": "founded_on_month", "comment": null}, "founded_on_year": {"type": "integer", "index": 15, "name": "founded_on_year", "comment": null}, "logo_v_2_crop_info_height": {"type": "integer", "index": 16, "name": "logo_v_2_crop_info_height", "comment": null}, "logo_v_2_crop_info_width": {"type": "integer", "index": 17, "name": "logo_v_2_crop_info_width", "comment": null}, "logo_v_2_crop_info_x": {"type": "integer", "index": 18, "name": "logo_v_2_crop_info_x", "comment": null}, "logo_v_2_crop_info_y": {"type": "integer", "index": 19, "name": "logo_v_2_crop_info_y", "comment": null}, "logo_v_2_cropped": {"type": "text", "index": 20, "name": "logo_v_2_cropped", "comment": null}, "logo_v_2_original": {"type": "text", "index": 21, "name": "logo_v_2_original", "comment": null}, "name_preferred_locale_country": {"type": "text", "index": 22, "name": "name_preferred_locale_country", "comment": null}, "name_preferred_locale_language": {"type": "text", "index": 23, "name": "name_preferred_locale_language", "comment": null}, "organization_status": {"type": "text", "index": 24, "name": "organization_status", "comment": null}, "organization_type": {"type": "text", "index": 25, "name": "organization_type", "comment": null}, "overview_photo_v_2_crop_info_height": {"type": "integer", "index": 26, "name": "overview_photo_v_2_crop_info_height", "comment": null}, "overview_photo_v_2_crop_info_width": {"type": "integer", "index": 27, "name": "overview_photo_v_2_crop_info_width", "comment": null}, "overview_photo_v_2_crop_info_x": {"type": "integer", "index": 28, "name": "overview_photo_v_2_crop_info_x", "comment": null}, "overview_photo_v_2_crop_info_y": {"type": "integer", "index": 29, "name": "overview_photo_v_2_crop_info_y", "comment": null}, "overview_photo_v_2_cropped": {"type": "integer", "index": 30, "name": "overview_photo_v_2_cropped", "comment": null}, "overview_photo_v_2_original": {"type": "integer", "index": 31, "name": "overview_photo_v_2_original", "comment": null}, "parent_relationship_parent_id": {"type": "integer", "index": 32, "name": "parent_relationship_parent_id", "comment": null}, "parent_relationship_status": {"type": "integer", "index": 33, "name": "parent_relationship_status", "comment": null}, "parent_relationship_type": {"type": "integer", "index": 34, "name": "parent_relationship_type", "comment": null}, "primary_organization_type": {"type": "text", "index": 35, "name": "primary_organization_type", "comment": null}, "school_attributes_hierarchy_classification": {"type": "integer", "index": 36, "name": "school_attributes_hierarchy_classification", "comment": null}, "school_attributes_legacy_school": {"type": "integer", "index": 37, "name": "school_attributes_legacy_school", "comment": null}, "school_attributes_type": {"type": "integer", "index": 38, "name": "school_attributes_type", "comment": null}, "school_attributes_year_level": {"type": "integer", "index": 39, "name": "school_attributes_year_level", "comment": null}, "staff_count_range": {"type": "integer", "index": 40, "name": "staff_count_range", "comment": null}, "version_tag": {"type": "integer", "index": 41, "name": "version_tag", "comment": null}, "website_preferred_locale_country": {"type": "text", "index": 42, "name": "website_preferred_locale_country", "comment": null}, "website_preferred_locale_language": {"type": "text", "index": 43, "name": "website_preferred_locale_language", "comment": null}, "description_localized": {"type": "text", "index": 44, "name": "description_localized", "comment": null}, "localized_description": {"type": "text", "index": 45, "name": "localized_description", "comment": null}, "localized_name": {"type": "text", "index": 46, "name": "localized_name", "comment": null}, "localized_website": {"type": "text", "index": 47, "name": "localized_website", "comment": null}, "name_localized": {"type": "text", "index": 48, "name": "name_localized", "comment": null}, "vanity_name": {"type": "text", "index": 49, "name": "vanity_name", "comment": null}, "website_localized": {"type": "text", "index": 50, "name": "website_localized", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_organization_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_organization_ugc_post_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_organization_ugc_post_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organiation_id": {"type": "integer", "index": 1, "name": "organiation_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_organization_ugc_post_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_share_statistic_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_share_statistic_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_organization_entity_urn": {"type": "text", "index": 3, "name": "_organization_entity_urn", "comment": null}, "_share_entity_urn": {"type": "text", "index": 4, "name": "_share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_share_statistic_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "last_modified_time": {"type": "timestamp without time zone", "index": 2, "name": "last_modified_time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "author": {"type": "text", "index": 4, "name": "author", "comment": null}, "client_application": {"type": "text", "index": 5, "name": "client_application", "comment": null}, "container_entity": {"type": "text", "index": 6, "name": "container_entity", "comment": null}, "content_certification_record": {"type": "text", "index": 7, "name": "content_certification_record", "comment": null}, "created_actor": {"type": "text", "index": 8, "name": "created_actor", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 9, "name": "created_time", "comment": null}, "deleted_actor": {"type": "integer", "index": 10, "name": "deleted_actor", "comment": null}, "deleted_time": {"type": "integer", "index": 11, "name": "deleted_time", "comment": null}, "distribution_distributed_via_follow_feed": {"type": "boolean", "index": 12, "name": "distribution_distributed_via_follow_feed", "comment": null}, "distribution_external_distribution_channels": {"type": "text", "index": 13, "name": "distribution_external_distribution_channels", "comment": null}, "distribution_feed_distribution": {"type": "text", "index": 14, "name": "distribution_feed_distribution", "comment": null}, "first_published_at": {"type": "timestamp without time zone", "index": 15, "name": "first_published_at", "comment": null}, "last_modified_actor": {"type": "text", "index": 16, "name": "last_modified_actor", "comment": null}, "lifecycle_state": {"type": "text", "index": 17, "name": "lifecycle_state", "comment": null}, "response_context_parent": {"type": "integer", "index": 18, "name": "response_context_parent", "comment": null}, "response_context_root": {"type": "integer", "index": 19, "name": "response_context_root", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 20, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 21, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 22, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 23, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 24, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 25, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 26, "name": "visibility", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 27, "name": "specific_content_share_commentary_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_history_data"}, "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_share_statistic_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_share_statistic_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.linkedin_pages_ugc_post_share_statistic_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_account_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_account_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "approval_status": {"type": "text", "index": 4, "name": "approval_status", "comment": null}, "business_id": {"type": "integer", "index": 5, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 6, "name": "business_name", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "deleted": {"type": "boolean", "index": 8, "name": "deleted", "comment": null}, "industry_type": {"type": "integer", "index": 9, "name": "industry_type", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "salt": {"type": "integer", "index": 11, "name": "salt", "comment": null}, "timezone": {"type": "text", "index": 12, "name": "timezone", "comment": null}, "timezone_switch_at": {"type": "timestamp without time zone", "index": 13, "name": "timezone_switch_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_account_history_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_organic_tweet_report_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_organic_tweet_report_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "text", "index": 1, "name": "account_id", "comment": null}, "date": {"type": "timestamp without time zone", "index": 2, "name": "date", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 3, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 4, "name": "placement", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "app_clicks": {"type": "integer", "index": 6, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 7, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 8, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 9, "name": "clicks", "comment": null}, "engagements": {"type": "integer", "index": 10, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 11, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 12, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 13, "name": "likes", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_organic_tweet_report_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_tweet_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_tweet_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 4, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 5, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 6, "name": "coordinates_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "favorite_count": {"type": "integer", "index": 8, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 9, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 10, "name": "followers", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 13, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 14, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 15, "name": "in_reply_to_user_id", "comment": null}, "lang": {"type": "text", "index": 16, "name": "lang", "comment": null}, "media_key": {"type": "integer", "index": 17, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 18, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 19, "name": "retweeted", "comment": null}, "truncated": {"type": "boolean", "index": 20, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 21, "name": "tweet_type", "comment": null}, "user_id": {"type": "integer", "index": 22, "name": "user_id", "comment": null}, "source": {"type": "text", "index": 23, "name": "source", "comment": null}, "full_test": {"type": "text", "index": 24, "name": "full_test", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_tweet_data"}, "seed.social_media_rollup_integration_tests.twitter_organic_twitter_user_history_data": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_twitter_user_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "contributors_enabled": {"type": "boolean", "index": 3, "name": "contributors_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "default_profile": {"type": "boolean", "index": 5, "name": "default_profile", "comment": null}, "default_profile_image": {"type": "boolean", "index": 6, "name": "default_profile_image", "comment": null}, "description": {"type": "text", "index": 7, "name": "description", "comment": null}, "favourites_count": {"type": "integer", "index": 8, "name": "favourites_count", "comment": null}, "followers_count": {"type": "integer", "index": 9, "name": "followers_count", "comment": null}, "friends_count": {"type": "integer", "index": 10, "name": "friends_count", "comment": null}, "geo_enabled": {"type": "boolean", "index": 11, "name": "geo_enabled", "comment": null}, "is_translation_enabled": {"type": "boolean", "index": 12, "name": "is_translation_enabled", "comment": null}, "is_translator": {"type": "boolean", "index": 13, "name": "is_translator", "comment": null}, "lang": {"type": "integer", "index": 14, "name": "lang", "comment": null}, "listed_count": {"type": "integer", "index": 15, "name": "listed_count", "comment": null}, "location": {"type": "text", "index": 16, "name": "location", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "profile_background_image_url": {"type": "text", "index": 18, "name": "profile_background_image_url", "comment": null}, "profile_background_image_url_https": {"type": "text", "index": 19, "name": "profile_background_image_url_https", "comment": null}, "profile_background_tile": {"type": "boolean", "index": 20, "name": "profile_background_tile", "comment": null}, "profile_banner_url": {"type": "text", "index": 21, "name": "profile_banner_url", "comment": null}, "profile_image_url": {"type": "text", "index": 22, "name": "profile_image_url", "comment": null}, "profile_image_url_https": {"type": "text", "index": 23, "name": "profile_image_url_https", "comment": null}, "profile_use_background_image": {"type": "boolean", "index": 24, "name": "profile_use_background_image", "comment": null}, "protected_user": {"type": "boolean", "index": 25, "name": "protected_user", "comment": null}, "screen_name": {"type": "text", "index": 26, "name": "screen_name", "comment": null}, "statuses_count": {"type": "integer", "index": 27, "name": "statuses_count", "comment": null}, "time_zone": {"type": "integer", "index": 28, "name": "time_zone", "comment": null}, "url": {"type": "text", "index": 29, "name": "url", "comment": null}, "utc_offset": {"type": "integer", "index": 30, "name": "utc_offset", "comment": null}, "verified": {"type": "boolean", "index": 31, "name": "verified", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.social_media_rollup_integration_tests.twitter_organic_twitter_user_history_data"}, "model.facebook_pages.facebook_pages__pages_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_facebook_pages", "name": "facebook_pages__pages_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 3, "name": "page_name", "comment": null}, "actions_post_reactions_total": {"type": "integer", "index": 4, "name": "actions_post_reactions_total", "comment": null}, "fan_adds": {"type": "integer", "index": 5, "name": "fan_adds", "comment": null}, "fan_removes": {"type": "integer", "index": 6, "name": "fan_removes", "comment": null}, "impressions": {"type": "integer", "index": 7, "name": "impressions", "comment": null}, "post_engagements": {"type": "integer", "index": 8, "name": "post_engagements", "comment": null}, "posts_impressions": {"type": "integer", "index": 9, "name": "posts_impressions", "comment": null}, "video_complete_views_30s": {"type": "integer", "index": 10, "name": "video_complete_views_30s", "comment": null}, "video_views": {"type": "integer", "index": 11, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 12, "name": "video_views_10s", "comment": null}, "views_total": {"type": "integer", "index": 13, "name": "views_total", "comment": null}, "source_relation": {"type": "text", "index": 14, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages.facebook_pages__pages_report"}, "model.facebook_pages.facebook_pages__posts_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_facebook_pages", "name": "facebook_pages__posts_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 3, "name": "post_message", "comment": null}, "post_url": {"type": "text", "index": 4, "name": "post_url", "comment": null}, "page_id": {"type": "bigint", "index": 5, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 6, "name": "page_name", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 7, "name": "date_day", "comment": null}, "clicks": {"type": "integer", "index": 8, "name": "clicks", "comment": null}, "impressions": {"type": "integer", "index": 9, "name": "impressions", "comment": null}, "video_avg_time_watched": {"type": "numeric", "index": 10, "name": "video_avg_time_watched", "comment": null}, "video_view_time": {"type": "numeric", "index": 11, "name": "video_view_time", "comment": null}, "video_views": {"type": "integer", "index": 12, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 13, "name": "video_views_10s", "comment": null}, "video_views_15s": {"type": "integer", "index": 14, "name": "video_views_15s", "comment": null}, "likes": {"type": "integer", "index": 15, "name": "likes", "comment": null}, "source_relation": {"type": "text", "index": 16, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 17, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages.facebook_pages__posts_report"}, "model.facebook_pages.int_facebook_pages__lastest_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_facebook_pages", "name": "int_facebook_pages__lastest_post", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 2, "name": "allowed_advertising_objects", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "post_id": {"type": "character varying", "index": 4, "name": "post_id", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 5, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 6, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 7, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 8, "name": "is_published", "comment": null}, "post_message": {"type": "text", "index": 9, "name": "post_message", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 20, "name": "updated_timestamp", "comment": null}, "post_url": {"type": "text", "index": 21, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 23, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages.int_facebook_pages__lastest_post"}, "model.instagram_business.instagram_business__posts": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_instagram_business", "name": "instagram_business__posts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_name": {"type": "text", "index": 1, "name": "account_name", "comment": null}, "user_id": {"type": "bigint", "index": 2, "name": "user_id", "comment": null}, "post_caption": {"type": "integer", "index": 3, "name": "post_caption", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "post_id": {"type": "bigint", "index": 5, "name": "post_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 6, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 7, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 8, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 9, "name": "media_url", "comment": null}, "post_url": {"type": "text", "index": 10, "name": "post_url", "comment": null}, "shortcode": {"type": "text", "index": 11, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 12, "name": "thumbnail_url", "comment": null}, "username": {"type": "text", "index": 13, "name": "username", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 14, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 15, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 16, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 17, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 18, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 19, "name": "comment_count", "comment": null}, "like_count": {"type": "integer", "index": 20, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 21, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 22, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 23, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 24, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 25, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 26, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 27, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 28, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 29, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 30, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 31, "name": "video_views", "comment": null}, "reel_comments": {"type": "integer", "index": 32, "name": "reel_comments", "comment": null}, "reel_likes": {"type": "integer", "index": 33, "name": "reel_likes", "comment": null}, "reel_plays": {"type": "integer", "index": 34, "name": "reel_plays", "comment": null}, "reel_reach": {"type": "integer", "index": 35, "name": "reel_reach", "comment": null}, "reel_shares": {"type": "integer", "index": 36, "name": "reel_shares", "comment": null}, "reel_total_interactions": {"type": "integer", "index": 37, "name": "reel_total_interactions", "comment": null}, "source_relation": {"type": "text", "index": 38, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business.instagram_business__posts"}, "model.linkedin_pages.int_linkedin_pages__latest_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_linkedin_pages", "name": "int_linkedin_pages__latest_post", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "share_statistic_id": {"type": "text", "index": 2, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 3, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 5, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages.int_linkedin_pages__latest_post"}, "model.linkedin_pages.int_linkedin_pages__latest_post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_linkedin_pages", "name": "int_linkedin_pages__latest_post_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "post_author": {"type": "text", "index": 2, "name": "post_author", "comment": null}, "created_actor": {"type": "text", "index": 3, "name": "created_actor", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "deleted_actor": {"type": "integer", "index": 5, "name": "deleted_actor", "comment": null}, "deleted_timestamp": {"type": "integer", "index": 6, "name": "deleted_timestamp", "comment": null}, "first_published_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "first_published_timestamp", "comment": null}, "ugc_post_id": {"type": "text", "index": 8, "name": "ugc_post_id", "comment": null}, "ugc_post_urn": {"type": "text", "index": 9, "name": "ugc_post_urn", "comment": null}, "post_url": {"type": "text", "index": 10, "name": "post_url", "comment": null}, "last_modified_actor": {"type": "text", "index": 11, "name": "last_modified_actor", "comment": null}, "last_modified_timestamp": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_timestamp", "comment": null}, "lifecycle_state": {"type": "text", "index": 13, "name": "lifecycle_state", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 14, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 15, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 16, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 17, "name": "specific_content_share_commentary_text", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 18, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 19, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 20, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 21, "name": "visibility", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 23, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages.int_linkedin_pages__latest_post_history"}, "model.linkedin_pages.linkedin_pages__posts": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_linkedin_pages", "name": "linkedin_pages__posts", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"ugc_post_id": {"type": "text", "index": 1, "name": "ugc_post_id", "comment": null}, "post_author": {"type": "text", "index": 2, "name": "post_author", "comment": null}, "post_url": {"type": "text", "index": 3, "name": "post_url", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "first_published_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "first_published_timestamp", "comment": null}, "lifecycle_state": {"type": "text", "index": 6, "name": "lifecycle_state", "comment": null}, "version_tag": {"type": "integer", "index": 7, "name": "version_tag", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 8, "name": "specific_content_share_commentary_text", "comment": null}, "organization_id": {"type": "integer", "index": 9, "name": "organization_id", "comment": null}, "organization_name": {"type": "text", "index": 10, "name": "organization_name", "comment": null}, "click_count": {"type": "integer", "index": 11, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 12, "name": "comment_count", "comment": null}, "impression_count": {"type": "integer", "index": 13, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 14, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 15, "name": "share_count", "comment": null}, "source_relation": {"type": "text", "index": 16, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages.linkedin_pages__posts"}, "model.social_media_reporting.social_media_reporting__facebook_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__facebook_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 2, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 3, "name": "post_message", "comment": null}, "post_url": {"type": "text", "index": 4, "name": "post_url", "comment": null}, "page_id": {"type": "bigint", "index": 5, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 6, "name": "page_name", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 8, "name": "platform", "comment": null}, "clicks": {"type": "bigint", "index": 9, "name": "clicks", "comment": null}, "impressions": {"type": "bigint", "index": 10, "name": "impressions", "comment": null}, "likes": {"type": "bigint", "index": 11, "name": "likes", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__facebook_posts_reporting"}, "model.social_media_reporting.social_media_reporting__instagram_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__instagram_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"page_name": {"type": "text", "index": 1, "name": "page_name", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "post_message": {"type": "integer", "index": 3, "name": "post_message", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 5, "name": "post_id", "comment": null}, "post_url": {"type": "text", "index": 6, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 8, "name": "platform", "comment": null}, "comments": {"type": "bigint", "index": 9, "name": "comments", "comment": null}, "likes": {"type": "bigint", "index": 10, "name": "likes", "comment": null}, "impressions": {"type": "bigint", "index": 11, "name": "impressions", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__instagram_posts_reporting"}, "model.social_media_reporting.social_media_reporting__linkedin_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__linkedin_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"page_id": {"type": "integer", "index": 1, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 2, "name": "page_name", "comment": null}, "post_id": {"type": "text", "index": 3, "name": "post_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "post_url": {"type": "text", "index": 5, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 6, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 7, "name": "platform", "comment": null}, "post_message": {"type": "text", "index": 8, "name": "post_message", "comment": null}, "clicks": {"type": "bigint", "index": 9, "name": "clicks", "comment": null}, "comments": {"type": "bigint", "index": 10, "name": "comments", "comment": null}, "impressions": {"type": "bigint", "index": 11, "name": "impressions", "comment": null}, "likes": {"type": "bigint", "index": 12, "name": "likes", "comment": null}, "shares": {"type": "bigint", "index": 13, "name": "shares", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__linkedin_posts_reporting"}, "model.social_media_reporting.social_media_reporting__rollup_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__rollup_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_dbt_source_relation": {"type": "text", "index": 1, "name": "_dbt_source_relation", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 3, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 4, "name": "post_message", "comment": null}, "page_id": {"type": "text", "index": 5, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 6, "name": "page_name", "comment": null}, "post_url": {"type": "text", "index": 7, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 8, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 9, "name": "platform", "comment": null}, "clicks": {"type": "numeric", "index": 10, "name": "clicks", "comment": null}, "impressions": {"type": "numeric", "index": 11, "name": "impressions", "comment": null}, "likes": {"type": "numeric", "index": 12, "name": "likes", "comment": null}, "shares": {"type": "numeric", "index": 13, "name": "shares", "comment": null}, "comments": {"type": "numeric", "index": 14, "name": "comments", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__rollup_report"}, "model.social_media_reporting.social_media_reporting__twitter_posts_reporting": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_social_media_reporting", "name": "social_media_reporting__twitter_posts_reporting", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"created_timestamp": {"type": "timestamp without time zone", "index": 1, "name": "created_timestamp", "comment": null}, "post_id": {"type": "text", "index": 2, "name": "post_id", "comment": null}, "post_message": {"type": "text", "index": 3, "name": "post_message", "comment": null}, "page_id": {"type": "text", "index": 4, "name": "page_id", "comment": null}, "page_name": {"type": "text", "index": 5, "name": "page_name", "comment": null}, "post_url": {"type": "text", "index": 6, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 7, "name": "source_relation", "comment": null}, "platform": {"type": "text", "index": 8, "name": "platform", "comment": null}, "clicks": {"type": "numeric", "index": 9, "name": "clicks", "comment": null}, "impressions": {"type": "numeric", "index": 10, "name": "impressions", "comment": null}, "likes": {"type": "numeric", "index": 11, "name": "likes", "comment": null}, "shares": {"type": "numeric", "index": 12, "name": "shares", "comment": null}, "comments": {"type": "numeric", "index": 13, "name": "comments", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.social_media_reporting.social_media_reporting__twitter_posts_reporting"}, "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__daily_page_metrics_total", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 2, "name": "date_day", "comment": null}, "page_id": {"type": "bigint", "index": 3, "name": "page_id", "comment": null}, "actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "actions_post_reactions_anger_total", "comment": null}, "actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "actions_post_reactions_haha_total", "comment": null}, "actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "actions_post_reactions_like_total", "comment": null}, "actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "actions_post_reactions_love_total", "comment": null}, "actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "actions_post_reactions_sorry_total", "comment": null}, "actions_post_reactions_wow_total": {"type": "integer", "index": 9, "name": "actions_post_reactions_wow_total", "comment": null}, "actions_post_reactions_total": {"type": "integer", "index": 10, "name": "actions_post_reactions_total", "comment": null}, "consumptions": {"type": "integer", "index": 11, "name": "consumptions", "comment": null}, "content_activity": {"type": "integer", "index": 12, "name": "content_activity", "comment": null}, "engaged_users": {"type": "integer", "index": 13, "name": "engaged_users", "comment": null}, "fan_adds": {"type": "integer", "index": 14, "name": "fan_adds", "comment": null}, "fan_removes": {"type": "integer", "index": 15, "name": "fan_removes", "comment": null}, "fans": {"type": "integer", "index": 16, "name": "fans", "comment": null}, "fans_online_per_day": {"type": "integer", "index": 17, "name": "fans_online_per_day", "comment": null}, "impressions": {"type": "integer", "index": 18, "name": "impressions", "comment": null}, "impressions_nonviral": {"type": "integer", "index": 19, "name": "impressions_nonviral", "comment": null}, "impressions_organic": {"type": "integer", "index": 20, "name": "impressions_organic", "comment": null}, "impressions_paid": {"type": "integer", "index": 21, "name": "impressions_paid", "comment": null}, "impressions_viral": {"type": "integer", "index": 22, "name": "impressions_viral", "comment": null}, "negative_feedback": {"type": "integer", "index": 23, "name": "negative_feedback", "comment": null}, "places_checkin_mobile": {"type": "integer", "index": 24, "name": "places_checkin_mobile", "comment": null}, "places_checkin_total": {"type": "integer", "index": 25, "name": "places_checkin_total", "comment": null}, "post_engagements": {"type": "integer", "index": 26, "name": "post_engagements", "comment": null}, "posts_impressions": {"type": "integer", "index": 27, "name": "posts_impressions", "comment": null}, "posts_impressions_nonviral": {"type": "integer", "index": 28, "name": "posts_impressions_nonviral", "comment": null}, "posts_impressions_organic": {"type": "integer", "index": 29, "name": "posts_impressions_organic", "comment": null}, "posts_impressions_paid": {"type": "integer", "index": 30, "name": "posts_impressions_paid", "comment": null}, "posts_impressions_viral": {"type": "integer", "index": 31, "name": "posts_impressions_viral", "comment": null}, "total_actions": {"type": "integer", "index": 32, "name": "total_actions", "comment": null}, "video_complete_views_30s": {"type": "integer", "index": 33, "name": "video_complete_views_30s", "comment": null}, "video_complete_views_30s_autoplayed": {"type": "integer", "index": 34, "name": "video_complete_views_30s_autoplayed", "comment": null}, "video_complete_views_30s_click_to_play": {"type": "integer", "index": 35, "name": "video_complete_views_30s_click_to_play", "comment": null}, "video_complete_views_30s_organic": {"type": "integer", "index": 36, "name": "video_complete_views_30s_organic", "comment": null}, "video_complete_views_30s_paid": {"type": "integer", "index": 37, "name": "video_complete_views_30s_paid", "comment": null}, "video_complete_views_30s_repeat_views": {"type": "integer", "index": 38, "name": "video_complete_views_30s_repeat_views", "comment": null}, "video_repeat_views": {"type": "integer", "index": 39, "name": "video_repeat_views", "comment": null}, "video_view_time": {"type": "numeric", "index": 40, "name": "video_view_time", "comment": null}, "video_views": {"type": "integer", "index": 41, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 42, "name": "video_views_10s", "comment": null}, "video_views_10s_autoplayed": {"type": "integer", "index": 43, "name": "video_views_10s_autoplayed", "comment": null}, "video_views_10s_click_to_play": {"type": "integer", "index": 44, "name": "video_views_10s_click_to_play", "comment": null}, "video_views_10s_organic": {"type": "integer", "index": 45, "name": "video_views_10s_organic", "comment": null}, "video_views_10s_paid": {"type": "integer", "index": 46, "name": "video_views_10s_paid", "comment": null}, "video_views_10s_repeat": {"type": "integer", "index": 47, "name": "video_views_10s_repeat", "comment": null}, "video_views_autoplayed": {"type": "integer", "index": 48, "name": "video_views_autoplayed", "comment": null}, "video_views_click_to_play": {"type": "integer", "index": 49, "name": "video_views_click_to_play", "comment": null}, "video_views_organic": {"type": "integer", "index": 50, "name": "video_views_organic", "comment": null}, "video_views_paid": {"type": "integer", "index": 51, "name": "video_views_paid", "comment": null}, "views_external_referrals": {"type": "integer", "index": 52, "name": "views_external_referrals", "comment": null}, "views_logged_in_total": {"type": "integer", "index": 53, "name": "views_logged_in_total", "comment": null}, "views_logout": {"type": "integer", "index": 54, "name": "views_logout", "comment": null}, "views_total": {"type": "integer", "index": 55, "name": "views_total", "comment": null}, "source_relation": {"type": "text", "index": 56, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total"}, "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__daily_page_metrics_total_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "page_actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "page_actions_post_reactions_anger_total", "comment": null}, "page_actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "page_actions_post_reactions_haha_total", "comment": null}, "page_actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "page_actions_post_reactions_like_total", "comment": null}, "page_actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "page_actions_post_reactions_love_total", "comment": null}, "page_actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "page_actions_post_reactions_sorry_total", "comment": null}, "page_actions_post_reactions_total": {"type": "integer", "index": 9, "name": "page_actions_post_reactions_total", "comment": null}, "page_actions_post_reactions_wow_total": {"type": "integer", "index": 10, "name": "page_actions_post_reactions_wow_total", "comment": null}, "page_consumptions": {"type": "integer", "index": 11, "name": "page_consumptions", "comment": null}, "page_content_activity": {"type": "integer", "index": 12, "name": "page_content_activity", "comment": null}, "page_engaged_users": {"type": "integer", "index": 13, "name": "page_engaged_users", "comment": null}, "page_fan_adds": {"type": "integer", "index": 14, "name": "page_fan_adds", "comment": null}, "page_fan_removes": {"type": "integer", "index": 15, "name": "page_fan_removes", "comment": null}, "page_fans": {"type": "integer", "index": 16, "name": "page_fans", "comment": null}, "page_impressions": {"type": "integer", "index": 17, "name": "page_impressions", "comment": null}, "page_impressions_nonviral": {"type": "integer", "index": 18, "name": "page_impressions_nonviral", "comment": null}, "page_impressions_organic": {"type": "integer", "index": 19, "name": "page_impressions_organic", "comment": null}, "page_impressions_paid": {"type": "integer", "index": 20, "name": "page_impressions_paid", "comment": null}, "page_impressions_viral": {"type": "integer", "index": 21, "name": "page_impressions_viral", "comment": null}, "page_negative_feedback": {"type": "integer", "index": 22, "name": "page_negative_feedback", "comment": null}, "page_places_checkin_mobile": {"type": "integer", "index": 23, "name": "page_places_checkin_mobile", "comment": null}, "page_places_checkin_total": {"type": "integer", "index": 24, "name": "page_places_checkin_total", "comment": null}, "page_post_engagements": {"type": "integer", "index": 25, "name": "page_post_engagements", "comment": null}, "page_posts_impressions": {"type": "integer", "index": 26, "name": "page_posts_impressions", "comment": null}, "page_posts_impressions_nonviral": {"type": "integer", "index": 27, "name": "page_posts_impressions_nonviral", "comment": null}, "page_posts_impressions_organic": {"type": "integer", "index": 28, "name": "page_posts_impressions_organic", "comment": null}, "page_posts_impressions_paid": {"type": "integer", "index": 29, "name": "page_posts_impressions_paid", "comment": null}, "page_posts_impressions_viral": {"type": "integer", "index": 30, "name": "page_posts_impressions_viral", "comment": null}, "page_total_actions": {"type": "integer", "index": 31, "name": "page_total_actions", "comment": null}, "page_video_complete_views_30_s": {"type": "integer", "index": 32, "name": "page_video_complete_views_30_s", "comment": null}, "page_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 33, "name": "page_video_complete_views_30_s_autoplayed", "comment": null}, "page_video_complete_views_30_s_click_to_play": {"type": "integer", "index": 34, "name": "page_video_complete_views_30_s_click_to_play", "comment": null}, "page_video_complete_views_30_s_organic": {"type": "integer", "index": 35, "name": "page_video_complete_views_30_s_organic", "comment": null}, "page_video_complete_views_30_s_paid": {"type": "integer", "index": 36, "name": "page_video_complete_views_30_s_paid", "comment": null}, "page_video_complete_views_30_s_repeat_views": {"type": "integer", "index": 37, "name": "page_video_complete_views_30_s_repeat_views", "comment": null}, "page_video_repeat_views": {"type": "integer", "index": 38, "name": "page_video_repeat_views", "comment": null}, "page_video_view_time": {"type": "integer", "index": 39, "name": "page_video_view_time", "comment": null}, "page_video_views": {"type": "integer", "index": 40, "name": "page_video_views", "comment": null}, "page_video_views_10_s": {"type": "integer", "index": 41, "name": "page_video_views_10_s", "comment": null}, "page_video_views_10_s_autoplayed": {"type": "integer", "index": 42, "name": "page_video_views_10_s_autoplayed", "comment": null}, "page_video_views_10_s_click_to_play": {"type": "integer", "index": 43, "name": "page_video_views_10_s_click_to_play", "comment": null}, "page_video_views_10_s_organic": {"type": "integer", "index": 44, "name": "page_video_views_10_s_organic", "comment": null}, "page_video_views_10_s_paid": {"type": "integer", "index": 45, "name": "page_video_views_10_s_paid", "comment": null}, "page_video_views_10_s_repeat": {"type": "integer", "index": 46, "name": "page_video_views_10_s_repeat", "comment": null}, "page_video_views_autoplayed": {"type": "integer", "index": 47, "name": "page_video_views_autoplayed", "comment": null}, "page_video_views_click_to_play": {"type": "integer", "index": 48, "name": "page_video_views_click_to_play", "comment": null}, "page_video_views_organic": {"type": "integer", "index": 49, "name": "page_video_views_organic", "comment": null}, "page_video_views_paid": {"type": "integer", "index": 50, "name": "page_video_views_paid", "comment": null}, "page_views_external_referrals": {"type": "integer", "index": 51, "name": "page_views_external_referrals", "comment": null}, "page_views_logged_in_total": {"type": "integer", "index": 52, "name": "page_views_logged_in_total", "comment": null}, "page_views_logout": {"type": "integer", "index": 53, "name": "page_views_logout", "comment": null}, "page_views_total": {"type": "integer", "index": 54, "name": "page_views_total", "comment": null}, "page_fans_online_per_day": {"type": "integer", "index": 55, "name": "page_fans_online_per_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__daily_page_metrics_total_tmp"}, "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__lifetime_post_metrics_total", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 2, "name": "date_day", "comment": null}, "post_id": {"type": "character varying", "index": 3, "name": "post_id", "comment": null}, "clicks": {"type": "integer", "index": 4, "name": "clicks", "comment": null}, "impressions": {"type": "integer", "index": 5, "name": "impressions", "comment": null}, "impressions_fan": {"type": "integer", "index": 6, "name": "impressions_fan", "comment": null}, "impressions_fan_paid": {"type": "integer", "index": 7, "name": "impressions_fan_paid", "comment": null}, "impressions_nonviral": {"type": "integer", "index": 8, "name": "impressions_nonviral", "comment": null}, "impressions_organic": {"type": "integer", "index": 9, "name": "impressions_organic", "comment": null}, "impressions_paid": {"type": "integer", "index": 10, "name": "impressions_paid", "comment": null}, "impressions_viral": {"type": "integer", "index": 11, "name": "impressions_viral", "comment": null}, "negative_feedback": {"type": "integer", "index": 12, "name": "negative_feedback", "comment": null}, "reactions_anger_total": {"type": "integer", "index": 13, "name": "reactions_anger_total", "comment": null}, "reactions_haha_total": {"type": "integer", "index": 14, "name": "reactions_haha_total", "comment": null}, "reactions_like_total": {"type": "integer", "index": 15, "name": "reactions_like_total", "comment": null}, "reactions_love_total": {"type": "integer", "index": 16, "name": "reactions_love_total", "comment": null}, "reactions_sorry_total": {"type": "integer", "index": 17, "name": "reactions_sorry_total", "comment": null}, "reactions_wow_total": {"type": "integer", "index": 18, "name": "reactions_wow_total", "comment": null}, "video_avg_time_watched": {"type": "numeric", "index": 19, "name": "video_avg_time_watched", "comment": null}, "video_complete_views_30s_autoplayed": {"type": "integer", "index": 20, "name": "video_complete_views_30s_autoplayed", "comment": null}, "video_complete_views_30s_clicked_to_play": {"type": "integer", "index": 21, "name": "video_complete_views_30s_clicked_to_play", "comment": null}, "video_complete_views_30s_organic": {"type": "integer", "index": 22, "name": "video_complete_views_30s_organic", "comment": null}, "video_complete_views_30s_paid": {"type": "integer", "index": 23, "name": "video_complete_views_30s_paid", "comment": null}, "video_complete_views_organic": {"type": "integer", "index": 24, "name": "video_complete_views_organic", "comment": null}, "video_complete_views_paid": {"type": "integer", "index": 25, "name": "video_complete_views_paid", "comment": null}, "video_length": {"type": "numeric", "index": 26, "name": "video_length", "comment": null}, "video_view_time": {"type": "numeric", "index": 27, "name": "video_view_time", "comment": null}, "video_view_time_organic": {"type": "numeric", "index": 28, "name": "video_view_time_organic", "comment": null}, "video_views": {"type": "integer", "index": 29, "name": "video_views", "comment": null}, "video_views_10s": {"type": "integer", "index": 30, "name": "video_views_10s", "comment": null}, "video_views_10s_autoplayed": {"type": "integer", "index": 31, "name": "video_views_10s_autoplayed", "comment": null}, "video_views_10s_clicked_to_play": {"type": "integer", "index": 32, "name": "video_views_10s_clicked_to_play", "comment": null}, "video_views_10s_organic": {"type": "integer", "index": 33, "name": "video_views_10s_organic", "comment": null}, "video_views_10_s_paid": {"type": "integer", "index": 34, "name": "video_views_10_s_paid", "comment": null}, "video_views_10s_sound_on": {"type": "integer", "index": 35, "name": "video_views_10s_sound_on", "comment": null}, "video_views_15s": {"type": "integer", "index": 36, "name": "video_views_15s", "comment": null}, "video_views_autoplayed": {"type": "integer", "index": 37, "name": "video_views_autoplayed", "comment": null}, "video_views_clicked_to_play": {"type": "integer", "index": 38, "name": "video_views_clicked_to_play", "comment": null}, "video_views_organic": {"type": "integer", "index": 39, "name": "video_views_organic", "comment": null}, "video_views_paid": {"type": "integer", "index": 40, "name": "video_views_paid", "comment": null}, "video_views_sound_on": {"type": "integer", "index": 41, "name": "video_views_sound_on", "comment": null}, "source_relation": {"type": "text", "index": 42, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 43, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total"}, "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__lifetime_post_metrics_total_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "post_activity": {"type": "integer", "index": 4, "name": "post_activity", "comment": null}, "post_clicks": {"type": "integer", "index": 5, "name": "post_clicks", "comment": null}, "post_engaged_fan": {"type": "integer", "index": 6, "name": "post_engaged_fan", "comment": null}, "post_engaged_users": {"type": "integer", "index": 7, "name": "post_engaged_users", "comment": null}, "post_impressions": {"type": "integer", "index": 8, "name": "post_impressions", "comment": null}, "post_impressions_fan": {"type": "integer", "index": 9, "name": "post_impressions_fan", "comment": null}, "post_impressions_fan_paid": {"type": "integer", "index": 10, "name": "post_impressions_fan_paid", "comment": null}, "post_impressions_nonviral": {"type": "integer", "index": 11, "name": "post_impressions_nonviral", "comment": null}, "post_impressions_organic": {"type": "integer", "index": 12, "name": "post_impressions_organic", "comment": null}, "post_impressions_paid": {"type": "integer", "index": 13, "name": "post_impressions_paid", "comment": null}, "post_impressions_viral": {"type": "integer", "index": 14, "name": "post_impressions_viral", "comment": null}, "post_negative_feedback": {"type": "integer", "index": 15, "name": "post_negative_feedback", "comment": null}, "post_reactions_anger_total": {"type": "integer", "index": 16, "name": "post_reactions_anger_total", "comment": null}, "post_reactions_haha_total": {"type": "integer", "index": 17, "name": "post_reactions_haha_total", "comment": null}, "post_reactions_like_total": {"type": "integer", "index": 18, "name": "post_reactions_like_total", "comment": null}, "post_reactions_love_total": {"type": "integer", "index": 19, "name": "post_reactions_love_total", "comment": null}, "post_reactions_sorry_total": {"type": "integer", "index": 20, "name": "post_reactions_sorry_total", "comment": null}, "post_reactions_wow_total": {"type": "integer", "index": 21, "name": "post_reactions_wow_total", "comment": null}, "post_video_avg_time_watched": {"type": "integer", "index": 22, "name": "post_video_avg_time_watched", "comment": null}, "post_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 23, "name": "post_video_complete_views_30_s_autoplayed", "comment": null}, "post_video_complete_views_30_s_clicked_to_play": {"type": "integer", "index": 24, "name": "post_video_complete_views_30_s_clicked_to_play", "comment": null}, "post_video_complete_views_30_s_organic": {"type": "integer", "index": 25, "name": "post_video_complete_views_30_s_organic", "comment": null}, "post_video_complete_views_30_s_paid": {"type": "integer", "index": 26, "name": "post_video_complete_views_30_s_paid", "comment": null}, "post_video_complete_views_organic": {"type": "integer", "index": 27, "name": "post_video_complete_views_organic", "comment": null}, "post_video_complete_views_paid": {"type": "integer", "index": 28, "name": "post_video_complete_views_paid", "comment": null}, "post_video_view_time": {"type": "integer", "index": 29, "name": "post_video_view_time", "comment": null}, "post_video_view_time_organic": {"type": "integer", "index": 30, "name": "post_video_view_time_organic", "comment": null}, "post_video_views": {"type": "integer", "index": 31, "name": "post_video_views", "comment": null}, "post_video_views_10_s": {"type": "integer", "index": 32, "name": "post_video_views_10_s", "comment": null}, "post_video_views_10_s_autoplayed": {"type": "integer", "index": 33, "name": "post_video_views_10_s_autoplayed", "comment": null}, "post_video_views_10_s_clicked_to_play": {"type": "integer", "index": 34, "name": "post_video_views_10_s_clicked_to_play", "comment": null}, "post_video_views_10_s_organic": {"type": "integer", "index": 35, "name": "post_video_views_10_s_organic", "comment": null}, "post_video_views_10_s_paid": {"type": "integer", "index": 36, "name": "post_video_views_10_s_paid", "comment": null}, "post_video_views_10_s_sound_on": {"type": "integer", "index": 37, "name": "post_video_views_10_s_sound_on", "comment": null}, "post_video_views_autoplayed": {"type": "integer", "index": 38, "name": "post_video_views_autoplayed", "comment": null}, "post_video_views_clicked_to_play": {"type": "integer", "index": 39, "name": "post_video_views_clicked_to_play", "comment": null}, "post_video_views_organic": {"type": "integer", "index": 40, "name": "post_video_views_organic", "comment": null}, "post_video_views_paid": {"type": "integer", "index": 41, "name": "post_video_views_paid", "comment": null}, "post_video_views_sound_on": {"type": "integer", "index": 42, "name": "post_video_views_sound_on", "comment": null}, "post_video_length": {"type": "integer", "index": 43, "name": "post_video_length", "comment": null}, "post_video_views_15_s": {"type": "integer", "index": 44, "name": "post_video_views_15_s", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__lifetime_post_metrics_total_tmp"}, "model.facebook_pages_source.stg_facebook_pages__page": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__page", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_deleted": {"type": "boolean", "index": 1, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 2, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 3, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 4, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 5, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 6, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 7, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 8, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 9, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 10, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 11, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 12, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 13, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 14, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 15, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 16, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 17, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 18, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 19, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 20, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 21, "name": "current_location", "comment": null}, "page_description": {"type": "text", "index": 22, "name": "page_description", "comment": null}, "directed_by": {"type": "integer", "index": 23, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 24, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 25, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 26, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 27, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 28, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 29, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 30, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 31, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 32, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 33, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 34, "name": "has_added_app", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 35, "name": "has_transitioned_to_new_page_experience", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "page_id": {"type": "bigint", "index": 38, "name": "page_id", "comment": null}, "impressum": {"type": "integer", "index": 39, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 40, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 41, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 42, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 43, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 44, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 45, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 46, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 47, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 48, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 49, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 50, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 51, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 52, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 53, "name": "mpg", "comment": null}, "page_name": {"type": "text", "index": 54, "name": "page_name", "comment": null}, "network": {"type": "integer", "index": 55, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 56, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 57, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 58, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 59, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 60, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 61, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 62, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 63, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 64, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 65, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 66, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 67, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 68, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 69, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 70, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 71, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 72, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 73, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 74, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 75, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 76, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 77, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 78, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 79, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 80, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 81, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 82, "name": "username", "comment": null}, "website": {"type": "text", "index": 83, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 84, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 85, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 86, "name": "written_by", "comment": null}, "source_relation": {"type": "text", "index": 87, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__page"}, "model.facebook_pages_source.stg_facebook_pages__page_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__page_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 4, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 5, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 6, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 7, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 8, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 9, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 10, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 11, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 12, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 13, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 14, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 15, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 16, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 17, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 18, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 19, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 20, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 21, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 22, "name": "current_location", "comment": null}, "description": {"type": "text", "index": 23, "name": "description", "comment": null}, "directed_by": {"type": "integer", "index": 24, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 25, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 26, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 27, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 28, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 29, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 30, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 31, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 32, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 33, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 34, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 35, "name": "has_added_app", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "impressum": {"type": "integer", "index": 38, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 39, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 40, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 41, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 42, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 43, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 44, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 45, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 46, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 47, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 48, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 49, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 50, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 51, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 52, "name": "mpg", "comment": null}, "name": {"type": "text", "index": 53, "name": "name", "comment": null}, "network": {"type": "integer", "index": 54, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 55, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 56, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 57, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 58, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 59, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 60, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 61, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 62, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 63, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 64, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 65, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 66, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 67, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 68, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 69, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 70, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 71, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 72, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 73, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 74, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 75, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 76, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 77, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 78, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 79, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 80, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 81, "name": "username", "comment": null}, "website": {"type": "text", "index": 82, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 83, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 84, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 85, "name": "written_by", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 86, "name": "has_transitioned_to_new_page_experience", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__page_tmp"}, "model.facebook_pages_source.stg_facebook_pages__post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__post_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "text", "index": 1, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 2, "name": "allowed_advertising_objects", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "post_id": {"type": "character varying", "index": 4, "name": "post_id", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 5, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 6, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 7, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 8, "name": "is_published", "comment": null}, "post_message": {"type": "text", "index": 9, "name": "post_message", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 20, "name": "updated_timestamp", "comment": null}, "post_url": {"type": "text", "index": 21, "name": "post_url", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__post_history"}, "model.facebook_pages_source.stg_facebook_pages__post_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_facebook_pages", "name": "stg_facebook_pages__post_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "updated_time": {"type": "timestamp without time zone", "index": 2, "name": "updated_time", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 4, "name": "allowed_advertising_objects", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 6, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 7, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 8, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 9, "name": "is_published", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "message": {"type": "text", "index": 20, "name": "message", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.facebook_pages_source.stg_facebook_pages__post_history_tmp"}, "model.instagram_business_source.stg_instagram_business__media_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "post_caption": {"type": "integer", "index": 3, "name": "post_caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 5, "name": "created_timestamp", "comment": null}, "post_id": {"type": "bigint", "index": 6, "name": "post_id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "post_url": {"type": "text", "index": 12, "name": "post_url", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}, "source_relation": {"type": "text", "index": 17, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 18, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_history"}, "model.instagram_business_source.stg_instagram_business__media_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "caption": {"type": "integer", "index": 3, "name": "caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "id": {"type": "bigint", "index": 6, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "permalink": {"type": "text", "index": 12, "name": "permalink", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_history_tmp"}, "model.instagram_business_source.stg_instagram_business__media_insights": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_insights", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "post_id": {"type": "bigint", "index": 9, "name": "post_id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}, "reel_comments": {"type": "integer", "index": 22, "name": "reel_comments", "comment": null}, "reel_likes": {"type": "integer", "index": 23, "name": "reel_likes", "comment": null}, "reel_plays": {"type": "integer", "index": 24, "name": "reel_plays", "comment": null}, "reel_reach": {"type": "integer", "index": 25, "name": "reel_reach", "comment": null}, "reel_shares": {"type": "integer", "index": 26, "name": "reel_shares", "comment": null}, "reel_total_interactions": {"type": "integer", "index": 27, "name": "reel_total_interactions", "comment": null}, "source_relation": {"type": "text", "index": 28, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 29, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_insights"}, "model.instagram_business_source.stg_instagram_business__media_insights_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__media_insights_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "id": {"type": "bigint", "index": 9, "name": "id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__media_insights_tmp"}, "model.instagram_business_source.stg_instagram_business__user_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__user_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "user_id": {"type": "bigint", "index": 5, "name": "user_id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "account_name": {"type": "text", "index": 8, "name": "account_name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 12, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__user_history"}, "model.instagram_business_source.stg_instagram_business__user_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_instagram_business", "name": "stg_instagram_business__user_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "id": {"type": "bigint", "index": 5, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.instagram_business_source.stg_instagram_business__user_history_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__organization": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organization_id": {"type": "integer", "index": 1, "name": "organization_id", "comment": null}, "organization_name": {"type": "text", "index": 2, "name": "organization_name", "comment": null}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization"}, "model.linkedin_pages_source.stg_linkedin_pages__organization_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cover_photo_v_2_crop_info_height": {"type": "integer", "index": 3, "name": "cover_photo_v_2_crop_info_height", "comment": null}, "cover_photo_v_2_crop_info_width": {"type": "integer", "index": 4, "name": "cover_photo_v_2_crop_info_width", "comment": null}, "cover_photo_v_2_crop_info_x": {"type": "integer", "index": 5, "name": "cover_photo_v_2_crop_info_x", "comment": null}, "cover_photo_v_2_crop_info_y": {"type": "integer", "index": 6, "name": "cover_photo_v_2_crop_info_y", "comment": null}, "cover_photo_v_2_cropped": {"type": "text", "index": 7, "name": "cover_photo_v_2_cropped", "comment": null}, "cover_photo_v_2_original": {"type": "text", "index": 8, "name": "cover_photo_v_2_original", "comment": null}, "default_locale_country": {"type": "text", "index": 9, "name": "default_locale_country", "comment": null}, "default_locale_language": {"type": "text", "index": 10, "name": "default_locale_language", "comment": null}, "description_preferred_locale_country": {"type": "text", "index": 11, "name": "description_preferred_locale_country", "comment": null}, "description_preferred_locale_language": {"type": "text", "index": 12, "name": "description_preferred_locale_language", "comment": null}, "founded_on_day": {"type": "integer", "index": 13, "name": "founded_on_day", "comment": null}, "founded_on_month": {"type": "integer", "index": 14, "name": "founded_on_month", "comment": null}, "founded_on_year": {"type": "integer", "index": 15, "name": "founded_on_year", "comment": null}, "logo_v_2_crop_info_height": {"type": "integer", "index": 16, "name": "logo_v_2_crop_info_height", "comment": null}, "logo_v_2_crop_info_width": {"type": "integer", "index": 17, "name": "logo_v_2_crop_info_width", "comment": null}, "logo_v_2_crop_info_x": {"type": "integer", "index": 18, "name": "logo_v_2_crop_info_x", "comment": null}, "logo_v_2_crop_info_y": {"type": "integer", "index": 19, "name": "logo_v_2_crop_info_y", "comment": null}, "logo_v_2_cropped": {"type": "text", "index": 20, "name": "logo_v_2_cropped", "comment": null}, "logo_v_2_original": {"type": "text", "index": 21, "name": "logo_v_2_original", "comment": null}, "name_preferred_locale_country": {"type": "text", "index": 22, "name": "name_preferred_locale_country", "comment": null}, "name_preferred_locale_language": {"type": "text", "index": 23, "name": "name_preferred_locale_language", "comment": null}, "organization_status": {"type": "text", "index": 24, "name": "organization_status", "comment": null}, "organization_type": {"type": "text", "index": 25, "name": "organization_type", "comment": null}, "overview_photo_v_2_crop_info_height": {"type": "integer", "index": 26, "name": "overview_photo_v_2_crop_info_height", "comment": null}, "overview_photo_v_2_crop_info_width": {"type": "integer", "index": 27, "name": "overview_photo_v_2_crop_info_width", "comment": null}, "overview_photo_v_2_crop_info_x": {"type": "integer", "index": 28, "name": "overview_photo_v_2_crop_info_x", "comment": null}, "overview_photo_v_2_crop_info_y": {"type": "integer", "index": 29, "name": "overview_photo_v_2_crop_info_y", "comment": null}, "overview_photo_v_2_cropped": {"type": "integer", "index": 30, "name": "overview_photo_v_2_cropped", "comment": null}, "overview_photo_v_2_original": {"type": "integer", "index": 31, "name": "overview_photo_v_2_original", "comment": null}, "parent_relationship_parent_id": {"type": "integer", "index": 32, "name": "parent_relationship_parent_id", "comment": null}, "parent_relationship_status": {"type": "integer", "index": 33, "name": "parent_relationship_status", "comment": null}, "parent_relationship_type": {"type": "integer", "index": 34, "name": "parent_relationship_type", "comment": null}, "primary_organization_type": {"type": "text", "index": 35, "name": "primary_organization_type", "comment": null}, "school_attributes_hierarchy_classification": {"type": "integer", "index": 36, "name": "school_attributes_hierarchy_classification", "comment": null}, "school_attributes_legacy_school": {"type": "integer", "index": 37, "name": "school_attributes_legacy_school", "comment": null}, "school_attributes_type": {"type": "integer", "index": 38, "name": "school_attributes_type", "comment": null}, "school_attributes_year_level": {"type": "integer", "index": 39, "name": "school_attributes_year_level", "comment": null}, "staff_count_range": {"type": "integer", "index": 40, "name": "staff_count_range", "comment": null}, "version_tag": {"type": "integer", "index": 41, "name": "version_tag", "comment": null}, "website_preferred_locale_country": {"type": "text", "index": 42, "name": "website_preferred_locale_country", "comment": null}, "website_preferred_locale_language": {"type": "text", "index": 43, "name": "website_preferred_locale_language", "comment": null}, "description_localized": {"type": "text", "index": 44, "name": "description_localized", "comment": null}, "localized_description": {"type": "text", "index": 45, "name": "localized_description", "comment": null}, "localized_name": {"type": "text", "index": 46, "name": "localized_name", "comment": null}, "localized_website": {"type": "text", "index": 47, "name": "localized_website", "comment": null}, "name_localized": {"type": "text", "index": 48, "name": "name_localized", "comment": null}, "vanity_name": {"type": "text", "index": 49, "name": "vanity_name", "comment": null}, "website_localized": {"type": "text", "index": 50, "name": "website_localized", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization_ugc_post", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "organization_id": {"type": "integer", "index": 2, "name": "organization_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 3, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post"}, "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__organization_ugc_post_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organiation_id": {"type": "integer", "index": 1, "name": "organiation_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__organization_ugc_post_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__share_statistic": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__share_statistic", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "organization_entity_urn": {"type": "text", "index": 3, "name": "organization_entity_urn", "comment": null}, "share_entity_urn": {"type": "text", "index": 4, "name": "share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__share_statistic"}, "model.linkedin_pages_source.stg_linkedin_pages__share_statistic_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__share_statistic_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_organization_entity_urn": {"type": "text", "index": 3, "name": "_organization_entity_urn", "comment": null}, "_share_entity_urn": {"type": "text", "index": 4, "name": "_share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__share_statistic_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "post_author": {"type": "text", "index": 2, "name": "post_author", "comment": null}, "created_actor": {"type": "text", "index": 3, "name": "created_actor", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "deleted_actor": {"type": "integer", "index": 5, "name": "deleted_actor", "comment": null}, "deleted_timestamp": {"type": "integer", "index": 6, "name": "deleted_timestamp", "comment": null}, "first_published_timestamp": {"type": "timestamp without time zone", "index": 7, "name": "first_published_timestamp", "comment": null}, "ugc_post_id": {"type": "text", "index": 8, "name": "ugc_post_id", "comment": null}, "ugc_post_urn": {"type": "text", "index": 9, "name": "ugc_post_urn", "comment": null}, "post_url": {"type": "text", "index": 10, "name": "post_url", "comment": null}, "last_modified_actor": {"type": "text", "index": 11, "name": "last_modified_actor", "comment": null}, "last_modified_timestamp": {"type": "timestamp without time zone", "index": 12, "name": "last_modified_timestamp", "comment": null}, "lifecycle_state": {"type": "text", "index": 13, "name": "lifecycle_state", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 14, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 15, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 16, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 17, "name": "specific_content_share_commentary_text", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 18, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 19, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 20, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 21, "name": "visibility", "comment": null}, "source_relation": {"type": "text", "index": 22, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "last_modified_time": {"type": "timestamp without time zone", "index": 2, "name": "last_modified_time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "author": {"type": "text", "index": 4, "name": "author", "comment": null}, "client_application": {"type": "text", "index": 5, "name": "client_application", "comment": null}, "container_entity": {"type": "text", "index": 6, "name": "container_entity", "comment": null}, "content_certification_record": {"type": "text", "index": 7, "name": "content_certification_record", "comment": null}, "created_actor": {"type": "text", "index": 8, "name": "created_actor", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 9, "name": "created_time", "comment": null}, "deleted_actor": {"type": "integer", "index": 10, "name": "deleted_actor", "comment": null}, "deleted_time": {"type": "integer", "index": 11, "name": "deleted_time", "comment": null}, "distribution_distributed_via_follow_feed": {"type": "boolean", "index": 12, "name": "distribution_distributed_via_follow_feed", "comment": null}, "distribution_external_distribution_channels": {"type": "text", "index": 13, "name": "distribution_external_distribution_channels", "comment": null}, "distribution_feed_distribution": {"type": "text", "index": 14, "name": "distribution_feed_distribution", "comment": null}, "first_published_at": {"type": "timestamp without time zone", "index": 15, "name": "first_published_at", "comment": null}, "last_modified_actor": {"type": "text", "index": 16, "name": "last_modified_actor", "comment": null}, "lifecycle_state": {"type": "text", "index": 17, "name": "lifecycle_state", "comment": null}, "response_context_parent": {"type": "integer", "index": 18, "name": "response_context_parent", "comment": null}, "response_context_root": {"type": "integer", "index": 19, "name": "response_context_root", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 20, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 21, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 22, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 23, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 24, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 25, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 26, "name": "visibility", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 27, "name": "specific_content_share_commentary_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_history_tmp"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_share_statistic", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "share_statistic_id": {"type": "text", "index": 2, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 3, "name": "ugc_post_id", "comment": null}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic"}, "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_linkedin_pages", "name": "stg_linkedin_pages__ugc_post_share_statistic_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.linkedin_pages_source.stg_linkedin_pages__ugc_post_share_statistic_tmp"}, "model.twitter_organic_source.stg_twitter_organic__account_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__account_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "business_id": {"type": "integer", "index": 2, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 3, "name": "business_name", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "industry_type": {"type": "integer", "index": 7, "name": "industry_type", "comment": null}, "account_name": {"type": "text", "index": 8, "name": "account_name", "comment": null}, "timezone": {"type": "text", "index": 9, "name": "timezone", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 10, "name": "updated_timestamp", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__account_history"}, "model.twitter_organic_source.stg_twitter_organic__account_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__account_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "approval_status": {"type": "text", "index": 4, "name": "approval_status", "comment": null}, "business_id": {"type": "integer", "index": 5, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 6, "name": "business_name", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "deleted": {"type": "boolean", "index": 8, "name": "deleted", "comment": null}, "industry_type": {"type": "integer", "index": 9, "name": "industry_type", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "salt": {"type": "integer", "index": 11, "name": "salt", "comment": null}, "timezone": {"type": "text", "index": 12, "name": "timezone", "comment": null}, "timezone_switch_at": {"type": "timestamp without time zone", "index": 13, "name": "timezone_switch_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__account_history_tmp"}, "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__organic_tweet_report", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "app_clicks": {"type": "integer", "index": 3, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 4, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 5, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 6, "name": "clicks", "comment": null}, "date_day": {"type": "timestamp without time zone", "index": 7, "name": "date_day", "comment": null}, "engagements": {"type": "integer", "index": 8, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 9, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 10, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 11, "name": "likes", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 12, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 13, "name": "placement", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}, "source_relation": {"type": "text", "index": 31, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report"}, "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__organic_tweet_report_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "text", "index": 1, "name": "account_id", "comment": null}, "date": {"type": "timestamp without time zone", "index": 2, "name": "date", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 3, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 4, "name": "placement", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "app_clicks": {"type": "integer", "index": 6, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 7, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 8, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 9, "name": "clicks", "comment": null}, "engagements": {"type": "integer", "index": 10, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 11, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 12, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 13, "name": "likes", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__organic_tweet_report_tmp"}, "model.twitter_organic_source.stg_twitter_organic__tweet": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__tweet", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 2, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 3, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 4, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 5, "name": "coordinates_type", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 6, "name": "created_timestamp", "comment": null}, "favorite_count": {"type": "integer", "index": 7, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 8, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 9, "name": "followers", "comment": null}, "tweet_text": {"type": "text", "index": 10, "name": "tweet_text", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 13, "name": "organic_tweet_id", "comment": null}, "post_url": {"type": "text", "index": 14, "name": "post_url", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 15, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 16, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 17, "name": "in_reply_to_user_id", "comment": null}, "language": {"type": "text", "index": 18, "name": "language", "comment": null}, "media_key": {"type": "integer", "index": 19, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 20, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 21, "name": "retweeted", "comment": null}, "source": {"type": "text", "index": 22, "name": "source", "comment": null}, "truncated": {"type": "boolean", "index": 23, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 24, "name": "tweet_type", "comment": null}, "user_id": {"type": "bigint", "index": 25, "name": "user_id", "comment": null}, "source_relation": {"type": "text", "index": 26, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__tweet"}, "model.twitter_organic_source.stg_twitter_organic__tweet_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__tweet_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 4, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 5, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 6, "name": "coordinates_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "favorite_count": {"type": "integer", "index": 8, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 9, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 10, "name": "followers", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 13, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 14, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 15, "name": "in_reply_to_user_id", "comment": null}, "lang": {"type": "text", "index": 16, "name": "lang", "comment": null}, "media_key": {"type": "integer", "index": 17, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 18, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 19, "name": "retweeted", "comment": null}, "truncated": {"type": "boolean", "index": 20, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 21, "name": "tweet_type", "comment": null}, "user_id": {"type": "integer", "index": 22, "name": "user_id", "comment": null}, "source": {"type": "text", "index": 23, "name": "source", "comment": null}, "full_test": {"type": "text", "index": 24, "name": "full_test", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__tweet_tmp"}, "model.twitter_organic_source.stg_twitter_organic__twitter_user_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__twitter_user_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "user_description": {"type": "text", "index": 3, "name": "user_description", "comment": null}, "followers_count": {"type": "integer", "index": 4, "name": "followers_count", "comment": null}, "user_id": {"type": "bigint", "index": 5, "name": "user_id", "comment": null}, "user_location": {"type": "text", "index": 6, "name": "user_location", "comment": null}, "user_name": {"type": "text", "index": 7, "name": "user_name", "comment": null}, "user_screen_name": {"type": "text", "index": 8, "name": "user_screen_name", "comment": null}, "source_relation": {"type": "text", "index": 9, "name": "source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__twitter_user_history"}, "model.twitter_organic_source.stg_twitter_organic__twitter_user_history_tmp": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_stg_twitter_organic", "name": "stg_twitter_organic__twitter_user_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "contributors_enabled": {"type": "boolean", "index": 3, "name": "contributors_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "default_profile": {"type": "boolean", "index": 5, "name": "default_profile", "comment": null}, "default_profile_image": {"type": "boolean", "index": 6, "name": "default_profile_image", "comment": null}, "description": {"type": "text", "index": 7, "name": "description", "comment": null}, "favourites_count": {"type": "integer", "index": 8, "name": "favourites_count", "comment": null}, "followers_count": {"type": "integer", "index": 9, "name": "followers_count", "comment": null}, "friends_count": {"type": "integer", "index": 10, "name": "friends_count", "comment": null}, "geo_enabled": {"type": "boolean", "index": 11, "name": "geo_enabled", "comment": null}, "is_translation_enabled": {"type": "boolean", "index": 12, "name": "is_translation_enabled", "comment": null}, "is_translator": {"type": "boolean", "index": 13, "name": "is_translator", "comment": null}, "lang": {"type": "integer", "index": 14, "name": "lang", "comment": null}, "listed_count": {"type": "integer", "index": 15, "name": "listed_count", "comment": null}, "location": {"type": "text", "index": 16, "name": "location", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "profile_background_image_url": {"type": "text", "index": 18, "name": "profile_background_image_url", "comment": null}, "profile_background_image_url_https": {"type": "text", "index": 19, "name": "profile_background_image_url_https", "comment": null}, "profile_background_tile": {"type": "boolean", "index": 20, "name": "profile_background_tile", "comment": null}, "profile_banner_url": {"type": "text", "index": 21, "name": "profile_banner_url", "comment": null}, "profile_image_url": {"type": "text", "index": 22, "name": "profile_image_url", "comment": null}, "profile_image_url_https": {"type": "text", "index": 23, "name": "profile_image_url_https", "comment": null}, "profile_use_background_image": {"type": "boolean", "index": 24, "name": "profile_use_background_image", "comment": null}, "protected_user": {"type": "boolean", "index": 25, "name": "protected_user", "comment": null}, "screen_name": {"type": "text", "index": 26, "name": "screen_name", "comment": null}, "statuses_count": {"type": "integer", "index": 27, "name": "statuses_count", "comment": null}, "time_zone": {"type": "integer", "index": 28, "name": "time_zone", "comment": null}, "url": {"type": "text", "index": 29, "name": "url", "comment": null}, "utc_offset": {"type": "integer", "index": 30, "name": "utc_offset", "comment": null}, "verified": {"type": "boolean", "index": 31, "name": "verified", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic_source.stg_twitter_organic__twitter_user_history_tmp"}, "model.twitter_organic.int_twitter_organic__latest_account": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_twitter_organic", "name": "int_twitter_organic__latest_account", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "business_id": {"type": "integer", "index": 2, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 3, "name": "business_name", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 4, "name": "created_timestamp", "comment": null}, "is_deleted": {"type": "boolean", "index": 5, "name": "is_deleted", "comment": null}, "account_id": {"type": "text", "index": 6, "name": "account_id", "comment": null}, "industry_type": {"type": "integer", "index": 7, "name": "industry_type", "comment": null}, "account_name": {"type": "text", "index": 8, "name": "account_name", "comment": null}, "timezone": {"type": "text", "index": 9, "name": "timezone", "comment": null}, "updated_timestamp": {"type": "timestamp without time zone", "index": 10, "name": "updated_timestamp", "comment": null}, "source_relation": {"type": "text", "index": 11, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 12, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic.int_twitter_organic__latest_account"}, "model.twitter_organic.int_twitter_organic__latest_user": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_twitter_organic", "name": "int_twitter_organic__latest_user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_synced": {"type": "timestamp without time zone", "index": 1, "name": "_fivetran_synced", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 2, "name": "created_timestamp", "comment": null}, "user_description": {"type": "text", "index": 3, "name": "user_description", "comment": null}, "followers_count": {"type": "integer", "index": 4, "name": "followers_count", "comment": null}, "user_id": {"type": "bigint", "index": 5, "name": "user_id", "comment": null}, "user_location": {"type": "text", "index": 6, "name": "user_location", "comment": null}, "user_name": {"type": "text", "index": 7, "name": "user_name", "comment": null}, "user_screen_name": {"type": "text", "index": 8, "name": "user_screen_name", "comment": null}, "source_relation": {"type": "text", "index": 9, "name": "source_relation", "comment": null}, "is_most_recent_record": {"type": "boolean", "index": 10, "name": "is_most_recent_record", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic.int_twitter_organic__latest_user"}, "model.twitter_organic.twitter_organic__tweets": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests_twitter_organic", "name": "twitter_organic__tweets", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "timestamp without time zone", "index": 1, "name": "date_day", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 2, "name": "organic_tweet_id", "comment": null}, "created_timestamp": {"type": "timestamp without time zone", "index": 3, "name": "created_timestamp", "comment": null}, "tweet_text": {"type": "text", "index": 4, "name": "tweet_text", "comment": null}, "account_id": {"type": "text", "index": 5, "name": "account_id", "comment": null}, "post_url": {"type": "text", "index": 6, "name": "post_url", "comment": null}, "account_name": {"type": "text", "index": 7, "name": "account_name", "comment": null}, "user_id": {"type": "bigint", "index": 8, "name": "user_id", "comment": null}, "user_name": {"type": "text", "index": 9, "name": "user_name", "comment": null}, "source_relation": {"type": "text", "index": 10, "name": "source_relation", "comment": null}, "app_clicks": {"type": "bigint", "index": 11, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "bigint", "index": 12, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "bigint", "index": 13, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "bigint", "index": 14, "name": "clicks", "comment": null}, "engagements": {"type": "bigint", "index": 15, "name": "engagements", "comment": null}, "follows": {"type": "bigint", "index": 16, "name": "follows", "comment": null}, "impressions": {"type": "bigint", "index": 17, "name": "impressions", "comment": null}, "likes": {"type": "bigint", "index": 18, "name": "likes", "comment": null}, "poll_card_vote": {"type": "bigint", "index": 19, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "bigint", "index": 20, "name": "qualified_impressions", "comment": null}, "replies": {"type": "bigint", "index": 21, "name": "replies", "comment": null}, "retweets": {"type": "bigint", "index": 22, "name": "retweets", "comment": null}, "unfollows": {"type": "bigint", "index": 23, "name": "unfollows", "comment": null}, "url_clicks": {"type": "bigint", "index": 24, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "bigint", "index": 25, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "bigint", "index": 26, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "bigint", "index": 27, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "bigint", "index": 28, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "bigint", "index": 29, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "bigint", "index": 30, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "bigint", "index": 31, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "bigint", "index": 32, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "bigint", "index": 33, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "bigint", "index": 34, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.twitter_organic.twitter_organic__tweets"}}, "sources": {"source.facebook_pages_source.facebook_pages.daily_page_metrics_total": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_daily_page_metrics_total_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "page_id": {"type": "bigint", "index": 2, "name": "page_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "page_actions_post_reactions_anger_total": {"type": "integer", "index": 4, "name": "page_actions_post_reactions_anger_total", "comment": null}, "page_actions_post_reactions_haha_total": {"type": "integer", "index": 5, "name": "page_actions_post_reactions_haha_total", "comment": null}, "page_actions_post_reactions_like_total": {"type": "integer", "index": 6, "name": "page_actions_post_reactions_like_total", "comment": null}, "page_actions_post_reactions_love_total": {"type": "integer", "index": 7, "name": "page_actions_post_reactions_love_total", "comment": null}, "page_actions_post_reactions_sorry_total": {"type": "integer", "index": 8, "name": "page_actions_post_reactions_sorry_total", "comment": null}, "page_actions_post_reactions_total": {"type": "integer", "index": 9, "name": "page_actions_post_reactions_total", "comment": null}, "page_actions_post_reactions_wow_total": {"type": "integer", "index": 10, "name": "page_actions_post_reactions_wow_total", "comment": null}, "page_consumptions": {"type": "integer", "index": 11, "name": "page_consumptions", "comment": null}, "page_content_activity": {"type": "integer", "index": 12, "name": "page_content_activity", "comment": null}, "page_engaged_users": {"type": "integer", "index": 13, "name": "page_engaged_users", "comment": null}, "page_fan_adds": {"type": "integer", "index": 14, "name": "page_fan_adds", "comment": null}, "page_fan_removes": {"type": "integer", "index": 15, "name": "page_fan_removes", "comment": null}, "page_fans": {"type": "integer", "index": 16, "name": "page_fans", "comment": null}, "page_impressions": {"type": "integer", "index": 17, "name": "page_impressions", "comment": null}, "page_impressions_nonviral": {"type": "integer", "index": 18, "name": "page_impressions_nonviral", "comment": null}, "page_impressions_organic": {"type": "integer", "index": 19, "name": "page_impressions_organic", "comment": null}, "page_impressions_paid": {"type": "integer", "index": 20, "name": "page_impressions_paid", "comment": null}, "page_impressions_viral": {"type": "integer", "index": 21, "name": "page_impressions_viral", "comment": null}, "page_negative_feedback": {"type": "integer", "index": 22, "name": "page_negative_feedback", "comment": null}, "page_places_checkin_mobile": {"type": "integer", "index": 23, "name": "page_places_checkin_mobile", "comment": null}, "page_places_checkin_total": {"type": "integer", "index": 24, "name": "page_places_checkin_total", "comment": null}, "page_post_engagements": {"type": "integer", "index": 25, "name": "page_post_engagements", "comment": null}, "page_posts_impressions": {"type": "integer", "index": 26, "name": "page_posts_impressions", "comment": null}, "page_posts_impressions_nonviral": {"type": "integer", "index": 27, "name": "page_posts_impressions_nonviral", "comment": null}, "page_posts_impressions_organic": {"type": "integer", "index": 28, "name": "page_posts_impressions_organic", "comment": null}, "page_posts_impressions_paid": {"type": "integer", "index": 29, "name": "page_posts_impressions_paid", "comment": null}, "page_posts_impressions_viral": {"type": "integer", "index": 30, "name": "page_posts_impressions_viral", "comment": null}, "page_total_actions": {"type": "integer", "index": 31, "name": "page_total_actions", "comment": null}, "page_video_complete_views_30_s": {"type": "integer", "index": 32, "name": "page_video_complete_views_30_s", "comment": null}, "page_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 33, "name": "page_video_complete_views_30_s_autoplayed", "comment": null}, "page_video_complete_views_30_s_click_to_play": {"type": "integer", "index": 34, "name": "page_video_complete_views_30_s_click_to_play", "comment": null}, "page_video_complete_views_30_s_organic": {"type": "integer", "index": 35, "name": "page_video_complete_views_30_s_organic", "comment": null}, "page_video_complete_views_30_s_paid": {"type": "integer", "index": 36, "name": "page_video_complete_views_30_s_paid", "comment": null}, "page_video_complete_views_30_s_repeat_views": {"type": "integer", "index": 37, "name": "page_video_complete_views_30_s_repeat_views", "comment": null}, "page_video_repeat_views": {"type": "integer", "index": 38, "name": "page_video_repeat_views", "comment": null}, "page_video_view_time": {"type": "integer", "index": 39, "name": "page_video_view_time", "comment": null}, "page_video_views": {"type": "integer", "index": 40, "name": "page_video_views", "comment": null}, "page_video_views_10_s": {"type": "integer", "index": 41, "name": "page_video_views_10_s", "comment": null}, "page_video_views_10_s_autoplayed": {"type": "integer", "index": 42, "name": "page_video_views_10_s_autoplayed", "comment": null}, "page_video_views_10_s_click_to_play": {"type": "integer", "index": 43, "name": "page_video_views_10_s_click_to_play", "comment": null}, "page_video_views_10_s_organic": {"type": "integer", "index": 44, "name": "page_video_views_10_s_organic", "comment": null}, "page_video_views_10_s_paid": {"type": "integer", "index": 45, "name": "page_video_views_10_s_paid", "comment": null}, "page_video_views_10_s_repeat": {"type": "integer", "index": 46, "name": "page_video_views_10_s_repeat", "comment": null}, "page_video_views_autoplayed": {"type": "integer", "index": 47, "name": "page_video_views_autoplayed", "comment": null}, "page_video_views_click_to_play": {"type": "integer", "index": 48, "name": "page_video_views_click_to_play", "comment": null}, "page_video_views_organic": {"type": "integer", "index": 49, "name": "page_video_views_organic", "comment": null}, "page_video_views_paid": {"type": "integer", "index": 50, "name": "page_video_views_paid", "comment": null}, "page_views_external_referrals": {"type": "integer", "index": 51, "name": "page_views_external_referrals", "comment": null}, "page_views_logged_in_total": {"type": "integer", "index": 52, "name": "page_views_logged_in_total", "comment": null}, "page_views_logout": {"type": "integer", "index": 53, "name": "page_views_logout", "comment": null}, "page_views_total": {"type": "integer", "index": 54, "name": "page_views_total", "comment": null}, "page_fans_online_per_day": {"type": "integer", "index": 55, "name": "page_fans_online_per_day", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.facebook_pages_source.facebook_pages.daily_page_metrics_total"}, "source.facebook_pages_source.facebook_pages.lifetime_post_metrics_total": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_lifetime_post_metrics_total_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date": {"type": "timestamp without time zone", "index": 1, "name": "date", "comment": null}, "post_id": {"type": "character varying", "index": 2, "name": "post_id", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "post_activity": {"type": "integer", "index": 4, "name": "post_activity", "comment": null}, "post_clicks": {"type": "integer", "index": 5, "name": "post_clicks", "comment": null}, "post_engaged_fan": {"type": "integer", "index": 6, "name": "post_engaged_fan", "comment": null}, "post_engaged_users": {"type": "integer", "index": 7, "name": "post_engaged_users", "comment": null}, "post_impressions": {"type": "integer", "index": 8, "name": "post_impressions", "comment": null}, "post_impressions_fan": {"type": "integer", "index": 9, "name": "post_impressions_fan", "comment": null}, "post_impressions_fan_paid": {"type": "integer", "index": 10, "name": "post_impressions_fan_paid", "comment": null}, "post_impressions_nonviral": {"type": "integer", "index": 11, "name": "post_impressions_nonviral", "comment": null}, "post_impressions_organic": {"type": "integer", "index": 12, "name": "post_impressions_organic", "comment": null}, "post_impressions_paid": {"type": "integer", "index": 13, "name": "post_impressions_paid", "comment": null}, "post_impressions_viral": {"type": "integer", "index": 14, "name": "post_impressions_viral", "comment": null}, "post_negative_feedback": {"type": "integer", "index": 15, "name": "post_negative_feedback", "comment": null}, "post_reactions_anger_total": {"type": "integer", "index": 16, "name": "post_reactions_anger_total", "comment": null}, "post_reactions_haha_total": {"type": "integer", "index": 17, "name": "post_reactions_haha_total", "comment": null}, "post_reactions_like_total": {"type": "integer", "index": 18, "name": "post_reactions_like_total", "comment": null}, "post_reactions_love_total": {"type": "integer", "index": 19, "name": "post_reactions_love_total", "comment": null}, "post_reactions_sorry_total": {"type": "integer", "index": 20, "name": "post_reactions_sorry_total", "comment": null}, "post_reactions_wow_total": {"type": "integer", "index": 21, "name": "post_reactions_wow_total", "comment": null}, "post_video_avg_time_watched": {"type": "integer", "index": 22, "name": "post_video_avg_time_watched", "comment": null}, "post_video_complete_views_30_s_autoplayed": {"type": "integer", "index": 23, "name": "post_video_complete_views_30_s_autoplayed", "comment": null}, "post_video_complete_views_30_s_clicked_to_play": {"type": "integer", "index": 24, "name": "post_video_complete_views_30_s_clicked_to_play", "comment": null}, "post_video_complete_views_30_s_organic": {"type": "integer", "index": 25, "name": "post_video_complete_views_30_s_organic", "comment": null}, "post_video_complete_views_30_s_paid": {"type": "integer", "index": 26, "name": "post_video_complete_views_30_s_paid", "comment": null}, "post_video_complete_views_organic": {"type": "integer", "index": 27, "name": "post_video_complete_views_organic", "comment": null}, "post_video_complete_views_paid": {"type": "integer", "index": 28, "name": "post_video_complete_views_paid", "comment": null}, "post_video_view_time": {"type": "integer", "index": 29, "name": "post_video_view_time", "comment": null}, "post_video_view_time_organic": {"type": "integer", "index": 30, "name": "post_video_view_time_organic", "comment": null}, "post_video_views": {"type": "integer", "index": 31, "name": "post_video_views", "comment": null}, "post_video_views_10_s": {"type": "integer", "index": 32, "name": "post_video_views_10_s", "comment": null}, "post_video_views_10_s_autoplayed": {"type": "integer", "index": 33, "name": "post_video_views_10_s_autoplayed", "comment": null}, "post_video_views_10_s_clicked_to_play": {"type": "integer", "index": 34, "name": "post_video_views_10_s_clicked_to_play", "comment": null}, "post_video_views_10_s_organic": {"type": "integer", "index": 35, "name": "post_video_views_10_s_organic", "comment": null}, "post_video_views_10_s_paid": {"type": "integer", "index": 36, "name": "post_video_views_10_s_paid", "comment": null}, "post_video_views_10_s_sound_on": {"type": "integer", "index": 37, "name": "post_video_views_10_s_sound_on", "comment": null}, "post_video_views_autoplayed": {"type": "integer", "index": 38, "name": "post_video_views_autoplayed", "comment": null}, "post_video_views_clicked_to_play": {"type": "integer", "index": 39, "name": "post_video_views_clicked_to_play", "comment": null}, "post_video_views_organic": {"type": "integer", "index": 40, "name": "post_video_views_organic", "comment": null}, "post_video_views_paid": {"type": "integer", "index": 41, "name": "post_video_views_paid", "comment": null}, "post_video_views_sound_on": {"type": "integer", "index": 42, "name": "post_video_views_sound_on", "comment": null}, "post_video_length": {"type": "integer", "index": 43, "name": "post_video_length", "comment": null}, "post_video_views_15_s": {"type": "integer", "index": 44, "name": "post_video_views_15_s", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.facebook_pages_source.facebook_pages.lifetime_post_metrics_total"}, "source.facebook_pages_source.facebook_pages.page": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_page_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "affiliation": {"type": "integer", "index": 4, "name": "affiliation", "comment": null}, "app_id": {"type": "integer", "index": 5, "name": "app_id", "comment": null}, "artists_we_like": {"type": "integer", "index": 6, "name": "artists_we_like", "comment": null}, "attire": {"type": "integer", "index": 7, "name": "attire", "comment": null}, "awards": {"type": "integer", "index": 8, "name": "awards", "comment": null}, "band_interests": {"type": "integer", "index": 9, "name": "band_interests", "comment": null}, "band_members": {"type": "integer", "index": 10, "name": "band_members", "comment": null}, "bio": {"type": "integer", "index": 11, "name": "bio", "comment": null}, "birthday": {"type": "integer", "index": 12, "name": "birthday", "comment": null}, "booking_agent": {"type": "integer", "index": 13, "name": "booking_agent", "comment": null}, "built": {"type": "integer", "index": 14, "name": "built", "comment": null}, "can_checkin": {"type": "boolean", "index": 15, "name": "can_checkin", "comment": null}, "can_post": {"type": "boolean", "index": 16, "name": "can_post", "comment": null}, "category": {"type": "text", "index": 17, "name": "category", "comment": null}, "category_list": {"type": "text", "index": 18, "name": "category_list", "comment": null}, "checkins": {"type": "integer", "index": 19, "name": "checkins", "comment": null}, "company_overview": {"type": "integer", "index": 20, "name": "company_overview", "comment": null}, "culinary_team": {"type": "integer", "index": 21, "name": "culinary_team", "comment": null}, "current_location": {"type": "integer", "index": 22, "name": "current_location", "comment": null}, "description": {"type": "text", "index": 23, "name": "description", "comment": null}, "directed_by": {"type": "integer", "index": 24, "name": "directed_by", "comment": null}, "display_subtext": {"type": "text", "index": 25, "name": "display_subtext", "comment": null}, "emails": {"type": "text", "index": 26, "name": "emails", "comment": null}, "fan_count": {"type": "integer", "index": 27, "name": "fan_count", "comment": null}, "features": {"type": "integer", "index": 28, "name": "features", "comment": null}, "food_styles": {"type": "integer", "index": 29, "name": "food_styles", "comment": null}, "founded": {"type": "integer", "index": 30, "name": "founded", "comment": null}, "general_info": {"type": "integer", "index": 31, "name": "general_info", "comment": null}, "general_manager": {"type": "integer", "index": 32, "name": "general_manager", "comment": null}, "genre": {"type": "integer", "index": 33, "name": "genre", "comment": null}, "global_brand_page_name": {"type": "text", "index": 34, "name": "global_brand_page_name", "comment": null}, "has_added_app": {"type": "integer", "index": 35, "name": "has_added_app", "comment": null}, "has_whatsapp_number": {"type": "integer", "index": 36, "name": "has_whatsapp_number", "comment": null}, "hometown": {"type": "integer", "index": 37, "name": "hometown", "comment": null}, "impressum": {"type": "integer", "index": 38, "name": "impressum", "comment": null}, "influences": {"type": "integer", "index": 39, "name": "influences", "comment": null}, "is_always_open": {"type": "boolean", "index": 40, "name": "is_always_open", "comment": null}, "is_chain": {"type": "integer", "index": 41, "name": "is_chain", "comment": null}, "is_community_page": {"type": "boolean", "index": 42, "name": "is_community_page", "comment": null}, "is_eligible_for_branded_content": {"type": "boolean", "index": 43, "name": "is_eligible_for_branded_content", "comment": null}, "is_messenger_bot_get_started_enabled": {"type": "boolean", "index": 44, "name": "is_messenger_bot_get_started_enabled", "comment": null}, "is_messenger_platform_bot": {"type": "boolean", "index": 45, "name": "is_messenger_platform_bot", "comment": null}, "is_owned": {"type": "boolean", "index": 46, "name": "is_owned", "comment": null}, "is_permanently_closed": {"type": "boolean", "index": 47, "name": "is_permanently_closed", "comment": null}, "is_published": {"type": "boolean", "index": 48, "name": "is_published", "comment": null}, "is_unclaimed": {"type": "boolean", "index": 49, "name": "is_unclaimed", "comment": null}, "members": {"type": "integer", "index": 50, "name": "members", "comment": null}, "mission": {"type": "integer", "index": 51, "name": "mission", "comment": null}, "mpg": {"type": "integer", "index": 52, "name": "mpg", "comment": null}, "name": {"type": "text", "index": 53, "name": "name", "comment": null}, "network": {"type": "integer", "index": 54, "name": "network", "comment": null}, "new_like_count": {"type": "integer", "index": 55, "name": "new_like_count", "comment": null}, "overall_star_rating": {"type": "integer", "index": 56, "name": "overall_star_rating", "comment": null}, "personal_info": {"type": "integer", "index": 57, "name": "personal_info", "comment": null}, "personal_interests": {"type": "integer", "index": 58, "name": "personal_interests", "comment": null}, "pharma_safety_info": {"type": "integer", "index": 59, "name": "pharma_safety_info", "comment": null}, "phone": {"type": "integer", "index": 60, "name": "phone", "comment": null}, "place_type": {"type": "text", "index": 61, "name": "place_type", "comment": null}, "plot_outline": {"type": "integer", "index": 62, "name": "plot_outline", "comment": null}, "press_contact": {"type": "integer", "index": 63, "name": "press_contact", "comment": null}, "price_range": {"type": "text", "index": 64, "name": "price_range", "comment": null}, "produced_by": {"type": "integer", "index": 65, "name": "produced_by", "comment": null}, "products": {"type": "integer", "index": 66, "name": "products", "comment": null}, "promotion_eligible": {"type": "boolean", "index": 67, "name": "promotion_eligible", "comment": null}, "promotion_ineligible_reason": {"type": "text", "index": 68, "name": "promotion_ineligible_reason", "comment": null}, "public_transit": {"type": "integer", "index": 69, "name": "public_transit", "comment": null}, "rating_count": {"type": "integer", "index": 70, "name": "rating_count", "comment": null}, "record_label": {"type": "integer", "index": 71, "name": "record_label", "comment": null}, "release_date": {"type": "integer", "index": 72, "name": "release_date", "comment": null}, "schedule": {"type": "integer", "index": 73, "name": "schedule", "comment": null}, "screenplay_by": {"type": "integer", "index": 74, "name": "screenplay_by", "comment": null}, "season": {"type": "integer", "index": 75, "name": "season", "comment": null}, "single_line_address": {"type": "text", "index": 76, "name": "single_line_address", "comment": null}, "starring": {"type": "integer", "index": 77, "name": "starring", "comment": null}, "store_number": {"type": "integer", "index": 78, "name": "store_number", "comment": null}, "studio": {"type": "integer", "index": 79, "name": "studio", "comment": null}, "talking_about_count": {"type": "integer", "index": 80, "name": "talking_about_count", "comment": null}, "username": {"type": "text", "index": 81, "name": "username", "comment": null}, "website": {"type": "text", "index": 82, "name": "website", "comment": null}, "were_here_count": {"type": "integer", "index": 83, "name": "were_here_count", "comment": null}, "whatsapp_number": {"type": "integer", "index": 84, "name": "whatsapp_number", "comment": null}, "written_by": {"type": "integer", "index": 85, "name": "written_by", "comment": null}, "has_transitioned_to_new_page_experience": {"type": "boolean", "index": 86, "name": "has_transitioned_to_new_page_experience", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.facebook_pages_source.facebook_pages.page"}, "source.facebook_pages_source.facebook_pages.post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "facebook_pages_post_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "updated_time": {"type": "timestamp without time zone", "index": 2, "name": "updated_time", "comment": null}, "_fivetran_synced": {"type": "text", "index": 3, "name": "_fivetran_synced", "comment": null}, "allowed_advertising_objects": {"type": "integer", "index": 4, "name": "allowed_advertising_objects", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "is_eligible_for_promotion": {"type": "boolean", "index": 6, "name": "is_eligible_for_promotion", "comment": null}, "is_hidden": {"type": "boolean", "index": 7, "name": "is_hidden", "comment": null}, "is_instagram_eligible": {"type": "boolean", "index": 8, "name": "is_instagram_eligible", "comment": null}, "is_published": {"type": "boolean", "index": 9, "name": "is_published", "comment": null}, "page_id": {"type": "bigint", "index": 10, "name": "page_id", "comment": null}, "parent_id": {"type": "integer", "index": 11, "name": "parent_id", "comment": null}, "privacy_allow": {"type": "integer", "index": 12, "name": "privacy_allow", "comment": null}, "privacy_deny": {"type": "integer", "index": 13, "name": "privacy_deny", "comment": null}, "privacy_description": {"type": "text", "index": 14, "name": "privacy_description", "comment": null}, "privacy_friends": {"type": "integer", "index": 15, "name": "privacy_friends", "comment": null}, "privacy_value": {"type": "text", "index": 16, "name": "privacy_value", "comment": null}, "promotable_id": {"type": "character varying", "index": 17, "name": "promotable_id", "comment": null}, "share_count": {"type": "integer", "index": 18, "name": "share_count", "comment": null}, "status_type": {"type": "text", "index": 19, "name": "status_type", "comment": null}, "message": {"type": "text", "index": 20, "name": "message", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.facebook_pages_source.facebook_pages.post_history"}, "source.instagram_business_source.instagram_business.media_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_media_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "caption": {"type": "integer", "index": 3, "name": "caption", "comment": null}, "carousel_album_id": {"type": "bigint", "index": 4, "name": "carousel_album_id", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 5, "name": "created_time", "comment": null}, "id": {"type": "bigint", "index": 6, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 7, "name": "ig_id", "comment": null}, "is_comment_enabled": {"type": "boolean", "index": 8, "name": "is_comment_enabled", "comment": null}, "is_story": {"type": "boolean", "index": 9, "name": "is_story", "comment": null}, "media_type": {"type": "text", "index": 10, "name": "media_type", "comment": null}, "media_url": {"type": "text", "index": 11, "name": "media_url", "comment": null}, "permalink": {"type": "text", "index": 12, "name": "permalink", "comment": null}, "shortcode": {"type": "text", "index": 13, "name": "shortcode", "comment": null}, "thumbnail_url": {"type": "integer", "index": 14, "name": "thumbnail_url", "comment": null}, "user_id": {"type": "bigint", "index": 15, "name": "user_id", "comment": null}, "username": {"type": "text", "index": 16, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.instagram_business_source.instagram_business.media_history"}, "source.instagram_business_source.instagram_business.media_insights": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_media_insights_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "carousel_album_engagement": {"type": "integer", "index": 3, "name": "carousel_album_engagement", "comment": null}, "carousel_album_impressions": {"type": "integer", "index": 4, "name": "carousel_album_impressions", "comment": null}, "carousel_album_reach": {"type": "integer", "index": 5, "name": "carousel_album_reach", "comment": null}, "carousel_album_saved": {"type": "integer", "index": 6, "name": "carousel_album_saved", "comment": null}, "carousel_album_video_views": {"type": "integer", "index": 7, "name": "carousel_album_video_views", "comment": null}, "comment_count": {"type": "integer", "index": 8, "name": "comment_count", "comment": null}, "id": {"type": "bigint", "index": 9, "name": "id", "comment": null}, "like_count": {"type": "integer", "index": 10, "name": "like_count", "comment": null}, "story_exits": {"type": "integer", "index": 11, "name": "story_exits", "comment": null}, "story_impressions": {"type": "integer", "index": 12, "name": "story_impressions", "comment": null}, "story_reach": {"type": "integer", "index": 13, "name": "story_reach", "comment": null}, "story_replies": {"type": "integer", "index": 14, "name": "story_replies", "comment": null}, "story_taps_back": {"type": "integer", "index": 15, "name": "story_taps_back", "comment": null}, "story_taps_forward": {"type": "integer", "index": 16, "name": "story_taps_forward", "comment": null}, "video_photo_engagement": {"type": "integer", "index": 17, "name": "video_photo_engagement", "comment": null}, "video_photo_impressions": {"type": "integer", "index": 18, "name": "video_photo_impressions", "comment": null}, "video_photo_reach": {"type": "integer", "index": 19, "name": "video_photo_reach", "comment": null}, "video_photo_saved": {"type": "integer", "index": 20, "name": "video_photo_saved", "comment": null}, "video_views": {"type": "integer", "index": 21, "name": "video_views", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.instagram_business_source.instagram_business.media_insights"}, "source.instagram_business_source.instagram_business.user_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "instagram_business_user_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "followers_count": {"type": "integer", "index": 3, "name": "followers_count", "comment": null}, "follows_count": {"type": "integer", "index": 4, "name": "follows_count", "comment": null}, "id": {"type": "bigint", "index": 5, "name": "id", "comment": null}, "ig_id": {"type": "bigint", "index": 6, "name": "ig_id", "comment": null}, "media_count": {"type": "integer", "index": 7, "name": "media_count", "comment": null}, "name": {"type": "text", "index": 8, "name": "name", "comment": null}, "username": {"type": "text", "index": 9, "name": "username", "comment": null}, "website": {"type": "integer", "index": 10, "name": "website", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.instagram_business_source.instagram_business.user_history"}, "source.linkedin_pages_source.linkedin_pages.organization": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_organization_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "cover_photo_v_2_crop_info_height": {"type": "integer", "index": 3, "name": "cover_photo_v_2_crop_info_height", "comment": null}, "cover_photo_v_2_crop_info_width": {"type": "integer", "index": 4, "name": "cover_photo_v_2_crop_info_width", "comment": null}, "cover_photo_v_2_crop_info_x": {"type": "integer", "index": 5, "name": "cover_photo_v_2_crop_info_x", "comment": null}, "cover_photo_v_2_crop_info_y": {"type": "integer", "index": 6, "name": "cover_photo_v_2_crop_info_y", "comment": null}, "cover_photo_v_2_cropped": {"type": "text", "index": 7, "name": "cover_photo_v_2_cropped", "comment": null}, "cover_photo_v_2_original": {"type": "text", "index": 8, "name": "cover_photo_v_2_original", "comment": null}, "default_locale_country": {"type": "text", "index": 9, "name": "default_locale_country", "comment": null}, "default_locale_language": {"type": "text", "index": 10, "name": "default_locale_language", "comment": null}, "description_preferred_locale_country": {"type": "text", "index": 11, "name": "description_preferred_locale_country", "comment": null}, "description_preferred_locale_language": {"type": "text", "index": 12, "name": "description_preferred_locale_language", "comment": null}, "founded_on_day": {"type": "integer", "index": 13, "name": "founded_on_day", "comment": null}, "founded_on_month": {"type": "integer", "index": 14, "name": "founded_on_month", "comment": null}, "founded_on_year": {"type": "integer", "index": 15, "name": "founded_on_year", "comment": null}, "logo_v_2_crop_info_height": {"type": "integer", "index": 16, "name": "logo_v_2_crop_info_height", "comment": null}, "logo_v_2_crop_info_width": {"type": "integer", "index": 17, "name": "logo_v_2_crop_info_width", "comment": null}, "logo_v_2_crop_info_x": {"type": "integer", "index": 18, "name": "logo_v_2_crop_info_x", "comment": null}, "logo_v_2_crop_info_y": {"type": "integer", "index": 19, "name": "logo_v_2_crop_info_y", "comment": null}, "logo_v_2_cropped": {"type": "text", "index": 20, "name": "logo_v_2_cropped", "comment": null}, "logo_v_2_original": {"type": "text", "index": 21, "name": "logo_v_2_original", "comment": null}, "name_preferred_locale_country": {"type": "text", "index": 22, "name": "name_preferred_locale_country", "comment": null}, "name_preferred_locale_language": {"type": "text", "index": 23, "name": "name_preferred_locale_language", "comment": null}, "organization_status": {"type": "text", "index": 24, "name": "organization_status", "comment": null}, "organization_type": {"type": "text", "index": 25, "name": "organization_type", "comment": null}, "overview_photo_v_2_crop_info_height": {"type": "integer", "index": 26, "name": "overview_photo_v_2_crop_info_height", "comment": null}, "overview_photo_v_2_crop_info_width": {"type": "integer", "index": 27, "name": "overview_photo_v_2_crop_info_width", "comment": null}, "overview_photo_v_2_crop_info_x": {"type": "integer", "index": 28, "name": "overview_photo_v_2_crop_info_x", "comment": null}, "overview_photo_v_2_crop_info_y": {"type": "integer", "index": 29, "name": "overview_photo_v_2_crop_info_y", "comment": null}, "overview_photo_v_2_cropped": {"type": "integer", "index": 30, "name": "overview_photo_v_2_cropped", "comment": null}, "overview_photo_v_2_original": {"type": "integer", "index": 31, "name": "overview_photo_v_2_original", "comment": null}, "parent_relationship_parent_id": {"type": "integer", "index": 32, "name": "parent_relationship_parent_id", "comment": null}, "parent_relationship_status": {"type": "integer", "index": 33, "name": "parent_relationship_status", "comment": null}, "parent_relationship_type": {"type": "integer", "index": 34, "name": "parent_relationship_type", "comment": null}, "primary_organization_type": {"type": "text", "index": 35, "name": "primary_organization_type", "comment": null}, "school_attributes_hierarchy_classification": {"type": "integer", "index": 36, "name": "school_attributes_hierarchy_classification", "comment": null}, "school_attributes_legacy_school": {"type": "integer", "index": 37, "name": "school_attributes_legacy_school", "comment": null}, "school_attributes_type": {"type": "integer", "index": 38, "name": "school_attributes_type", "comment": null}, "school_attributes_year_level": {"type": "integer", "index": 39, "name": "school_attributes_year_level", "comment": null}, "staff_count_range": {"type": "integer", "index": 40, "name": "staff_count_range", "comment": null}, "version_tag": {"type": "integer", "index": 41, "name": "version_tag", "comment": null}, "website_preferred_locale_country": {"type": "text", "index": 42, "name": "website_preferred_locale_country", "comment": null}, "website_preferred_locale_language": {"type": "text", "index": 43, "name": "website_preferred_locale_language", "comment": null}, "description_localized": {"type": "text", "index": 44, "name": "description_localized", "comment": null}, "localized_description": {"type": "text", "index": 45, "name": "localized_description", "comment": null}, "localized_name": {"type": "text", "index": 46, "name": "localized_name", "comment": null}, "localized_website": {"type": "text", "index": 47, "name": "localized_website", "comment": null}, "name_localized": {"type": "text", "index": 48, "name": "name_localized", "comment": null}, "vanity_name": {"type": "text", "index": 49, "name": "vanity_name", "comment": null}, "website_localized": {"type": "text", "index": 50, "name": "website_localized", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.linkedin_pages_source.linkedin_pages.organization"}, "source.linkedin_pages_source.linkedin_pages.organization_ugc_post": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_organization_ugc_post_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"organiation_id": {"type": "integer", "index": 1, "name": "organiation_id", "comment": null}, "ugc_post_id": {"type": "text", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.linkedin_pages_source.linkedin_pages.organization_ugc_post"}, "source.linkedin_pages_source.linkedin_pages.share_statistic": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_share_statistic_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_organization_entity_urn": {"type": "text", "index": 3, "name": "_organization_entity_urn", "comment": null}, "_share_entity_urn": {"type": "text", "index": 4, "name": "_share_entity_urn", "comment": null}, "click_count": {"type": "integer", "index": 5, "name": "click_count", "comment": null}, "comment_count": {"type": "integer", "index": 6, "name": "comment_count", "comment": null}, "engagement": {"type": "double precision", "index": 7, "name": "engagement", "comment": null}, "impression_count": {"type": "integer", "index": 8, "name": "impression_count", "comment": null}, "like_count": {"type": "integer", "index": 9, "name": "like_count", "comment": null}, "share_count": {"type": "integer", "index": 10, "name": "share_count", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.linkedin_pages_source.linkedin_pages.share_statistic"}, "source.linkedin_pages_source.linkedin_pages.ugc_post_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "last_modified_time": {"type": "timestamp without time zone", "index": 2, "name": "last_modified_time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "author": {"type": "text", "index": 4, "name": "author", "comment": null}, "client_application": {"type": "text", "index": 5, "name": "client_application", "comment": null}, "container_entity": {"type": "text", "index": 6, "name": "container_entity", "comment": null}, "content_certification_record": {"type": "text", "index": 7, "name": "content_certification_record", "comment": null}, "created_actor": {"type": "text", "index": 8, "name": "created_actor", "comment": null}, "created_time": {"type": "timestamp without time zone", "index": 9, "name": "created_time", "comment": null}, "deleted_actor": {"type": "integer", "index": 10, "name": "deleted_actor", "comment": null}, "deleted_time": {"type": "integer", "index": 11, "name": "deleted_time", "comment": null}, "distribution_distributed_via_follow_feed": {"type": "boolean", "index": 12, "name": "distribution_distributed_via_follow_feed", "comment": null}, "distribution_external_distribution_channels": {"type": "text", "index": 13, "name": "distribution_external_distribution_channels", "comment": null}, "distribution_feed_distribution": {"type": "text", "index": 14, "name": "distribution_feed_distribution", "comment": null}, "first_published_at": {"type": "timestamp without time zone", "index": 15, "name": "first_published_at", "comment": null}, "last_modified_actor": {"type": "text", "index": 16, "name": "last_modified_actor", "comment": null}, "lifecycle_state": {"type": "text", "index": 17, "name": "lifecycle_state", "comment": null}, "response_context_parent": {"type": "integer", "index": 18, "name": "response_context_parent", "comment": null}, "response_context_root": {"type": "integer", "index": 19, "name": "response_context_root", "comment": null}, "specific_content_primary_landing_page_url": {"type": "integer", "index": 20, "name": "specific_content_primary_landing_page_url", "comment": null}, "specific_content_share_commentary_attributes": {"type": "text", "index": 21, "name": "specific_content_share_commentary_attributes", "comment": null}, "specific_content_share_commentary_inferred_locale": {"type": "text", "index": 22, "name": "specific_content_share_commentary_inferred_locale", "comment": null}, "specific_content_share_media_category": {"type": "text", "index": 23, "name": "specific_content_share_media_category", "comment": null}, "target_audience_targeted_entities": {"type": "integer", "index": 24, "name": "target_audience_targeted_entities", "comment": null}, "version_tag": {"type": "integer", "index": 25, "name": "version_tag", "comment": null}, "visibility": {"type": "text", "index": 26, "name": "visibility", "comment": null}, "specific_content_share_commentary_text": {"type": "text", "index": 27, "name": "specific_content_share_commentary_text", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.linkedin_pages_source.linkedin_pages.ugc_post_history"}, "source.linkedin_pages_source.linkedin_pages.ugc_post_share_statistic": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "linkedin_pages_ugc_post_share_statistic_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"share_statistic_id": {"type": "text", "index": 1, "name": "share_statistic_id", "comment": null}, "ugc_post_id": {"type": "bigint", "index": 2, "name": "ugc_post_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.linkedin_pages_source.linkedin_pages.ugc_post_share_statistic"}, "source.twitter_organic_source.twitter_organic.account_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_account_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "approval_status": {"type": "text", "index": 4, "name": "approval_status", "comment": null}, "business_id": {"type": "integer", "index": 5, "name": "business_id", "comment": null}, "business_name": {"type": "integer", "index": 6, "name": "business_name", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "deleted": {"type": "boolean", "index": 8, "name": "deleted", "comment": null}, "industry_type": {"type": "integer", "index": 9, "name": "industry_type", "comment": null}, "name": {"type": "text", "index": 10, "name": "name", "comment": null}, "salt": {"type": "integer", "index": 11, "name": "salt", "comment": null}, "timezone": {"type": "text", "index": 12, "name": "timezone", "comment": null}, "timezone_switch_at": {"type": "timestamp without time zone", "index": 13, "name": "timezone_switch_at", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.twitter_organic_source.twitter_organic.account_history"}, "source.twitter_organic_source.twitter_organic.organic_tweet_report": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_organic_tweet_report_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"account_id": {"type": "text", "index": 1, "name": "account_id", "comment": null}, "date": {"type": "timestamp without time zone", "index": 2, "name": "date", "comment": null}, "organic_tweet_id": {"type": "bigint", "index": 3, "name": "organic_tweet_id", "comment": null}, "placement": {"type": "text", "index": 4, "name": "placement", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "app_clicks": {"type": "integer", "index": 6, "name": "app_clicks", "comment": null}, "card_engagements": {"type": "integer", "index": 7, "name": "card_engagements", "comment": null}, "carousel_swipes": {"type": "integer", "index": 8, "name": "carousel_swipes", "comment": null}, "clicks": {"type": "integer", "index": 9, "name": "clicks", "comment": null}, "engagements": {"type": "integer", "index": 10, "name": "engagements", "comment": null}, "follows": {"type": "integer", "index": 11, "name": "follows", "comment": null}, "impressions": {"type": "integer", "index": 12, "name": "impressions", "comment": null}, "likes": {"type": "integer", "index": 13, "name": "likes", "comment": null}, "poll_card_vote": {"type": "integer", "index": 14, "name": "poll_card_vote", "comment": null}, "qualified_impressions": {"type": "integer", "index": 15, "name": "qualified_impressions", "comment": null}, "replies": {"type": "integer", "index": 16, "name": "replies", "comment": null}, "retweets": {"type": "integer", "index": 17, "name": "retweets", "comment": null}, "tweets_send": {"type": "integer", "index": 18, "name": "tweets_send", "comment": null}, "unfollows": {"type": "integer", "index": 19, "name": "unfollows", "comment": null}, "url_clicks": {"type": "integer", "index": 20, "name": "url_clicks", "comment": null}, "video_15_s_views": {"type": "integer", "index": 21, "name": "video_15_s_views", "comment": null}, "video_3_s_100_pct_views": {"type": "integer", "index": 22, "name": "video_3_s_100_pct_views", "comment": null}, "video_6_s_views": {"type": "integer", "index": 23, "name": "video_6_s_views", "comment": null}, "video_content_starts": {"type": "integer", "index": 24, "name": "video_content_starts", "comment": null}, "video_cta_clicks": {"type": "integer", "index": 25, "name": "video_cta_clicks", "comment": null}, "video_total_views": {"type": "integer", "index": 26, "name": "video_total_views", "comment": null}, "video_views_100": {"type": "integer", "index": 27, "name": "video_views_100", "comment": null}, "video_views_25": {"type": "integer", "index": 28, "name": "video_views_25", "comment": null}, "video_views_50": {"type": "integer", "index": 29, "name": "video_views_50", "comment": null}, "video_views_75": {"type": "integer", "index": 30, "name": "video_views_75", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.twitter_organic_source.twitter_organic.organic_tweet_report"}, "source.twitter_organic_source.twitter_organic.tweet": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_tweet_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "text", "index": 3, "name": "account_id", "comment": null}, "card_uri": {"type": "text", "index": 4, "name": "card_uri", "comment": null}, "coordinates_coordinates": {"type": "integer", "index": 5, "name": "coordinates_coordinates", "comment": null}, "coordinates_type": {"type": "integer", "index": 6, "name": "coordinates_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "favorite_count": {"type": "integer", "index": 8, "name": "favorite_count", "comment": null}, "favorited": {"type": "boolean", "index": 9, "name": "favorited", "comment": null}, "followers": {"type": "integer", "index": 10, "name": "followers", "comment": null}, "geo_coordinates": {"type": "integer", "index": 11, "name": "geo_coordinates", "comment": null}, "geo_type": {"type": "integer", "index": 12, "name": "geo_type", "comment": null}, "in_reply_to_screen_name": {"type": "text", "index": 13, "name": "in_reply_to_screen_name", "comment": null}, "in_reply_to_status_id": {"type": "integer", "index": 14, "name": "in_reply_to_status_id", "comment": null}, "in_reply_to_user_id": {"type": "integer", "index": 15, "name": "in_reply_to_user_id", "comment": null}, "lang": {"type": "text", "index": 16, "name": "lang", "comment": null}, "media_key": {"type": "integer", "index": 17, "name": "media_key", "comment": null}, "retweet_count": {"type": "integer", "index": 18, "name": "retweet_count", "comment": null}, "retweeted": {"type": "boolean", "index": 19, "name": "retweeted", "comment": null}, "truncated": {"type": "boolean", "index": 20, "name": "truncated", "comment": null}, "tweet_type": {"type": "text", "index": 21, "name": "tweet_type", "comment": null}, "user_id": {"type": "integer", "index": 22, "name": "user_id", "comment": null}, "source": {"type": "text", "index": 23, "name": "source", "comment": null}, "full_test": {"type": "text", "index": 24, "name": "full_test", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.twitter_organic_source.twitter_organic.tweet"}, "source.twitter_organic_source.twitter_organic.twitter_user_history": {"metadata": {"type": "BASE TABLE", "schema": "social_media_rollup_integration_tests", "name": "twitter_organic_twitter_user_history_data", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "contributors_enabled": {"type": "boolean", "index": 3, "name": "contributors_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "default_profile": {"type": "boolean", "index": 5, "name": "default_profile", "comment": null}, "default_profile_image": {"type": "boolean", "index": 6, "name": "default_profile_image", "comment": null}, "description": {"type": "text", "index": 7, "name": "description", "comment": null}, "favourites_count": {"type": "integer", "index": 8, "name": "favourites_count", "comment": null}, "followers_count": {"type": "integer", "index": 9, "name": "followers_count", "comment": null}, "friends_count": {"type": "integer", "index": 10, "name": "friends_count", "comment": null}, "geo_enabled": {"type": "boolean", "index": 11, "name": "geo_enabled", "comment": null}, "is_translation_enabled": {"type": "boolean", "index": 12, "name": "is_translation_enabled", "comment": null}, "is_translator": {"type": "boolean", "index": 13, "name": "is_translator", "comment": null}, "lang": {"type": "integer", "index": 14, "name": "lang", "comment": null}, "listed_count": {"type": "integer", "index": 15, "name": "listed_count", "comment": null}, "location": {"type": "text", "index": 16, "name": "location", "comment": null}, "name": {"type": "text", "index": 17, "name": "name", "comment": null}, "profile_background_image_url": {"type": "text", "index": 18, "name": "profile_background_image_url", "comment": null}, "profile_background_image_url_https": {"type": "text", "index": 19, "name": "profile_background_image_url_https", "comment": null}, "profile_background_tile": {"type": "boolean", "index": 20, "name": "profile_background_tile", "comment": null}, "profile_banner_url": {"type": "text", "index": 21, "name": "profile_banner_url", "comment": null}, "profile_image_url": {"type": "text", "index": 22, "name": "profile_image_url", "comment": null}, "profile_image_url_https": {"type": "text", "index": 23, "name": "profile_image_url_https", "comment": null}, "profile_use_background_image": {"type": "boolean", "index": 24, "name": "profile_use_background_image", "comment": null}, "protected_user": {"type": "boolean", "index": 25, "name": "protected_user", "comment": null}, "screen_name": {"type": "text", "index": 26, "name": "screen_name", "comment": null}, "statuses_count": {"type": "integer", "index": 27, "name": "statuses_count", "comment": null}, "time_zone": {"type": "integer", "index": 28, "name": "time_zone", "comment": null}, "url": {"type": "text", "index": 29, "name": "url", "comment": null}, "utc_offset": {"type": "integer", "index": 30, "name": "utc_offset", "comment": null}, "verified": {"type": "boolean", "index": 31, "name": "verified", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.twitter_organic_source.twitter_organic.twitter_user_history"}}, "errors": null}
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 182b6b4..2bcc794 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -24,7 +24,7 @@
-