diff --git a/CHANGELOG.md b/CHANGELOG.md index a9182a5..34652a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_github_source v0.5.0 + +## 🚨 Breaking Changes 🚨 +- Addition of the `label` source table. This was necessary as the `issue_label` depreciated the `label` column. The respective label information will now be synced within the `label` table. ([#22](https://github.com/fivetran/dbt_github_source/pull/22)) + - If you do not have the new `label` table in your source, we highly recommend you enable schema changes on your connector and kick off a resync to see the new tables reflected in your source. # dbt_github_source v0.4.1 ## Fixes diff --git a/README.md b/README.md index 04b092a..36901e1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Include in your `packages.yml` ```yaml packages: - package: fivetran/github_source - version: [">=0.4.0", "<0.5.0"] + version: [">=0.5.0", "<0.6.0"] ``` ## Configuration diff --git a/dbt_project.yml b/dbt_project.yml index 30ee201..4054dff 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 name: 'github_source' -version: '0.4.1' +version: '0.5.0' require-dbt-version: [">=1.0.0", "<2.0.0"] @@ -17,6 +17,7 @@ vars: issue_closed_history: "{{ source('github', 'issue_closed_history') }}" issue_comment: "{{ source('github', 'issue_comment') }}" issue_label: "{{ source('github', 'issue_label') }}" + label: "{{ source('github', 'label') }}" issue_merged: "{{ source('github', 'issue_merged') }}" issue: "{{ source('github', 'issue') }}" pull_request_review: "{{ source('github', 'pull_request_review') }}" diff --git a/docs/catalog.json b/docs/catalog.json index 2b3e91b..6b24804 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": "0.19.0", "generated_at": "2021-03-17T16:46:33.226354Z", "invocation_id": "cc99a83e-995c-4bb1-aa8d-b9d3c45bf1ab", "env": {}}, "nodes": {"seed.github_source_integration_tests.github_repository_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_repository_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "archived": {"type": "BOOL", "comment": null, "index": 3, "name": "archived"}, "created_at": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "created_at"}, "default_branch": {"type": "STRING", "comment": null, "index": 5, "name": "default_branch"}, "description": {"type": "STRING", "comment": null, "index": 6, "name": "description"}, "fork": {"type": "BOOL", "comment": null, "index": 7, "name": "fork"}, "full_name": {"type": "STRING", "comment": null, "index": 8, "name": "full_name"}, "homepage": {"type": "INT64", "comment": null, "index": 9, "name": "homepage"}, "language": {"type": "STRING", "comment": null, "index": 10, "name": "language"}, "name": {"type": "STRING", "comment": null, "index": 11, "name": "name"}, "owner_id": {"type": "INT64", "comment": null, "index": 12, "name": "owner_id"}, "private": {"type": "BOOL", "comment": null, "index": 13, "name": "private"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5793.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_repository_data"}, "model.github_source.stg_github__issue_assignee": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_assignee", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "user_id": {"type": "INT64", "comment": null, "index": 2, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 200.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3200.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_assignee"}, "seed.github_source_integration_tests.github_pull_request_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_pull_request_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "base_label": {"type": "STRING", "comment": null, "index": 3, "name": "base_label"}, "base_ref": {"type": "STRING", "comment": null, "index": 4, "name": "base_ref"}, "base_repo_id": {"type": "INT64", "comment": null, "index": 5, "name": "base_repo_id"}, "base_sha": {"type": "STRING", "comment": null, "index": 6, "name": "base_sha"}, "base_user_id": {"type": "INT64", "comment": null, "index": 7, "name": "base_user_id"}, "head_label": {"type": "STRING", "comment": null, "index": 8, "name": "head_label"}, "head_ref": {"type": "STRING", "comment": null, "index": 9, "name": "head_ref"}, "head_repo_id": {"type": "INT64", "comment": null, "index": 10, "name": "head_repo_id"}, "head_sha": {"type": "STRING", "comment": null, "index": 11, "name": "head_sha"}, "head_user_id": {"type": "INT64", "comment": null, "index": 12, "name": "head_user_id"}, "issue_id": {"type": "INT64", "comment": null, "index": 13, "name": "issue_id"}, "merge_commit_sha": {"type": "STRING", "comment": null, "index": 14, "name": "merge_commit_sha"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 167.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 56627.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_pull_request_data"}, "model.github_source.stg_github__issue": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "body": {"type": "STRING", "comment": null, "index": 2, "name": "body"}, "closed_at": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "closed_at"}, "created_at": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "created_at"}, "is_locked": {"type": "BOOL", "comment": null, "index": 5, "name": "is_locked"}, "milestone_id": {"type": "INT64", "comment": null, "index": 6, "name": "milestone_id"}, "issue_number": {"type": "INT64", "comment": null, "index": 7, "name": "issue_number"}, "is_pull_request": {"type": "BOOL", "comment": null, "index": 8, "name": "is_pull_request"}, "repository_id": {"type": "INT64", "comment": null, "index": 9, "name": "repository_id"}, "state": {"type": "STRING", "comment": null, "index": 10, "name": "state"}, "title": {"type": "STRING", "comment": null, "index": 11, "name": "title"}, "updated_at": {"type": "TIMESTAMP", "comment": null, "index": 12, "name": "updated_at"}, "user_id": {"type": "INT64", "comment": null, "index": 13, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 197.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 38954.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue"}, "seed.github_source_integration_tests.github_user_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_user_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "bio": {"type": "STRING", "comment": null, "index": 3, "name": "bio"}, "blog": {"type": "STRING", "comment": null, "index": 4, "name": "blog"}, "company": {"type": "STRING", "comment": null, "index": 5, "name": "company"}, "created_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "created_at"}, "hireable": {"type": "BOOL", "comment": null, "index": 7, "name": "hireable"}, "location": {"type": "STRING", "comment": null, "index": 8, "name": "location"}, "login": {"type": "STRING", "comment": null, "index": 9, "name": "login"}, "name": {"type": "STRING", "comment": null, "index": 10, "name": "name"}, "site_admin": {"type": "BOOL", "comment": null, "index": 11, "name": "site_admin"}, "type": {"type": "STRING", "comment": null, "index": 12, "name": "type"}, "updated_at": {"type": "DATETIME", "comment": null, "index": 13, "name": "updated_at"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7405.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_user_data"}, "model.github_source.stg_github__pull_request_review": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__pull_request_review", "comment": null, "owner": null}, "columns": {"pull_request_review_id": {"type": "INT64", "comment": null, "index": 1, "name": "pull_request_review_id"}, "pull_request_id": {"type": "INT64", "comment": null, "index": 2, "name": "pull_request_id"}, "submitted_at": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "submitted_at"}, "state": {"type": "STRING", "comment": null, "index": 4, "name": "state"}, "user_id": {"type": "INT64", "comment": null, "index": 5, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 114.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4835.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__pull_request_review"}, "model.github_source.stg_github__pull_request_review_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__pull_request_review_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "body": {"type": "STRING", "comment": null, "index": 3, "name": "body"}, "commit_sha": {"type": "STRING", "comment": null, "index": 4, "name": "commit_sha"}, "pull_request_id": {"type": "INT64", "comment": null, "index": 5, "name": "pull_request_id"}, "state": {"type": "STRING", "comment": null, "index": 6, "name": "state"}, "submitted_at": {"type": "TIMESTAMP", "comment": null, "index": 7, "name": "submitted_at"}, "user_id": {"type": "INT64", "comment": null, "index": 8, "name": "user_id"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__pull_request_review_tmp"}, "model.github_source.stg_github__issue_comment_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_comment_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "body": {"type": "STRING", "comment": null, "index": 3, "name": "body"}, "created_at": {"type": "DATETIME", "comment": null, "index": 4, "name": "created_at"}, "issue_id": {"type": "INT64", "comment": null, "index": 5, "name": "issue_id"}, "updated_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "updated_at"}, "user_id": {"type": "INT64", "comment": null, "index": 7, "name": "user_id"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_comment_tmp"}, "model.github_source.stg_github__repo_team": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__repo_team", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "comment": null, "index": 1, "name": "repository_id"}, "team_id": {"type": "INT64", "comment": null, "index": 2, "name": "team_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 128.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__repo_team"}, "model.github_source.stg_github__requested_reviewer_history_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__requested_reviewer_history_tmp", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "comment": null, "index": 1, "name": "created_at"}, "pull_request_id": {"type": "INT64", "comment": null, "index": 2, "name": "pull_request_id"}, "requested_id": {"type": "INT64", "comment": null, "index": 3, "name": "requested_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "_fivetran_synced"}, "actor_id": {"type": "INT64", "comment": null, "index": 5, "name": "actor_id"}, "removed": {"type": "BOOL", "comment": null, "index": 6, "name": "removed"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__requested_reviewer_history_tmp"}, "model.github_source.stg_github__issue_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "body": {"type": "STRING", "comment": null, "index": 3, "name": "body"}, "closed_at": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "closed_at"}, "created_at": {"type": "TIMESTAMP", "comment": null, "index": 5, "name": "created_at"}, "locked": {"type": "BOOL", "comment": null, "index": 6, "name": "locked"}, "milestone_id": {"type": "INT64", "comment": null, "index": 7, "name": "milestone_id"}, "number": {"type": "INT64", "comment": null, "index": 8, "name": "number"}, "pull_request": {"type": "BOOL", "comment": null, "index": 9, "name": "pull_request"}, "repository_id": {"type": "INT64", "comment": null, "index": 10, "name": "repository_id"}, "state": {"type": "STRING", "comment": null, "index": 11, "name": "state"}, "title": {"type": "STRING", "comment": null, "index": 12, "name": "title"}, "updated_at": {"type": "TIMESTAMP", "comment": null, "index": 13, "name": "updated_at"}, "user_id": {"type": "INT64", "comment": null, "index": 14, "name": "user_id"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_tmp"}, "model.github_source.stg_github__repository": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__repository", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "comment": null, "index": 1, "name": "repository_id"}, "full_name": {"type": "STRING", "comment": null, "index": 2, "name": "full_name"}, "is_private": {"type": "BOOL", "comment": null, "index": 3, "name": "is_private"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 24.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1800.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__repository"}, "model.github_source.stg_github__issue_comment": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_comment", "comment": null, "owner": null}, "columns": {"issue_comment_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_comment_id"}, "issue_id": {"type": "INT64", "comment": null, "index": 2, "name": "issue_id"}, "user_id": {"type": "INT64", "comment": null, "index": 3, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 43.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1032.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_comment"}, "model.github_source.stg_github__repo_team_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__repo_team_tmp", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "comment": null, "index": 1, "name": "repository_id"}, "team_id": {"type": "INT64", "comment": null, "index": 2, "name": "team_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "permission": {"type": "STRING", "comment": null, "index": 4, "name": "permission"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__repo_team_tmp"}, "seed.github_source_integration_tests.github_repo_team_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_repo_team_data", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "comment": null, "index": 1, "name": "repository_id"}, "team_id": {"type": "INT64", "comment": null, "index": 2, "name": "team_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "permission": {"type": "STRING", "comment": null, "index": 4, "name": "permission"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 8.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 464.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_repo_team_data"}, "seed.github_source_integration_tests.github_issue_comment_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_issue_comment_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "body": {"type": "STRING", "comment": null, "index": 3, "name": "body"}, "created_at": {"type": "DATETIME", "comment": null, "index": 4, "name": "created_at"}, "issue_id": {"type": "INT64", "comment": null, "index": 5, "name": "issue_id"}, "updated_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "updated_at"}, "user_id": {"type": "INT64", "comment": null, "index": 7, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 43.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4902.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_issue_comment_data"}, "model.github_source.stg_github__issue_merged_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_merged_tmp", "comment": null, "owner": null}, "columns": {"commit_sha": {"type": "STRING", "comment": null, "index": 1, "name": "commit_sha"}, "issue_id": {"type": "INT64", "comment": null, "index": 2, "name": "issue_id"}, "merged_at": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "merged_at"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "_fivetran_synced"}, "actor_id": {"type": "INT64", "comment": null, "index": 5, "name": "actor_id"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_merged_tmp"}, "seed.github_source_integration_tests.github_issue_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_issue_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "body": {"type": "STRING", "comment": null, "index": 3, "name": "body"}, "closed_at": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "closed_at"}, "created_at": {"type": "TIMESTAMP", "comment": null, "index": 5, "name": "created_at"}, "locked": {"type": "BOOL", "comment": null, "index": 6, "name": "locked"}, "milestone_id": {"type": "INT64", "comment": null, "index": 7, "name": "milestone_id"}, "number": {"type": "INT64", "comment": null, "index": 8, "name": "number"}, "pull_request": {"type": "BOOL", "comment": null, "index": 9, "name": "pull_request"}, "repository_id": {"type": "INT64", "comment": null, "index": 10, "name": "repository_id"}, "state": {"type": "STRING", "comment": null, "index": 11, "name": "state"}, "title": {"type": "STRING", "comment": null, "index": 12, "name": "title"}, "updated_at": {"type": "TIMESTAMP", "comment": null, "index": 13, "name": "updated_at"}, "user_id": {"type": "INT64", "comment": null, "index": 14, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 197.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 40530.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_issue_data"}, "model.github_source.stg_github__issue_closed_history": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_closed_history", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "updated_at": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "updated_at"}, "is_closed": {"type": "BOOL", "comment": null, "index": 3, "name": "is_closed"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 171.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2907.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_closed_history"}, "seed.github_source_integration_tests.github_requested_reviewer_history_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_requested_reviewer_history_data", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "comment": null, "index": 1, "name": "created_at"}, "pull_request_id": {"type": "INT64", "comment": null, "index": 2, "name": "pull_request_id"}, "requested_id": {"type": "INT64", "comment": null, "index": 3, "name": "requested_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "_fivetran_synced"}, "actor_id": {"type": "INT64", "comment": null, "index": 5, "name": "actor_id"}, "removed": {"type": "BOOL", "comment": null, "index": 6, "name": "removed"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 41.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1681.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_requested_reviewer_history_data"}, "model.github_source.stg_github__issue_label": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_label", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "label": {"type": "STRING", "comment": null, "index": 2, "name": "label"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 200.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 6132.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_label"}, "seed.github_source_integration_tests.github_issue_closed_history_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_issue_closed_history_data", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "updated_at": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "updated_at"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "actor_id": {"type": "INT64", "comment": null, "index": 4, "name": "actor_id"}, "closed": {"type": "BOOL", "comment": null, "index": 5, "name": "closed"}, "commit_sha": {"type": "INT64", "comment": null, "index": 6, "name": "commit_sha"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 171.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5643.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_issue_closed_history_data"}, "model.github_source.stg_github__user": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__user", "comment": null, "owner": null}, "columns": {"user_id": {"type": "INT64", "comment": null, "index": 1, "name": "user_id"}, "login_name": {"type": "STRING", "comment": null, "index": 2, "name": "login_name"}, "name": {"type": "STRING", "comment": null, "index": 3, "name": "name"}, "company": {"type": "STRING", "comment": null, "index": 4, "name": "company"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3502.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__user"}, "model.github_source.stg_github__user_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__user_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "bio": {"type": "STRING", "comment": null, "index": 3, "name": "bio"}, "blog": {"type": "STRING", "comment": null, "index": 4, "name": "blog"}, "company": {"type": "STRING", "comment": null, "index": 5, "name": "company"}, "created_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "created_at"}, "hireable": {"type": "BOOL", "comment": null, "index": 7, "name": "hireable"}, "location": {"type": "STRING", "comment": null, "index": 8, "name": "location"}, "login": {"type": "STRING", "comment": null, "index": 9, "name": "login"}, "name": {"type": "STRING", "comment": null, "index": 10, "name": "name"}, "site_admin": {"type": "BOOL", "comment": null, "index": 11, "name": "site_admin"}, "type": {"type": "STRING", "comment": null, "index": 12, "name": "type"}, "updated_at": {"type": "DATETIME", "comment": null, "index": 13, "name": "updated_at"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__user_tmp"}, "seed.github_source_integration_tests.github_issue_label_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_issue_label_data", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "label": {"type": "STRING", "comment": null, "index": 2, "name": "label"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 200.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7732.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_issue_label_data"}, "model.github_source.stg_github__issue_label_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_label_tmp", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "label": {"type": "STRING", "comment": null, "index": 2, "name": "label"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_label_tmp"}, "model.github_source.stg_github__requested_reviewer_history": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__requested_reviewer_history", "comment": null, "owner": null}, "columns": {"pull_request_id": {"type": "INT64", "comment": null, "index": 1, "name": "pull_request_id"}, "created_at": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "created_at"}, "requested_id": {"type": "INT64", "comment": null, "index": 3, "name": "requested_id"}, "removed": {"type": "BOOL", "comment": null, "index": 4, "name": "removed"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 41.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1025.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__requested_reviewer_history"}, "seed.github_source_integration_tests.github_issue_merged_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_issue_merged_data", "comment": null, "owner": null}, "columns": {"commit_sha": {"type": "STRING", "comment": null, "index": 1, "name": "commit_sha"}, "issue_id": {"type": "INT64", "comment": null, "index": 2, "name": "issue_id"}, "merged_at": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "merged_at"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "_fivetran_synced"}, "actor_id": {"type": "INT64", "comment": null, "index": 5, "name": "actor_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 110.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8140.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_issue_merged_data"}, "model.github_source.stg_github__pull_request_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__pull_request_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "base_label": {"type": "STRING", "comment": null, "index": 3, "name": "base_label"}, "base_ref": {"type": "STRING", "comment": null, "index": 4, "name": "base_ref"}, "base_repo_id": {"type": "INT64", "comment": null, "index": 5, "name": "base_repo_id"}, "base_sha": {"type": "STRING", "comment": null, "index": 6, "name": "base_sha"}, "base_user_id": {"type": "INT64", "comment": null, "index": 7, "name": "base_user_id"}, "head_label": {"type": "STRING", "comment": null, "index": 8, "name": "head_label"}, "head_ref": {"type": "STRING", "comment": null, "index": 9, "name": "head_ref"}, "head_repo_id": {"type": "INT64", "comment": null, "index": 10, "name": "head_repo_id"}, "head_sha": {"type": "STRING", "comment": null, "index": 11, "name": "head_sha"}, "head_user_id": {"type": "INT64", "comment": null, "index": 12, "name": "head_user_id"}, "issue_id": {"type": "INT64", "comment": null, "index": 13, "name": "issue_id"}, "merge_commit_sha": {"type": "STRING", "comment": null, "index": 14, "name": "merge_commit_sha"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__pull_request_tmp"}, "model.github_source.stg_github__team_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__team_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "description": {"type": "STRING", "comment": null, "index": 3, "name": "description"}, "name": {"type": "STRING", "comment": null, "index": 4, "name": "name"}, "org_id": {"type": "INT64", "comment": null, "index": 5, "name": "org_id"}, "parent_id": {"type": "INT64", "comment": null, "index": 6, "name": "parent_id"}, "privacy": {"type": "STRING", "comment": null, "index": 7, "name": "privacy"}, "slug": {"type": "STRING", "comment": null, "index": 8, "name": "slug"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__team_tmp"}, "model.github_source.stg_github__issue_assignee_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_assignee_tmp", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "user_id": {"type": "INT64", "comment": null, "index": 2, "name": "user_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_assignee_tmp"}, "model.github_source.stg_github__issue_merged": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_merged", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "merged_at": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "merged_at"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 110.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1760.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_merged"}, "model.github_source.stg_github__pull_request": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__pull_request", "comment": null, "owner": null}, "columns": {"pull_request_id": {"type": "INT64", "comment": null, "index": 1, "name": "pull_request_id"}, "issue_id": {"type": "INT64", "comment": null, "index": 2, "name": "issue_id"}, "head_repo_id": {"type": "INT64", "comment": null, "index": 3, "name": "head_repo_id"}, "head_user_id": {"type": "INT64", "comment": null, "index": 4, "name": "head_user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 167.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5320.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__pull_request"}, "model.github_source.stg_github__issue_closed_history_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__issue_closed_history_tmp", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "updated_at": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "updated_at"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "actor_id": {"type": "INT64", "comment": null, "index": 4, "name": "actor_id"}, "closed": {"type": "BOOL", "comment": null, "index": 5, "name": "closed"}, "commit_sha": {"type": "INT64", "comment": null, "index": 6, "name": "commit_sha"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__issue_closed_history_tmp"}, "seed.github_source_integration_tests.github_issue_assignee_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_issue_assignee_data", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "comment": null, "index": 1, "name": "issue_id"}, "user_id": {"type": "INT64", "comment": null, "index": 2, "name": "user_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 200.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4800.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_issue_assignee_data"}, "seed.github_source_integration_tests.github_pull_request_review_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_pull_request_review_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "body": {"type": "STRING", "comment": null, "index": 3, "name": "body"}, "commit_sha": {"type": "STRING", "comment": null, "index": 4, "name": "commit_sha"}, "pull_request_id": {"type": "INT64", "comment": null, "index": 5, "name": "pull_request_id"}, "state": {"type": "STRING", "comment": null, "index": 6, "name": "state"}, "submitted_at": {"type": "TIMESTAMP", "comment": null, "index": 7, "name": "submitted_at"}, "user_id": {"type": "INT64", "comment": null, "index": 8, "name": "user_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 114.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 18059.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_pull_request_review_data"}, "seed.github_source_integration_tests.github_team_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "github_team_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "description": {"type": "STRING", "comment": null, "index": 3, "name": "description"}, "name": {"type": "STRING", "comment": null, "index": 4, "name": "name"}, "org_id": {"type": "INT64", "comment": null, "index": 5, "name": "org_id"}, "parent_id": {"type": "INT64", "comment": null, "index": 6, "name": "parent_id"}, "privacy": {"type": "STRING", "comment": null, "index": 7, "name": "privacy"}, "slug": {"type": "STRING", "comment": null, "index": 8, "name": "slug"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 19.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2346.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.github_source_integration_tests.github_team_data"}, "model.github_source.stg_github__team": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__team", "comment": null, "owner": null}, "columns": {"team_id": {"type": "INT64", "comment": null, "index": 1, "name": "team_id"}, "description": {"type": "STRING", "comment": null, "index": 2, "name": "description"}, "name": {"type": "STRING", "comment": null, "index": 3, "name": "name"}, "parent_id": {"type": "INT64", "comment": null, "index": 4, "name": "parent_id"}, "privacy": {"type": "STRING", "comment": null, "index": 5, "name": "privacy"}, "slug": {"type": "STRING", "comment": null, "index": 6, "name": "slug"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 19.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2042.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__team"}, "model.github_source.stg_github__repository_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "github_source_integration_tests", "name": "stg_github__repository_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "archived": {"type": "BOOL", "comment": null, "index": 3, "name": "archived"}, "created_at": {"type": "TIMESTAMP", "comment": null, "index": 4, "name": "created_at"}, "default_branch": {"type": "STRING", "comment": null, "index": 5, "name": "default_branch"}, "description": {"type": "STRING", "comment": null, "index": 6, "name": "description"}, "fork": {"type": "BOOL", "comment": null, "index": 7, "name": "fork"}, "full_name": {"type": "STRING", "comment": null, "index": 8, "name": "full_name"}, "homepage": {"type": "INT64", "comment": null, "index": 9, "name": "homepage"}, "language": {"type": "STRING", "comment": null, "index": 10, "name": "language"}, "name": {"type": "STRING", "comment": null, "index": 11, "name": "name"}, "owner_id": {"type": "INT64", "comment": null, "index": 12, "name": "owner_id"}, "private": {"type": "BOOL", "comment": null, "index": 13, "name": "private"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.github_source.stg_github__repository_tmp"}}, "sources": {}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.0.1", "generated_at": "2022-02-11T20:38:16.325973Z", "invocation_id": "01c3b4fa-bc6f-475d-8a8b-a249b8b384eb", "env": {}}, "nodes": {"model.github_source.stg_github__issue_comment": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__issue_comment", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_comment_id": {"type": "INT64", "index": 1, "name": "issue_comment_id", "comment": null}, "issue_id": {"type": "INT64", "index": 2, "name": "issue_id", "comment": null}, "user_id": {"type": "INT64", "index": 3, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 157.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3768.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__issue_comment"}, "model.github_source.stg_github__issue_assignee": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__issue_assignee", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 27.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 432.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__issue_assignee"}, "model.github_source.stg_github__team": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__team", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"team_id": {"type": "INT64", "index": 1, "name": "team_id", "comment": null}, "description": {"type": "STRING", "index": 2, "name": "description", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "parent_id": {"type": "INT64", "index": 4, "name": "parent_id", "comment": null}, "privacy": {"type": "STRING", "index": 5, "name": "privacy", "comment": null}, "slug": {"type": "STRING", "index": 6, "name": "slug", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 106.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 7822.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__team"}, "model.github_source.stg_github__user": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__user", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"user_id": {"type": "INT64", "index": 1, "name": "user_id", "comment": null}, "login_name": {"type": "STRING", "index": 2, "name": "login_name", "comment": null}, "name": {"type": "STRING", "index": 3, "name": "name", "comment": null}, "company": {"type": "STRING", "index": 4, "name": "company", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 30.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1108.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__user"}, "model.github_source.stg_github__repo_team_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__repo_team_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "index": 1, "name": "repository_id", "comment": null}, "team_id": {"type": "INT64", "index": 2, "name": "team_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "permission": {"type": "STRING", "index": 4, "name": "permission", "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.github_source.stg_github__repo_team_tmp"}, "model.github_source.stg_github__repo_team": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__repo_team", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "index": 1, "name": "repository_id", "comment": null}, "team_id": {"type": "INT64", "index": 2, "name": "team_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 64.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__repo_team"}, "model.github_source.stg_github__requested_reviewer_history": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__requested_reviewer_history", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"pull_request_id": {"type": "INT64", "index": 1, "name": "pull_request_id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "requested_id": {"type": "INT64", "index": 3, "name": "requested_id", "comment": null}, "removed": {"type": "BOOL", "index": 4, "name": "removed", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 55.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1375.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__requested_reviewer_history"}, "model.github_source.stg_github__issue_merged_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__issue_merged_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"commit_sha": {"type": "STRING", "index": 1, "name": "commit_sha", "comment": null}, "issue_id": {"type": "INT64", "index": 2, "name": "issue_id", "comment": null}, "merged_at": {"type": "TIMESTAMP", "index": 3, "name": "merged_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "actor_id": {"type": "INT64", "index": 5, "name": "actor_id", "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.github_source.stg_github__issue_merged_tmp"}, "model.github_source.stg_github__issue_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__issue_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 4, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "locked": {"type": "BOOL", "index": 6, "name": "locked", "comment": null}, "milestone_id": {"type": "INT64", "index": 7, "name": "milestone_id", "comment": null}, "number": {"type": "INT64", "index": 8, "name": "number", "comment": null}, "pull_request": {"type": "BOOL", "index": 9, "name": "pull_request", "comment": null}, "repository_id": {"type": "INT64", "index": 10, "name": "repository_id", "comment": null}, "state": {"type": "STRING", "index": 11, "name": "state", "comment": null}, "title": {"type": "STRING", "index": 12, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 14, "name": "user_id", "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.github_source.stg_github__issue_tmp"}, "model.github_source.stg_github__issue_closed_history_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__issue_closed_history_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "actor_id": {"type": "INT64", "index": 4, "name": "actor_id", "comment": null}, "closed": {"type": "BOOL", "index": 5, "name": "closed", "comment": null}, "commit_sha": {"type": "STRING", "index": 6, "name": "commit_sha", "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.github_source.stg_github__issue_closed_history_tmp"}, "model.github_source.stg_github__issue_label": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__issue_label", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "label_id": {"type": "INT64", "index": 2, "name": "label_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 48.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 768.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__issue_label"}, "model.github_source.stg_github__team_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__team_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "STRING", "index": 3, "name": "description", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "org_id": {"type": "INT64", "index": 5, "name": "org_id", "comment": null}, "parent_id": {"type": "INT64", "index": 6, "name": "parent_id", "comment": null}, "privacy": {"type": "STRING", "index": 7, "name": "privacy", "comment": null}, "slug": {"type": "STRING", "index": 8, "name": "slug", "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.github_source.stg_github__team_tmp"}, "model.github_source.stg_github__issue_assignee_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__issue_assignee_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "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.github_source.stg_github__issue_assignee_tmp"}, "model.github_source.stg_github__issue_comment_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__issue_comment_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "issue_id": {"type": "INT64", "index": 5, "name": "issue_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 6, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 7, "name": "user_id", "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.github_source.stg_github__issue_comment_tmp"}, "model.github_source.stg_github__issue_closed_history": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__issue_closed_history", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "is_closed": {"type": "BOOL", "index": 3, "name": "is_closed", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 107.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1819.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__issue_closed_history"}, "model.github_source.stg_github__requested_reviewer_history_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__requested_reviewer_history_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "pull_request_id": {"type": "INT64", "index": 2, "name": "pull_request_id", "comment": null}, "requested_id": {"type": "INT64", "index": 3, "name": "requested_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "actor_id": {"type": "INT64", "index": 5, "name": "actor_id", "comment": null}, "removed": {"type": "BOOL", "index": 6, "name": "removed", "comment": null}, "requested_reviewer_type": {"type": "STRING", "index": 7, "name": "requested_reviewer_type", "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.github_source.stg_github__requested_reviewer_history_tmp"}, "model.github_source.stg_github__label": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__label", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"label_id": {"type": "INT64", "index": 1, "name": "label_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "color": {"type": "STRING", "index": 3, "name": "color", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "is_default": {"type": "BOOL", "index": 5, "name": "is_default", "comment": null}, "label": {"type": "STRING", "index": 6, "name": "label", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 15.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2018.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__label"}, "model.github_source.stg_github__repository": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__repository", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "index": 1, "name": "repository_id", "comment": null}, "full_name": {"type": "STRING", "index": 2, "name": "full_name", "comment": null}, "is_private": {"type": "BOOL", "index": 3, "name": "is_private", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 127.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__repository"}, "model.github_source.stg_github__pull_request": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__pull_request", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"pull_request_id": {"type": "INT64", "index": 1, "name": "pull_request_id", "comment": null}, "issue_id": {"type": "INT64", "index": 2, "name": "issue_id", "comment": null}, "head_repo_id": {"type": "INT64", "index": 3, "name": "head_repo_id", "comment": null}, "head_user_id": {"type": "INT64", "index": 4, "name": "head_user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 80.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2560.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__pull_request"}, "model.github_source.stg_github__user_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__user_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "bio": {"type": "STRING", "index": 3, "name": "bio", "comment": null}, "blog": {"type": "STRING", "index": 4, "name": "blog", "comment": null}, "company": {"type": "STRING", "index": 5, "name": "company", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 6, "name": "created_at", "comment": null}, "hireable": {"type": "BOOL", "index": 7, "name": "hireable", "comment": null}, "location": {"type": "STRING", "index": 8, "name": "location", "comment": null}, "login": {"type": "STRING", "index": 9, "name": "login", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "site_admin": {"type": "BOOL", "index": 11, "name": "site_admin", "comment": null}, "type": {"type": "STRING", "index": 12, "name": "type", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_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.github_source.stg_github__user_tmp"}, "model.github_source.stg_github__pull_request_review": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__pull_request_review", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"pull_request_review_id": {"type": "INT64", "index": 1, "name": "pull_request_review_id", "comment": null}, "pull_request_id": {"type": "INT64", "index": 2, "name": "pull_request_id", "comment": null}, "submitted_at": {"type": "TIMESTAMP", "index": 3, "name": "submitted_at", "comment": null}, "state": {"type": "STRING", "index": 4, "name": "state", "comment": null}, "user_id": {"type": "INT64", "index": 5, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 105.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 4499.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__pull_request_review"}, "model.github_source.stg_github__pull_request_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__pull_request_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "base_label": {"type": "STRING", "index": 3, "name": "base_label", "comment": null}, "base_ref": {"type": "STRING", "index": 4, "name": "base_ref", "comment": null}, "base_repo_id": {"type": "INT64", "index": 5, "name": "base_repo_id", "comment": null}, "base_sha": {"type": "STRING", "index": 6, "name": "base_sha", "comment": null}, "base_user_id": {"type": "INT64", "index": 7, "name": "base_user_id", "comment": null}, "draft": {"type": "BOOL", "index": 8, "name": "draft", "comment": null}, "head_label": {"type": "STRING", "index": 9, "name": "head_label", "comment": null}, "head_ref": {"type": "STRING", "index": 10, "name": "head_ref", "comment": null}, "head_repo_id": {"type": "INT64", "index": 11, "name": "head_repo_id", "comment": null}, "head_sha": {"type": "STRING", "index": 12, "name": "head_sha", "comment": null}, "head_user_id": {"type": "INT64", "index": 13, "name": "head_user_id", "comment": null}, "issue_id": {"type": "INT64", "index": 14, "name": "issue_id", "comment": null}, "merge_commit_sha": {"type": "STRING", "index": 15, "name": "merge_commit_sha", "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.github_source.stg_github__pull_request_tmp"}, "model.github_source.stg_github__issue": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__issue", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "body": {"type": "STRING", "index": 2, "name": "body", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 3, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "is_locked": {"type": "BOOL", "index": 5, "name": "is_locked", "comment": null}, "milestone_id": {"type": "INT64", "index": 6, "name": "milestone_id", "comment": null}, "issue_number": {"type": "INT64", "index": 7, "name": "issue_number", "comment": null}, "is_pull_request": {"type": "BOOL", "index": 8, "name": "is_pull_request", "comment": null}, "repository_id": {"type": "INT64", "index": 9, "name": "repository_id", "comment": null}, "state": {"type": "STRING", "index": 10, "name": "state", "comment": null}, "title": {"type": "STRING", "index": 11, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 12, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 13, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 112.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 116611.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__issue"}, "model.github_source.stg_github__issue_label_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__issue_label_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "label_id": {"type": "INT64", "index": 2, "name": "label_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "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.github_source.stg_github__issue_label_tmp"}, "model.github_source.stg_github__pull_request_review_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__pull_request_review_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}, "commit_sha": {"type": "STRING", "index": 4, "name": "commit_sha", "comment": null}, "pull_request_id": {"type": "INT64", "index": 5, "name": "pull_request_id", "comment": null}, "state": {"type": "STRING", "index": 6, "name": "state", "comment": null}, "submitted_at": {"type": "TIMESTAMP", "index": 7, "name": "submitted_at", "comment": null}, "user_id": {"type": "INT64", "index": 8, "name": "user_id", "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.github_source.stg_github__pull_request_review_tmp"}, "model.github_source.stg_github__repository_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__repository_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "BOOL", "index": 3, "name": "archived", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "default_branch": {"type": "STRING", "index": 5, "name": "default_branch", "comment": null}, "description": {"type": "STRING", "index": 6, "name": "description", "comment": null}, "fork": {"type": "BOOL", "index": 7, "name": "fork", "comment": null}, "full_name": {"type": "STRING", "index": 8, "name": "full_name", "comment": null}, "homepage": {"type": "STRING", "index": 9, "name": "homepage", "comment": null}, "language": {"type": "STRING", "index": 10, "name": "language", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "owner_id": {"type": "INT64", "index": 12, "name": "owner_id", "comment": null}, "private": {"type": "BOOL", "index": 13, "name": "private", "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.github_source.stg_github__repository_tmp"}, "model.github_source.stg_github__label_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_github", "name": "stg_github__label_tmp", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "color": {"type": "STRING", "index": 3, "name": "color", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "is_default": {"type": "BOOL", "index": 5, "name": "is_default", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "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.github_source.stg_github__label_tmp"}, "model.github_source.stg_github__issue_merged": {"metadata": {"type": "table", "schema": "dbt_joe_github", "name": "stg_github__issue_merged", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "merged_at": {"type": "TIMESTAMP", "index": 2, "name": "merged_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 73.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1168.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.github_source.stg_github__issue_merged"}}, "sources": {"source.github_source.github.pull_request_review": {"metadata": {"type": "table", "schema": "github_new", "name": "pull_request_review", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}, "commit_sha": {"type": "STRING", "index": 4, "name": "commit_sha", "comment": null}, "pull_request_id": {"type": "INT64", "index": 5, "name": "pull_request_id", "comment": null}, "state": {"type": "STRING", "index": 6, "name": "state", "comment": null}, "submitted_at": {"type": "TIMESTAMP", "index": 7, "name": "submitted_at", "comment": null}, "user_id": {"type": "INT64", "index": 8, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 105.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16654.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.pull_request_review"}, "source.github_source.github.label": {"metadata": {"type": "table", "schema": "github_new", "name": "label", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "color": {"type": "STRING", "index": 3, "name": "color", "comment": null}, "description": {"type": "STRING", "index": 4, "name": "description", "comment": null}, "is_default": {"type": "BOOL", "index": 5, "name": "is_default", "comment": null}, "name": {"type": "STRING", "index": 6, "name": "name", "comment": null}, "url": {"type": "STRING", "index": 7, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 15.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2018.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.label"}, "source.github_source.github.repository": {"metadata": {"type": "table", "schema": "github_new", "name": "repository", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "BOOL", "index": 3, "name": "archived", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "default_branch": {"type": "STRING", "index": 5, "name": "default_branch", "comment": null}, "description": {"type": "STRING", "index": 6, "name": "description", "comment": null}, "fork": {"type": "BOOL", "index": 7, "name": "fork", "comment": null}, "full_name": {"type": "STRING", "index": 8, "name": "full_name", "comment": null}, "homepage": {"type": "STRING", "index": 9, "name": "homepage", "comment": null}, "language": {"type": "STRING", "index": 10, "name": "language", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "owner_id": {"type": "INT64", "index": 12, "name": "owner_id", "comment": null}, "private": {"type": "BOOL", "index": 13, "name": "private", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 666.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.repository"}, "source.github_source.github.issue_label": {"metadata": {"type": "table", "schema": "github_new", "name": "issue_label", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "label_id": {"type": "INT64", "index": 2, "name": "label_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 48.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1152.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.issue_label"}, "source.github_source.github.issue_assignee": {"metadata": {"type": "table", "schema": "github_new", "name": "issue_assignee", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 27.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 648.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.issue_assignee"}, "source.github_source.github.issue": {"metadata": {"type": "table", "schema": "github_new", "name": "issue", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}, "closed_at": {"type": "TIMESTAMP", "index": 4, "name": "closed_at", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 5, "name": "created_at", "comment": null}, "locked": {"type": "BOOL", "index": 6, "name": "locked", "comment": null}, "milestone_id": {"type": "INT64", "index": 7, "name": "milestone_id", "comment": null}, "number": {"type": "INT64", "index": 8, "name": "number", "comment": null}, "pull_request": {"type": "BOOL", "index": 9, "name": "pull_request", "comment": null}, "repository_id": {"type": "INT64", "index": 10, "name": "repository_id", "comment": null}, "state": {"type": "STRING", "index": 11, "name": "state", "comment": null}, "title": {"type": "STRING", "index": 12, "name": "title", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 14, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 112.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 117507.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.issue"}, "source.github_source.github.user": {"metadata": {"type": "table", "schema": "github_new", "name": "user", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "bio": {"type": "STRING", "index": 3, "name": "bio", "comment": null}, "blog": {"type": "STRING", "index": 4, "name": "blog", "comment": null}, "company": {"type": "STRING", "index": 5, "name": "company", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 6, "name": "created_at", "comment": null}, "hireable": {"type": "BOOL", "index": 7, "name": "hireable", "comment": null}, "location": {"type": "STRING", "index": 8, "name": "location", "comment": null}, "login": {"type": "STRING", "index": 9, "name": "login", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "site_admin": {"type": "BOOL", "index": 11, "name": "site_admin", "comment": null}, "type": {"type": "STRING", "index": 12, "name": "type", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 13, "name": "updated_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 30.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3053.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.user"}, "source.github_source.github.requested_reviewer_history": {"metadata": {"type": "table", "schema": "github_new", "name": "requested_reviewer_history", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"created_at": {"type": "TIMESTAMP", "index": 1, "name": "created_at", "comment": null}, "pull_request_id": {"type": "INT64", "index": 2, "name": "pull_request_id", "comment": null}, "requested_id": {"type": "INT64", "index": 3, "name": "requested_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "actor_id": {"type": "INT64", "index": 5, "name": "actor_id", "comment": null}, "removed": {"type": "BOOL", "index": 6, "name": "removed", "comment": null}, "requested_reviewer_type": {"type": "STRING", "index": 7, "name": "requested_reviewer_type", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 55.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2585.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.requested_reviewer_history"}, "source.github_source.github.team": {"metadata": {"type": "table", "schema": "github_new", "name": "team", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "STRING", "index": 3, "name": "description", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "org_id": {"type": "INT64", "index": 5, "name": "org_id", "comment": null}, "parent_id": {"type": "INT64", "index": 6, "name": "parent_id", "comment": null}, "privacy": {"type": "STRING", "index": 7, "name": "privacy", "comment": null}, "slug": {"type": "STRING", "index": 8, "name": "slug", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 106.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 9518.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.team"}, "source.github_source.github.issue_closed_history": {"metadata": {"type": "table", "schema": "github_new", "name": "issue_closed_history", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"issue_id": {"type": "INT64", "index": 1, "name": "issue_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "actor_id": {"type": "INT64", "index": 4, "name": "actor_id", "comment": null}, "closed": {"type": "BOOL", "index": 5, "name": "closed", "comment": null}, "commit_sha": {"type": "STRING", "index": 6, "name": "commit_sha", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 107.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 3531.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.issue_closed_history"}, "source.github_source.github.repo_team": {"metadata": {"type": "table", "schema": "github_new", "name": "repo_team", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"repository_id": {"type": "INT64", "index": 1, "name": "repository_id", "comment": null}, "team_id": {"type": "INT64", "index": 2, "name": "team_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "permission": {"type": "STRING", "index": 4, "name": "permission", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 124.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.repo_team"}, "source.github_source.github.issue_merged": {"metadata": {"type": "table", "schema": "github_new", "name": "issue_merged", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"commit_sha": {"type": "STRING", "index": 1, "name": "commit_sha", "comment": null}, "issue_id": {"type": "INT64", "index": 2, "name": "issue_id", "comment": null}, "merged_at": {"type": "TIMESTAMP", "index": 3, "name": "merged_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "actor_id": {"type": "INT64", "index": 5, "name": "actor_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 73.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 5402.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.issue_merged"}, "source.github_source.github.issue_comment": {"metadata": {"type": "table", "schema": "github_new", "name": "issue_comment", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "body": {"type": "STRING", "index": 3, "name": "body", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 4, "name": "created_at", "comment": null}, "issue_id": {"type": "INT64", "index": 5, "name": "issue_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 6, "name": "updated_at", "comment": null}, "user_id": {"type": "INT64", "index": 7, "name": "user_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 157.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 69210.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.issue_comment"}, "source.github_source.github.pull_request": {"metadata": {"type": "table", "schema": "github_new", "name": "pull_request", "database": "bigquery-proj", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "base_label": {"type": "STRING", "index": 3, "name": "base_label", "comment": null}, "base_ref": {"type": "STRING", "index": 4, "name": "base_ref", "comment": null}, "base_repo_id": {"type": "INT64", "index": 5, "name": "base_repo_id", "comment": null}, "base_sha": {"type": "STRING", "index": 6, "name": "base_sha", "comment": null}, "base_user_id": {"type": "INT64", "index": 7, "name": "base_user_id", "comment": null}, "draft": {"type": "BOOL", "index": 8, "name": "draft", "comment": null}, "head_label": {"type": "STRING", "index": 9, "name": "head_label", "comment": null}, "head_ref": {"type": "STRING", "index": 10, "name": "head_ref", "comment": null}, "head_repo_id": {"type": "INT64", "index": 11, "name": "head_repo_id", "comment": null}, "head_sha": {"type": "STRING", "index": 12, "name": "head_sha", "comment": null}, "head_user_id": {"type": "INT64", "index": 13, "name": "head_user_id", "comment": null}, "issue_id": {"type": "INT64", "index": 14, "name": "issue_id", "comment": null}, "merge_commit_sha": {"type": "STRING", "index": 15, "name": "merge_commit_sha", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 80.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 20337.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.github_source.github.pull_request"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 360349a..0c4d0ec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + @@ -16,17 +16,17 @@ - + - +
-