From c9c3556ed92735c56690ec669701eaa271baf898 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:40:04 -0500 Subject: [PATCH 1/6] bugfix/revised-parent-id-datatype --- .gitignore | 3 ++- CHANGELOG.md | 8 +++++++ README.md | 2 +- dbt_project.yml | 2 +- docs/catalog.json | 2 +- docs/index.html | 24 +++++++++---------- docs/manifest.json | 2 +- docs/run_results.json | 2 +- integration_tests/dbt_project.yml | 5 ++-- integration_tests/packages.yml | 1 - integration_tests/seeds/field.csv | 4 +++- .../seeds/issue_field_history.csv | 4 +++- models/intermediate/int_jira__issue_epic.sql | 2 +- .../int_jira__issue_type_parents.sql | 5 ++-- models/intermediate/int_jira__issue_users.sql | 2 +- 15 files changed, 40 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index f6f8251d..d766802b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ dbt_modules/ logs/ .DS_Store models/intermediate/int_jira__all_field_options.sql -dbt_packages/ \ No newline at end of file +dbt_packages/ +package-lock.yml \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9762a04d..5616d048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# dbt_jira v0.16.0 +[PR #](https://github.com/fivetran/dbt_jira/pull/) contains the following updates: + +## 🚨 Breaking Changes: Bug Fixes 🚨 +- The `revised_parent_id` field has been converted to a string datatype (previously integer) to ensure classic Jira projects may link issues to epics. The field datatype change will be seen in the below models. If you are referencing these fields downstream, be sure to make any changes to account for the new datatype. + - `int_jira__issue_type_parents` + - `jira__issue_enhanced` + # dbt_jira v0.15.0 [PR #108](https://github.com/fivetran/dbt_jira/pull/108) contains the following updates: ## 🚨 Breaking Changes 🚨 diff --git a/README.md b/README.md index e7f9c27e..489c6e7f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Include the following jira package version in your `packages.yml` file: ```yaml packages: - package: fivetran/jira - version: [">=0.15.0", "<0.16.0"] + version: [">=0.16.0", "<0.17.0"] ``` ## Step 3: Define database and schema variables diff --git a/dbt_project.yml b/dbt_project.yml index 4d7dc0e1..a730aa1f 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'jira' -version: '0.15.0' +version: '0.16.0' config-version: 2 require-dbt-version: [">=1.3.0", "<2.0.0"] vars: diff --git a/docs/catalog.json b/docs/catalog.json index 09d090f9..0a6ef053 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.5.6", "generated_at": "2023-09-19T22:45:37.431352Z", "invocation_id": "3de4d5f4-ee2f-4047-ae14-abe9b1091168", "env": {}}, "nodes": {"seed.jira_integration_tests.component": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "component", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 11.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.component"}, "seed.jira_integration_tests.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_field_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(256)", "index": 5, "name": "value", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_field_history"}, "seed.jira_integration_tests.field": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "field", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "character varying(256)", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "character varying(17)", "index": 5, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.field"}, "seed.jira_integration_tests.field_option": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "field_option", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "character varying(33)", "index": 3, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 33.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.field_option"}, "seed.jira_integration_tests.issue": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying(256)", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "character varying(43)", "index": 9, "name": "creator", "comment": null}, "description": {"type": "character varying(41)", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "character varying(5)", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "character varying(43)", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "character varying(27)", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue"}, "seed.jira_integration_tests.comment": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "comment", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "character varying(43)", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "character varying(102)", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "character varying(43)", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 102.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.comment"}, "seed.jira_integration_tests.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_link", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "character varying(10)", "index": 4, "name": "relationship", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_link"}, "seed.jira_integration_tests.epic": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "epic", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "done": {"type": "boolean", "index": 3, "name": "done", "comment": null}, "key": {"type": "character varying(5)", "index": 4, "name": "key", "comment": null}, "name": {"type": "character varying(9)", "index": 5, "name": "name", "comment": null}, "summary": {"type": "character varying(16)", "index": 6, "name": "summary", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 16.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.epic"}, "seed.jira_integration_tests.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_type", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(30)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(4)", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 30.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_type"}, "seed.jira_integration_tests.sprint": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "sprint", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 4, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "character varying(15)", "index": 6, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 7, "name": "start_date", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 15.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.sprint"}, "seed.jira_integration_tests.project": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "project", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "character varying(4)", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "character varying(43)", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "character varying(25)", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "character varying(8)", "index": 9, "name": "project_type_key", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project"}, "seed.jira_integration_tests.priority": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "priority", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(53)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(7)", "index": 4, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 53.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.priority"}, "seed.jira_integration_tests.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_multiselect_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"_fivetran_id": {"type": "character varying(28)", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "character varying(17)", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying(256)", "index": 6, "name": "value", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_multiselect_history"}, "seed.jira_integration_tests.project_board": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "project_board", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"board_id": {"type": "integer", "index": 1, "name": "board_id", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 0.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project_board"}, "seed.jira_integration_tests.project_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "project_category", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(42)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(13)", "index": 4, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 42.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project_category"}, "seed.jira_integration_tests.resolution": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "resolution", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(38)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(4)", "index": 4, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.resolution"}, "seed.jira_integration_tests.status": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "status", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(69)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 69.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.status"}, "seed.jira_integration_tests.status_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "status_category", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "character varying(11)", "index": 3, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 11.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.status_category"}, "seed.jira_integration_tests.version": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "version", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "character varying(18)", "index": 4, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 18.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.version"}, "seed.jira_integration_tests.user_group": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "user_group", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"group_name": {"type": "character varying(19)", "index": 1, "name": "group_name", "comment": null}, "user_id": {"type": "character varying(43)", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.user_group"}, "seed.jira_integration_tests.user": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "user", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "character varying(43)", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "character varying(5)", "index": 4, "name": "locale", "comment": null}, "name": {"type": "character varying(22)", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "character varying(19)", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.user"}, "model.jira_source.stg_jira__field_option": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__field_option", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "bigint", "index": 1, "name": "field_id", "comment": null}, "parent_field_id": {"type": "integer", "index": 2, "name": "parent_field_id", "comment": null}, "field_option_name": {"type": "character varying(33)", "index": 3, "name": "field_option_name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 33.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__field_option"}, "model.jira_source.stg_jira__comment": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__comment", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"author_user_id": {"type": "character varying(43)", "index": 1, "name": "author_user_id", "comment": null}, "body": {"type": "character varying(102)", "index": 2, "name": "body", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "comment_id": {"type": "bigint", "index": 4, "name": "comment_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "last_update_user_id": {"type": "character varying(43)", "index": 7, "name": "last_update_user_id", "comment": null}, "last_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 102.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__comment"}, "model.jira_source.stg_jira__issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_multiselect_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"_fivetran_id": {"type": "character varying(28)", "index": 1, "name": "_fivetran_id", "comment": null}, "field_id": {"type": "character varying(17)", "index": 2, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": null}, "field_value": {"type": "character varying(256)", "index": 5, "name": "field_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 18000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__issue_multiselect_history"}, "model.jira_source.stg_jira__issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_field_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 3, "name": "updated_at", "comment": null}, "field_value": {"type": "character varying(256)", "index": 4, "name": "field_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__issue_field_history"}, "model.jira_source.stg_jira__component": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__component", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"component_description": {"type": "integer", "index": 1, "name": "component_description", "comment": null}, "component_id": {"type": "bigint", "index": 2, "name": "component_id", "comment": null}, "component_name": {"type": "character varying(11)", "index": 3, "name": "component_name", "comment": null}, "project_id": {"type": "bigint", "index": 4, "name": "project_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 11.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__component"}, "model.jira_source.stg_jira__field": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__field", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(256)", "index": 1, "name": "field_id", "comment": null}, "is_array": {"type": "boolean", "index": 2, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 3, "name": "is_custom", "comment": null}, "field_name": {"type": "character varying(17)", "index": 4, "name": "field_name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__field"}, "model.jira_source.stg_jira__issue_link": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_link", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "relationship": {"type": "character varying(10)", "index": 3, "name": "relationship", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__issue_link"}, "model.jira_source.stg_jira__issue": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"original_estimate_seconds": {"type": "integer", "index": 1, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 2, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 3, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying(256)", "index": 4, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 6, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "character varying(43)", "index": 7, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "character varying(41)", "index": 8, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 9, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 10, "name": "environment", "comment": null}, "issue_id": {"type": "bigint", "index": 11, "name": "issue_id", "comment": null}, "issue_type_id": {"type": "integer", "index": 12, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "character varying(5)", "index": 13, "name": "issue_key", "comment": null}, "parent_issue_id": {"type": "integer", "index": 14, "name": "parent_issue_id", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "character varying(43)", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "character varying(27)", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000149, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 54000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__issue"}, "model.jira_source.stg_jira__issue_type": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_type", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"description": {"type": "character varying(30)", "index": 1, "name": "description", "comment": null}, "issue_type_id": {"type": "integer", "index": 2, "name": "issue_type_id", "comment": null}, "issue_type_name": {"type": "character varying(4)", "index": 3, "name": "issue_type_name", "comment": null}, "is_subtask": {"type": "boolean", "index": 4, "name": "is_subtask", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 30.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__issue_type"}, "model.jira_source.stg_jira__priority": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__priority", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"priority_description": {"type": "character varying(53)", "index": 1, "name": "priority_description", "comment": null}, "priority_id": {"type": "integer", "index": 2, "name": "priority_id", "comment": null}, "priority_name": {"type": "character varying(7)", "index": 3, "name": "priority_name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 53.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__priority"}, "model.jira_source.stg_jira__project": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__project", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"project_description": {"type": "integer", "index": 1, "name": "project_description", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "project_key": {"type": "character varying(4)", "index": 3, "name": "project_key", "comment": null}, "project_lead_user_id": {"type": "character varying(43)", "index": 4, "name": "project_lead_user_id", "comment": null}, "project_name": {"type": "character varying(25)", "index": 5, "name": "project_name", "comment": null}, "project_category_id": {"type": "integer", "index": 6, "name": "project_category_id", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__project"}, "model.jira_source.stg_jira__resolution": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__resolution", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"resolution_description": {"type": "character varying(38)", "index": 1, "name": "resolution_description", "comment": null}, "resolution_id": {"type": "integer", "index": 2, "name": "resolution_id", "comment": null}, "resolution_name": {"type": "character varying(4)", "index": 3, "name": "resolution_name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__resolution"}, "model.jira_source.stg_jira__sprint": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__sprint", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"sprint_id": {"type": "bigint", "index": 1, "name": "sprint_id", "comment": null}, "sprint_name": {"type": "character varying(15)", "index": 2, "name": "sprint_name", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "completed_at": {"type": "timestamp without time zone", "index": 4, "name": "completed_at", "comment": null}, "ended_at": {"type": "timestamp without time zone", "index": 5, "name": "ended_at", "comment": null}, "started_at": {"type": "timestamp without time zone", "index": 6, "name": "started_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 5.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 20000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 15.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__sprint"}, "model.jira_source.stg_jira__status": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__status", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"status_description": {"type": "character varying(69)", "index": 1, "name": "status_description", "comment": null}, "status_id": {"type": "integer", "index": 2, "name": "status_id", "comment": null}, "status_name": {"type": "character varying(11)", "index": 3, "name": "status_name", "comment": null}, "status_category_id": {"type": "integer", "index": 4, "name": "status_category_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 4.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 16000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 69.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__status"}, "model.jira_source.stg_jira__status_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__status_category", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"status_category_id": {"type": "integer", "index": 1, "name": "status_category_id", "comment": null}, "status_category_name": {"type": "character varying(11)", "index": 2, "name": "status_category_name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 11.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__status_category"}, "model.jira.int_jira__agg_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__agg_multiselect_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "field_name": {"type": "character varying(25)", "index": 2, "name": "field_name", "comment": null}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": null}, "batch_id": {"type": "character varying(32)", "index": 5, "name": "batch_id", "comment": null}, "date_day": {"type": "date", "index": 6, "name": "date_day", "comment": null}, "field_values": {"type": "character varying(65535)", "index": 7, "name": "field_values", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__agg_multiselect_history"}, "model.jira_source.stg_jira__user": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__user", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"email": {"type": "integer", "index": 1, "name": "email", "comment": null}, "user_id": {"type": "character varying(43)", "index": 2, "name": "user_id", "comment": null}, "locale": {"type": "character varying(5)", "index": 3, "name": "locale", "comment": null}, "user_display_name": {"type": "character varying(22)", "index": 4, "name": "user_display_name", "comment": null}, "time_zone": {"type": "character varying(19)", "index": 5, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 6, "name": "username", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 5.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 20000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__user"}, "model.jira_source.stg_jira__version": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__version", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"is_archived": {"type": "boolean", "index": 1, "name": "is_archived", "comment": null}, "description": {"type": "character varying(18)", "index": 2, "name": "description", "comment": null}, "version_id": {"type": "integer", "index": 3, "name": "version_id", "comment": null}, "version_name": {"type": "character varying(11)", "index": 4, "name": "version_name", "comment": null}, "is_overdue": {"type": "boolean", "index": 5, "name": "is_overdue", "comment": null}, "project_id": {"type": "integer", "index": 6, "name": "project_id", "comment": null}, "release_date": {"type": "timestamp without time zone", "index": 7, "name": "release_date", "comment": null}, "is_released": {"type": "boolean", "index": 8, "name": "is_released", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 9, "name": "start_date", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 18.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__version"}, "model.jira.int_jira__issue_type_parents": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__issue_type_parents", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"original_estimate_seconds": {"type": "integer", "index": 1, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 2, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 3, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying(256)", "index": 4, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 6, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "character varying(43)", "index": 7, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "character varying(41)", "index": 8, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 9, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 10, "name": "environment", "comment": null}, "issue_id": {"type": "bigint", "index": 11, "name": "issue_id", "comment": null}, "issue_type_id": {"type": "integer", "index": 12, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "character varying(5)", "index": 13, "name": "issue_key", "comment": null}, "parent_issue_id": {"type": "integer", "index": 14, "name": "parent_issue_id", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "character varying(43)", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "character varying(27)", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "revised_parent_issue_id": {"type": "integer", "index": 25, "name": "revised_parent_issue_id", "comment": null}, "issue_type": {"type": "character varying(4)", "index": 26, "name": "issue_type", "comment": null}, "parent_issue_type": {"type": "character varying(4)", "index": 27, "name": "parent_issue_type", "comment": null}, "parent_issue_name": {"type": "character varying(27)", "index": 28, "name": "parent_issue_name", "comment": null}, "parent_issue_key": {"type": "character varying(5)", "index": 29, "name": "parent_issue_key", "comment": null}, "is_parent_epic": {"type": "boolean", "index": 30, "name": "is_parent_epic", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000182, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 66000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_type_parents"}, "model.jira.int_jira__combine_field_histories": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__combine_field_histories", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "field_value": {"type": "character varying(65535)", "index": 3, "name": "field_value", "comment": null}, "field_name": {"type": "character varying(25)", "index": 4, "name": "field_name", "comment": null}, "valid_starting_at": {"type": "timestamp without time zone", "index": 5, "name": "valid_starting_at", "comment": null}, "valid_ending_at": {"type": "timestamp without time zone", "index": 6, "name": "valid_ending_at", "comment": null}, "valid_starting_on": {"type": "date", "index": 7, "name": "valid_starting_on", "comment": null}, "combined_history_id": {"type": "character varying(32)", "index": 8, "name": "combined_history_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__combine_field_histories"}, "model.jira.int_jira__daily_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__daily_field_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "field_name": {"type": "character varying(25)", "index": 3, "name": "field_name", "comment": null}, "field_value": {"type": "character varying(65535)", "index": 4, "name": "field_value", "comment": null}, "valid_starting_at": {"type": "timestamp without time zone", "index": 5, "name": "valid_starting_at", "comment": null}, "valid_ending_at": {"type": "timestamp without time zone", "index": 6, "name": "valid_ending_at", "comment": null}, "valid_starting_on": {"type": "date", "index": 7, "name": "valid_starting_on", "comment": null}, "issue_field_day_id": {"type": "character varying(32)", "index": 8, "name": "issue_field_day_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__daily_field_history"}, "model.jira.int_jira__pivot_daily_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__pivot_daily_field_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "status": {"type": "character varying(65535)", "index": 3, "name": "status", "comment": null}, "sprint": {"type": "character varying(65535)", "index": 4, "name": "sprint", "comment": null}, "summary": {"type": "character varying(65535)", "index": 5, "name": "summary", "comment": null}, "story_points": {"type": "character varying(65535)", "index": 6, "name": "story_points", "comment": null}, "components": {"type": "character varying(65535)", "index": 7, "name": "components", "comment": null}, "issue_day_id": {"type": "character varying(32)", "index": 8, "name": "issue_day_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 22000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__pivot_daily_field_history"}, "model.jira.int_jira__field_history_scd": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__field_history_scd", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "issue_day_id": {"type": "character varying(32)", "index": 3, "name": "issue_day_id", "comment": null}, "status_id": {"type": "character varying(65535)", "index": 4, "name": "status_id", "comment": null}, "status": {"type": "character varying(65535)", "index": 5, "name": "status", "comment": null}, "sprint": {"type": "character varying(65535)", "index": 6, "name": "sprint", "comment": null}, "summary": {"type": "character varying(65535)", "index": 7, "name": "summary", "comment": null}, "story_points": {"type": "character varying(65535)", "index": 8, "name": "story_points", "comment": null}, "components": {"type": "character varying(65535)", "index": 9, "name": "components", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(issue_id))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY(issue_id))", "include": true, "description": "First column in the sort key."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 100.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "sortkey_num": {"id": "sortkey_num", "label": "# Sort Keys", "value": 1.0, "include": true, "description": "Number of columns defined as sort keys."}, "skew_sortkey1": {"id": "skew_sortkey1", "label": "Sort Key Skew", "value": 1.0, "include": true, "description": "Ratio of the size of the largest non-sort key column to the size of the first column of the sort key."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 2.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "unsorted": {"id": "unsorted", "label": "Unsorted %", "value": 0.0, "include": true, "description": "Percent of unsorted rows in the table."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__field_history_scd"}, "model.jira.int_jira__issue_join": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__issue_join", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": null}, "parent_issue_id": {"type": "integer", "index": 2, "name": "parent_issue_id", "comment": null}, "original_estimate_seconds": {"type": "integer", "index": 3, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 4, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 5, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying(256)", "index": 6, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 8, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "character varying(43)", "index": 9, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "character varying(41)", "index": 10, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "character varying(5)", "index": 14, "name": "issue_key", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "character varying(43)", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "character varying(27)", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "issue_type": {"type": "character varying(4)", "index": 25, "name": "issue_type", "comment": null}, "parent_issue_type": {"type": "character varying(4)", "index": 26, "name": "parent_issue_type", "comment": null}, "parent_issue_name": {"type": "character varying(27)", "index": 27, "name": "parent_issue_name", "comment": null}, "parent_issue_key": {"type": "character varying(5)", "index": 28, "name": "parent_issue_key", "comment": null}, "is_parent_epic": {"type": "boolean", "index": 29, "name": "is_parent_epic", "comment": null}, "assignee_name": {"type": "character varying(22)", "index": 30, "name": "assignee_name", "comment": null}, "assignee_timezone": {"type": "character varying(19)", "index": 31, "name": "assignee_timezone", "comment": null}, "assignee_email": {"type": "integer", "index": 32, "name": "assignee_email", "comment": null}, "reporter_email": {"type": "integer", "index": 33, "name": "reporter_email", "comment": null}, "reporter_name": {"type": "character varying(22)", "index": 34, "name": "reporter_name", "comment": null}, "reporter_timezone": {"type": "character varying(19)", "index": 35, "name": "reporter_timezone", "comment": null}, "project_name": {"type": "character varying(25)", "index": 36, "name": "project_name", "comment": null}, "current_status": {"type": "character varying(11)", "index": 37, "name": "current_status", "comment": null}, "current_status_category": {"type": "character varying(11)", "index": 38, "name": "current_status_category", "comment": null}, "resolution_type": {"type": "character varying(4)", "index": 39, "name": "resolution_type", "comment": null}, "current_priority": {"type": "character varying(7)", "index": 40, "name": "current_priority", "comment": null}, "current_sprint_id": {"type": "character varying(256)", "index": 41, "name": "current_sprint_id", "comment": null}, "current_sprint_name": {"type": "character varying(15)", "index": 42, "name": "current_sprint_name", "comment": null}, "count_sprint_changes": {"type": "bigint", "index": 43, "name": "count_sprint_changes", "comment": null}, "sprint_started_at": {"type": "timestamp without time zone", "index": 44, "name": "sprint_started_at", "comment": null}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_ended_at", "comment": null}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_completed_at", "comment": null}, "is_active_sprint": {"type": "boolean", "index": 47, "name": "is_active_sprint", "comment": null}, "first_assigned_at": {"type": "timestamp without time zone", "index": 48, "name": "first_assigned_at", "comment": null}, "last_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "last_assigned_at", "comment": null}, "first_resolved_at": {"type": "timestamp without time zone", "index": 50, "name": "first_resolved_at", "comment": null}, "fixes_versions": {"type": "character varying(65535)", "index": 51, "name": "fixes_versions", "comment": null}, "affects_versions": {"type": "character varying(65535)", "index": 52, "name": "affects_versions", "comment": null}, "conversation": {"type": "character varying(65535)", "index": 53, "name": "conversation", "comment": null}, "count_comments": {"type": "bigint", "index": 54, "name": "count_comments", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000315, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 114000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_join"}, "model.jira.int_jira__issue_calendar_spine": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_int_jira", "name": "int_jira__issue_calendar_spine", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "issue_day_id": {"type": "character varying(32)", "index": 3, "name": "issue_day_id", "comment": null}, "earliest_open_until_date": {"type": "date", "index": 4, "name": "earliest_open_until_date", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(EVEN)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 14000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 31.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 32.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_calendar_spine"}, "model.jira.jira__daily_issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira", "name": "jira__daily_issue_field_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "status": {"type": "character varying(11)", "index": 3, "name": "status", "comment": null}, "status_id": {"type": "character varying(65535)", "index": 4, "name": "status_id", "comment": null}, "sprint": {"type": "character varying(65535)", "index": 5, "name": "sprint", "comment": null}, "summary": {"type": "character varying(65535)", "index": 6, "name": "summary", "comment": null}, "story_points": {"type": "character varying(65535)", "index": 7, "name": "story_points", "comment": null}, "components": {"type": "character varying(65535)", "index": 8, "name": "components", "comment": null}, "issue_day_id": {"type": "character varying(32)", "index": 9, "name": "issue_day_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 6.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(issue_id))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY(issue_id))", "include": true, "description": "First column in the sort key."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 100.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "sortkey_num": {"id": "sortkey_num", "label": "# Sort Keys", "value": 1.0, "include": true, "description": "Number of columns defined as sort keys."}, "skew_sortkey1": {"id": "skew_sortkey1", "label": "Sort Key Skew", "value": 1.0, "include": true, "description": "Ratio of the size of the largest non-sort key column to the size of the first column of the sort key."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 24000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 31.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "unsorted": {"id": "unsorted", "label": "Unsorted %", "value": 0.0, "include": true, "description": "Percent of unsorted rows in the table."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__daily_issue_field_history"}, "model.jira.jira__issue_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira", "name": "jira__issue_enhanced", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": null}, "parent_issue_id": {"type": "integer", "index": 2, "name": "parent_issue_id", "comment": null}, "original_estimate_seconds": {"type": "integer", "index": 3, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 4, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 5, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying(256)", "index": 6, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 8, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "character varying(43)", "index": 9, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "character varying(41)", "index": 10, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "character varying(5)", "index": 14, "name": "issue_key", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "character varying(43)", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "character varying(27)", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "issue_type": {"type": "character varying(4)", "index": 25, "name": "issue_type", "comment": null}, "parent_issue_type": {"type": "character varying(4)", "index": 26, "name": "parent_issue_type", "comment": null}, "parent_issue_name": {"type": "character varying(27)", "index": 27, "name": "parent_issue_name", "comment": null}, "parent_issue_key": {"type": "character varying(5)", "index": 28, "name": "parent_issue_key", "comment": null}, "is_parent_epic": {"type": "boolean", "index": 29, "name": "is_parent_epic", "comment": null}, "assignee_name": {"type": "character varying(22)", "index": 30, "name": "assignee_name", "comment": null}, "assignee_timezone": {"type": "character varying(19)", "index": 31, "name": "assignee_timezone", "comment": null}, "assignee_email": {"type": "integer", "index": 32, "name": "assignee_email", "comment": null}, "reporter_email": {"type": "integer", "index": 33, "name": "reporter_email", "comment": null}, "reporter_name": {"type": "character varying(22)", "index": 34, "name": "reporter_name", "comment": null}, "reporter_timezone": {"type": "character varying(19)", "index": 35, "name": "reporter_timezone", "comment": null}, "project_name": {"type": "character varying(25)", "index": 36, "name": "project_name", "comment": null}, "current_status": {"type": "character varying(11)", "index": 37, "name": "current_status", "comment": null}, "current_status_category": {"type": "character varying(11)", "index": 38, "name": "current_status_category", "comment": null}, "resolution_type": {"type": "character varying(4)", "index": 39, "name": "resolution_type", "comment": null}, "current_priority": {"type": "character varying(7)", "index": 40, "name": "current_priority", "comment": null}, "current_sprint_id": {"type": "character varying(256)", "index": 41, "name": "current_sprint_id", "comment": null}, "current_sprint_name": {"type": "character varying(15)", "index": 42, "name": "current_sprint_name", "comment": null}, "count_sprint_changes": {"type": "bigint", "index": 43, "name": "count_sprint_changes", "comment": null}, "sprint_started_at": {"type": "timestamp without time zone", "index": 44, "name": "sprint_started_at", "comment": null}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_ended_at", "comment": null}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_completed_at", "comment": null}, "is_active_sprint": {"type": "boolean", "index": 47, "name": "is_active_sprint", "comment": null}, "first_assigned_at": {"type": "timestamp without time zone", "index": 48, "name": "first_assigned_at", "comment": null}, "last_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "last_assigned_at", "comment": null}, "first_resolved_at": {"type": "timestamp without time zone", "index": 50, "name": "first_resolved_at", "comment": null}, "fixes_versions": {"type": "character varying(65535)", "index": 51, "name": "fixes_versions", "comment": null}, "affects_versions": {"type": "character varying(65535)", "index": 52, "name": "affects_versions", "comment": null}, "conversation": {"type": "character varying(65535)", "index": 53, "name": "conversation", "comment": null}, "count_comments": {"type": "bigint", "index": 54, "name": "count_comments", "comment": null}, "open_duration_seconds": {"type": "bigint", "index": 55, "name": "open_duration_seconds", "comment": null}, "any_assignment_duration_seconds": {"type": "bigint", "index": 56, "name": "any_assignment_duration_seconds", "comment": null}, "last_assignment_duration_seconds": {"type": "bigint", "index": 57, "name": "last_assignment_duration_seconds", "comment": null}, "status": {"type": "character varying(11)", "index": 58, "name": "status", "comment": null}, "sprint": {"type": "character varying(65535)", "index": 59, "name": "sprint", "comment": null}, "summary": {"type": "character varying(65535)", "index": 60, "name": "summary", "comment": null}, "story_points": {"type": "character varying(65535)", "index": 61, "name": "story_points", "comment": null}, "components": {"type": "character varying(65535)", "index": 62, "name": "components", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000359, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(issue_id))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 2.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 130000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__issue_enhanced"}, "model.jira.jira__user_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira", "name": "jira__user_enhanced", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"email": {"type": "integer", "index": 1, "name": "email", "comment": null}, "user_id": {"type": "character varying(43)", "index": 2, "name": "user_id", "comment": null}, "locale": {"type": "character varying(5)", "index": 3, "name": "locale", "comment": null}, "user_display_name": {"type": "character varying(22)", "index": 4, "name": "user_display_name", "comment": null}, "time_zone": {"type": "character varying(19)", "index": 5, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 6, "name": "username", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "projects": {"type": "character varying(65535)", "index": 8, "name": "projects", "comment": null}, "count_closed_issues": {"type": "bigint", "index": 9, "name": "count_closed_issues", "comment": null}, "count_open_issues": {"type": "bigint", "index": 10, "name": "count_open_issues", "comment": null}, "avg_close_time_days": {"type": "numeric(23,0)", "index": 11, "name": "avg_close_time_days", "comment": null}, "avg_age_currently_open_days": {"type": "numeric(23,0)", "index": 12, "name": "avg_age_currently_open_days", "comment": null}, "median_close_time_days": {"type": "numeric(23,0)", "index": 13, "name": "median_close_time_days", "comment": null}, "median_age_currently_open_days": {"type": "numeric(23,0)", "index": 14, "name": "median_age_currently_open_days", "comment": null}, "avg_close_time_seconds": {"type": "numeric(23,0)", "index": 15, "name": "avg_close_time_seconds", "comment": null}, "avg_age_currently_open_seconds": {"type": "numeric(23,0)", "index": 16, "name": "avg_age_currently_open_seconds", "comment": null}, "median_close_time_seconds": {"type": "numeric(23,0)", "index": 17, "name": "median_close_time_seconds", "comment": null}, "median_age_currently_open_seconds": {"type": "numeric(23,0)", "index": 18, "name": "median_age_currently_open_seconds", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000116, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(user_id))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 2.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 42000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__user_enhanced"}, "model.jira.jira__project_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1_jira", "name": "jira__project_enhanced", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"project_description": {"type": "integer", "index": 1, "name": "project_description", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "project_key": {"type": "character varying(4)", "index": 3, "name": "project_key", "comment": null}, "project_lead_user_id": {"type": "character varying(43)", "index": 4, "name": "project_lead_user_id", "comment": null}, "project_name": {"type": "character varying(25)", "index": 5, "name": "project_name", "comment": null}, "project_category_id": {"type": "integer", "index": 6, "name": "project_category_id", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}, "project_lead_user_name": {"type": "character varying(22)", "index": 9, "name": "project_lead_user_name", "comment": null}, "project_lead_email": {"type": "integer", "index": 10, "name": "project_lead_email", "comment": null}, "epics": {"type": "character varying(65535)", "index": 11, "name": "epics", "comment": null}, "components": {"type": "character varying(65535)", "index": 12, "name": "components", "comment": null}, "count_closed_issues": {"type": "bigint", "index": 13, "name": "count_closed_issues", "comment": null}, "count_open_issues": {"type": "bigint", "index": 14, "name": "count_open_issues", "comment": null}, "count_open_assigned_issues": {"type": "bigint", "index": 15, "name": "count_open_assigned_issues", "comment": null}, "avg_close_time_days": {"type": "numeric(23,0)", "index": 16, "name": "avg_close_time_days", "comment": null}, "avg_assigned_close_time_days": {"type": "numeric(23,0)", "index": 17, "name": "avg_assigned_close_time_days", "comment": null}, "avg_age_currently_open_days": {"type": "numeric(23,0)", "index": 18, "name": "avg_age_currently_open_days", "comment": null}, "avg_age_currently_open_assigned_days": {"type": "numeric(23,0)", "index": 19, "name": "avg_age_currently_open_assigned_days", "comment": null}, "median_close_time_days": {"type": "numeric(23,0)", "index": 20, "name": "median_close_time_days", "comment": null}, "median_age_currently_open_days": {"type": "numeric(23,0)", "index": 21, "name": "median_age_currently_open_days", "comment": null}, "median_assigned_close_time_days": {"type": "numeric(23,0)", "index": 22, "name": "median_assigned_close_time_days", "comment": null}, "median_age_currently_open_assigned_days": {"type": "numeric(23,0)", "index": 23, "name": "median_age_currently_open_assigned_days", "comment": null}, "avg_close_time_seconds": {"type": "numeric(23,0)", "index": 24, "name": "avg_close_time_seconds", "comment": null}, "avg_assigned_close_time_seconds": {"type": "numeric(23,0)", "index": 25, "name": "avg_assigned_close_time_seconds", "comment": null}, "avg_age_currently_open_seconds": {"type": "numeric(23,0)", "index": 26, "name": "avg_age_currently_open_seconds", "comment": null}, "avg_age_currently_open_assigned_seconds": {"type": "numeric(23,0)", "index": 27, "name": "avg_age_currently_open_assigned_seconds", "comment": null}, "median_close_time_seconds": {"type": "numeric(23,0)", "index": 28, "name": "median_close_time_seconds", "comment": null}, "median_age_currently_open_seconds": {"type": "numeric(23,0)", "index": 29, "name": "median_age_currently_open_seconds", "comment": null}, "median_assigned_close_time_seconds": {"type": "numeric(23,0)", "index": 30, "name": "median_assigned_close_time_seconds", "comment": null}, "median_age_currently_open_assigned_seconds": {"type": "numeric(23,0)", "index": 31, "name": "median_age_currently_open_assigned_seconds", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 0.000187, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(KEY(project_id))", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "skew_rows": {"id": "skew_rows", "label": "Skew Rows", "value": 2.0, "include": true, "description": "Ratio of the number of rows in the slice with the most rows to the number of rows in the slice with the fewest rows."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 0.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 68000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 65535.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__project_enhanced"}, "model.jira_source.stg_jira__issue_link_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_link_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "character varying(10)", "index": 4, "name": "relationship", "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.jira_source.stg_jira__issue_link_tmp"}, "model.jira_source.stg_jira__issue_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying(256)", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "character varying(43)", "index": 9, "name": "creator", "comment": null}, "description": {"type": "character varying(41)", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "character varying(5)", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "character varying(43)", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "character varying(27)", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "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.jira_source.stg_jira__issue_tmp"}, "model.jira_source.stg_jira__field_option_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__field_option_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "character varying(33)", "index": 3, "name": "name", "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.jira_source.stg_jira__field_option_tmp"}, "model.jira_source.stg_jira__issue_multiselect_history_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_multiselect_history_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"_fivetran_id": {"type": "character varying(28)", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "character varying(17)", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying(256)", "index": 6, "name": "value", "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.jira_source.stg_jira__issue_multiselect_history_tmp"}, "model.jira_source.stg_jira__issue_field_history_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_field_history_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(256)", "index": 5, "name": "value", "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.jira_source.stg_jira__issue_field_history_tmp"}, "model.jira_source.stg_jira__comment_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__comment_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "character varying(43)", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "character varying(102)", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "character varying(43)", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "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.jira_source.stg_jira__comment_tmp"}, "model.jira_source.stg_jira__component_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__component_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_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.jira_source.stg_jira__component_tmp"}, "model.jira_source.stg_jira__field_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__field_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "character varying(256)", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "character varying(17)", "index": 5, "name": "name", "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.jira_source.stg_jira__field_tmp"}, "model.jira_source.stg_jira__issue_type_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__issue_type_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(30)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(4)", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "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.jira_source.stg_jira__issue_type_tmp"}, "model.jira_source.stg_jira__priority_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__priority_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(53)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(7)", "index": 4, "name": "name", "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.jira_source.stg_jira__priority_tmp"}, "model.jira_source.stg_jira__project_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__project_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "character varying(4)", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "character varying(43)", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "character varying(25)", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "character varying(8)", "index": 9, "name": "project_type_key", "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.jira_source.stg_jira__project_tmp"}, "model.jira_source.stg_jira__resolution_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__resolution_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(38)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(4)", "index": 4, "name": "name", "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.jira_source.stg_jira__resolution_tmp"}, "model.jira_source.stg_jira__sprint_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__sprint_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 4, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "character varying(15)", "index": 6, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 7, "name": "start_date", "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.jira_source.stg_jira__sprint_tmp"}, "model.jira_source.stg_jira__status_category_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__status_category_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "character varying(11)", "index": 3, "name": "name", "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.jira_source.stg_jira__status_category_tmp"}, "model.jira_source.stg_jira__status_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__status_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(69)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_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.jira_source.stg_jira__status_tmp"}, "model.jira_source.stg_jira__user_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__user_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "character varying(43)", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "character varying(5)", "index": 4, "name": "locale", "comment": null}, "name": {"type": "character varying(22)", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "character varying(19)", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__user_tmp"}, "model.jira_source.stg_jira__version_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_1_jira_source", "name": "stg_jira__version_tmp", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "character varying(18)", "index": 4, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "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.jira_source.stg_jira__version_tmp"}}, "sources": {"source.jira_source.jira.component": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "component", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 11.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.component"}, "source.jira_source.jira.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_field_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"field_id": {"type": "character varying(17)", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying(256)", "index": 5, "name": "value", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_field_history"}, "source.jira_source.jira.field": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "field", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "character varying(256)", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "character varying(17)", "index": 5, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.field"}, "source.jira_source.jira.field_option": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "field_option", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "character varying(33)", "index": 3, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 33.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.field_option"}, "source.jira_source.jira.issue": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying(256)", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "character varying(43)", "index": 9, "name": "creator", "comment": null}, "description": {"type": "character varying(41)", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "character varying(5)", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "character varying(43)", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "character varying(27)", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 8.8e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 32000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue"}, "source.jira_source.jira.comment": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "comment", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "character varying(43)", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "character varying(102)", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "character varying(43)", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 102.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.comment"}, "source.jira_source.jira.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_link", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "character varying(10)", "index": 4, "name": "relationship", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 10.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_link"}, "source.jira_source.jira.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_type", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(30)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(4)", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 30.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_type"}, "source.jira_source.jira.sprint": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "sprint", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 4, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "character varying(15)", "index": 6, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 7, "name": "start_date", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 15.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.sprint"}, "source.jira_source.jira.project": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "project", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "character varying(4)", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "character varying(43)", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "character varying(25)", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "character varying(8)", "index": 9, "name": "project_type_key", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.3e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 12000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.project"}, "source.jira_source.jira.priority": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "priority", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(53)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(7)", "index": 4, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 5.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 53.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.priority"}, "source.jira_source.jira.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "issue_multiselect_history", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"_fivetran_id": {"type": "character varying(28)", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "character varying(17)", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying(256)", "index": 6, "name": "value", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.4e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 9000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 4.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 256.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_multiselect_history"}, "source.jira_source.jira.resolution": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "resolution", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(38)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(4)", "index": 4, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.9e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 7000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 1.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 38.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.resolution"}, "source.jira_source.jira.status": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "status", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "character varying(69)", "index": 3, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.2e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 8000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 69.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.status"}, "source.jira_source.jira.status_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "status_category", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "character varying(11)", "index": 3, "name": "name", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 1.6e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 6000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 11.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.status_category"}, "source.jira_source.jira.version": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "version", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "character varying(18)", "index": 4, "name": "description", "comment": null}, "name": {"type": "character varying(11)", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 3.5e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 13000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 18.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.version"}, "source.jira_source.jira.user": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_1", "name": "user", "database": "redshift-test-kristin", "comment": null, "owner": "awsuser"}, "columns": {"id": {"type": "character varying(43)", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "character varying(5)", "index": 4, "name": "locale", "comment": null}, "name": {"type": "character varying(22)", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "character varying(19)", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}}, "stats": {"pct_used": {"id": "pct_used", "label": "Disk Utilization", "value": 2.7e-05, "include": true, "description": "Percent of available space that is used by the table."}, "diststyle": {"id": "diststyle", "label": "Dist Style", "value": "AUTO(ALL)", "include": true, "description": "Distribution style or distribution key column, if key distribution is defined."}, "sortkey1": {"id": "sortkey1", "label": "Sort Key 1", "value": "AUTO(SORTKEY)", "include": true, "description": "First column in the sort key."}, "stats_off": {"id": "stats_off", "label": "Stats Off", "value": 100.0, "include": true, "description": "Number that indicates how stale the table statistics are; 0 is current, 100 is out of date."}, "encoded": {"id": "encoded", "label": "Encoded", "value": "Y, AUTO(ENCODE)", "include": true, "description": "Indicates whether any column in the table has compression encoding defined."}, "size": {"id": "size", "label": "Approximate Size", "value": 10000000.0, "include": true, "description": "Approximate size of the table, calculated from a count of 1MB blocks"}, "rows": {"id": "rows", "label": "Approximate Row Count", "value": 3.0, "include": true, "description": "Approximate number of rows in the table. This value includes rows marked for deletion, but not yet vacuumed."}, "max_varchar": {"id": "max_varchar", "label": "Max Varchar", "value": 43.0, "include": true, "description": "Size of the largest column that uses a VARCHAR data type."}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.user"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.7.10", "generated_at": "2024-03-21T15:31:55.046966Z", "invocation_id": "ca58038f-9947-4199-a5f3-eec45b0edb02", "env": {}}, "nodes": {"seed.jira_integration_tests.comment": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "comment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.comment"}, "seed.jira_integration_tests.component": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "component", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_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": "seed.jira_integration_tests.component"}, "seed.jira_integration_tests.epic": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "epic", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "done": {"type": "boolean", "index": 3, "name": "done", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "summary": {"type": "text", "index": 6, "name": "summary", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.epic"}, "seed.jira_integration_tests.field": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "field", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.field"}, "seed.jira_integration_tests.field_option": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "field_option", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.field_option"}, "seed.jira_integration_tests.issue": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue"}, "seed.jira_integration_tests.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_field_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_field_history"}, "seed.jira_integration_tests.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_link", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_link"}, "seed.jira_integration_tests.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_multiselect_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_multiselect_history"}, "seed.jira_integration_tests.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_type", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_type"}, "seed.jira_integration_tests.priority": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "priority", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.priority"}, "seed.jira_integration_tests.project": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "project", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project"}, "seed.jira_integration_tests.project_board": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "project_board", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"board_id": {"type": "integer", "index": 1, "name": "board_id", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project_board"}, "seed.jira_integration_tests.project_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "project_category", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project_category"}, "seed.jira_integration_tests.resolution": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "resolution", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.resolution"}, "seed.jira_integration_tests.sprint": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "sprint", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 4, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 7, "name": "start_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.sprint"}, "seed.jira_integration_tests.status": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "status", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_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": "seed.jira_integration_tests.status"}, "seed.jira_integration_tests.status_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "status_category", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.status_category"}, "seed.jira_integration_tests.user": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.user"}, "seed.jira_integration_tests.user_group": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "user_group", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"group_name": {"type": "text", "index": 1, "name": "group_name", "comment": null}, "user_id": {"type": "text", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.user_group"}, "seed.jira_integration_tests.version": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "version", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.version"}, "model.jira.int_jira__agg_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__agg_multiselect_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "field_name": {"type": "text", "index": 2, "name": "field_name", "comment": null}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": null}, "batch_id": {"type": "text", "index": 5, "name": "batch_id", "comment": null}, "date_day": {"type": "date", "index": 6, "name": "date_day", "comment": null}, "field_values": {"type": "text", "index": 7, "name": "field_values", "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.jira.int_jira__agg_multiselect_history"}, "model.jira.int_jira__combine_field_histories": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__combine_field_histories", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "field_value": {"type": "character varying", "index": 3, "name": "field_value", "comment": null}, "field_name": {"type": "text", "index": 4, "name": "field_name", "comment": null}, "valid_starting_at": {"type": "timestamp without time zone", "index": 5, "name": "valid_starting_at", "comment": null}, "valid_ending_at": {"type": "timestamp without time zone", "index": 6, "name": "valid_ending_at", "comment": null}, "valid_starting_on": {"type": "date", "index": 7, "name": "valid_starting_on", "comment": null}, "combined_history_id": {"type": "text", "index": 8, "name": "combined_history_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.jira.int_jira__combine_field_histories"}, "model.jira.int_jira__daily_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__daily_field_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "field_name": {"type": "text", "index": 3, "name": "field_name", "comment": null}, "field_value": {"type": "character varying", "index": 4, "name": "field_value", "comment": null}, "valid_starting_at": {"type": "timestamp without time zone", "index": 5, "name": "valid_starting_at", "comment": null}, "valid_ending_at": {"type": "timestamp without time zone", "index": 6, "name": "valid_ending_at", "comment": null}, "valid_starting_on": {"type": "date", "index": 7, "name": "valid_starting_on", "comment": null}, "issue_field_day_id": {"type": "text", "index": 8, "name": "issue_field_day_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.jira.int_jira__daily_field_history"}, "model.jira.int_jira__field_history_scd": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__field_history_scd", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "issue_day_id": {"type": "text", "index": 3, "name": "issue_day_id", "comment": null}, "status_id": {"type": "text", "index": 4, "name": "status_id", "comment": null}, "status": {"type": "text", "index": 5, "name": "status", "comment": null}, "sprint": {"type": "text", "index": 6, "name": "sprint", "comment": null}, "summary": {"type": "text", "index": 7, "name": "summary", "comment": null}, "story_points": {"type": "text", "index": 8, "name": "story_points", "comment": null}, "components": {"type": "text", "index": 9, "name": "components", "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.jira.int_jira__field_history_scd"}, "model.jira.int_jira__issue_calendar_spine": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__issue_calendar_spine", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "issue_day_id": {"type": "text", "index": 3, "name": "issue_day_id", "comment": null}, "earliest_open_until_date": {"type": "date", "index": 4, "name": "earliest_open_until_date", "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.jira.int_jira__issue_calendar_spine"}, "model.jira.int_jira__issue_join": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__issue_join", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": null}, "parent_issue_id": {"type": "text", "index": 2, "name": "parent_issue_id", "comment": null}, "original_estimate_seconds": {"type": "integer", "index": 3, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 4, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 5, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying", "index": 6, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 8, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "text", "index": 9, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "text", "index": 10, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "text", "index": 14, "name": "issue_key", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "text", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "text", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "issue_type": {"type": "text", "index": 25, "name": "issue_type", "comment": null}, "parent_issue_type": {"type": "text", "index": 26, "name": "parent_issue_type", "comment": null}, "parent_issue_name": {"type": "text", "index": 27, "name": "parent_issue_name", "comment": null}, "parent_issue_key": {"type": "text", "index": 28, "name": "parent_issue_key", "comment": null}, "is_parent_epic": {"type": "boolean", "index": 29, "name": "is_parent_epic", "comment": null}, "assignee_name": {"type": "text", "index": 30, "name": "assignee_name", "comment": null}, "assignee_timezone": {"type": "text", "index": 31, "name": "assignee_timezone", "comment": null}, "assignee_email": {"type": "integer", "index": 32, "name": "assignee_email", "comment": null}, "reporter_email": {"type": "integer", "index": 33, "name": "reporter_email", "comment": null}, "reporter_name": {"type": "text", "index": 34, "name": "reporter_name", "comment": null}, "reporter_timezone": {"type": "text", "index": 35, "name": "reporter_timezone", "comment": null}, "project_name": {"type": "text", "index": 36, "name": "project_name", "comment": null}, "current_status": {"type": "text", "index": 37, "name": "current_status", "comment": null}, "current_status_category": {"type": "text", "index": 38, "name": "current_status_category", "comment": null}, "resolution_type": {"type": "text", "index": 39, "name": "resolution_type", "comment": null}, "current_priority": {"type": "text", "index": 40, "name": "current_priority", "comment": null}, "current_sprint_id": {"type": "character varying", "index": 41, "name": "current_sprint_id", "comment": null}, "current_sprint_name": {"type": "text", "index": 42, "name": "current_sprint_name", "comment": null}, "count_sprint_changes": {"type": "bigint", "index": 43, "name": "count_sprint_changes", "comment": null}, "sprint_started_at": {"type": "timestamp without time zone", "index": 44, "name": "sprint_started_at", "comment": null}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_ended_at", "comment": null}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_completed_at", "comment": null}, "is_active_sprint": {"type": "boolean", "index": 47, "name": "is_active_sprint", "comment": null}, "first_assigned_at": {"type": "timestamp without time zone", "index": 48, "name": "first_assigned_at", "comment": null}, "last_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "last_assigned_at", "comment": null}, "first_resolved_at": {"type": "timestamp without time zone", "index": 50, "name": "first_resolved_at", "comment": null}, "fixes_versions": {"type": "text", "index": 51, "name": "fixes_versions", "comment": null}, "affects_versions": {"type": "text", "index": 52, "name": "affects_versions", "comment": null}, "conversation": {"type": "text", "index": 53, "name": "conversation", "comment": null}, "count_comments": {"type": "bigint", "index": 54, "name": "count_comments", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_join"}, "model.jira.int_jira__issue_type_parents": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__issue_type_parents", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"original_estimate_seconds": {"type": "integer", "index": 1, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 2, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 3, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying", "index": 4, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 6, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "text", "index": 7, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "text", "index": 8, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 9, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 10, "name": "environment", "comment": null}, "issue_id": {"type": "bigint", "index": 11, "name": "issue_id", "comment": null}, "issue_type_id": {"type": "integer", "index": 12, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "text", "index": 13, "name": "issue_key", "comment": null}, "parent_issue_id": {"type": "integer", "index": 14, "name": "parent_issue_id", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "text", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "text", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "revised_parent_issue_id": {"type": "text", "index": 25, "name": "revised_parent_issue_id", "comment": null}, "issue_type": {"type": "text", "index": 26, "name": "issue_type", "comment": null}, "parent_issue_type": {"type": "text", "index": 27, "name": "parent_issue_type", "comment": null}, "parent_issue_name": {"type": "text", "index": 28, "name": "parent_issue_name", "comment": null}, "parent_issue_key": {"type": "text", "index": 29, "name": "parent_issue_key", "comment": null}, "is_parent_epic": {"type": "boolean", "index": 30, "name": "is_parent_epic", "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.jira.int_jira__issue_type_parents"}, "model.jira.int_jira__pivot_daily_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_int_jira", "name": "int_jira__pivot_daily_field_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "status": {"type": "text", "index": 3, "name": "status", "comment": null}, "sprint": {"type": "text", "index": 4, "name": "sprint", "comment": null}, "summary": {"type": "text", "index": 5, "name": "summary", "comment": null}, "story_points": {"type": "text", "index": 6, "name": "story_points", "comment": null}, "components": {"type": "text", "index": 7, "name": "components", "comment": null}, "issue_day_id": {"type": "text", "index": 8, "name": "issue_day_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.jira.int_jira__pivot_daily_field_history"}, "model.jira.jira__daily_issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira", "name": "jira__daily_issue_field_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "status": {"type": "text", "index": 3, "name": "status", "comment": null}, "status_id": {"type": "text", "index": 4, "name": "status_id", "comment": null}, "sprint": {"type": "text", "index": 5, "name": "sprint", "comment": null}, "summary": {"type": "text", "index": 6, "name": "summary", "comment": null}, "story_points": {"type": "text", "index": 7, "name": "story_points", "comment": null}, "components": {"type": "text", "index": 8, "name": "components", "comment": null}, "issue_day_id": {"type": "text", "index": 9, "name": "issue_day_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.jira.jira__daily_issue_field_history"}, "model.jira.jira__issue_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira", "name": "jira__issue_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": null}, "parent_issue_id": {"type": "text", "index": 2, "name": "parent_issue_id", "comment": null}, "original_estimate_seconds": {"type": "integer", "index": 3, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 4, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 5, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying", "index": 6, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 8, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "text", "index": 9, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "text", "index": 10, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "text", "index": 14, "name": "issue_key", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "text", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "text", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_synced", "comment": null}, "issue_type": {"type": "text", "index": 25, "name": "issue_type", "comment": null}, "parent_issue_type": {"type": "text", "index": 26, "name": "parent_issue_type", "comment": null}, "parent_issue_name": {"type": "text", "index": 27, "name": "parent_issue_name", "comment": null}, "parent_issue_key": {"type": "text", "index": 28, "name": "parent_issue_key", "comment": null}, "is_parent_epic": {"type": "boolean", "index": 29, "name": "is_parent_epic", "comment": null}, "assignee_name": {"type": "text", "index": 30, "name": "assignee_name", "comment": null}, "assignee_timezone": {"type": "text", "index": 31, "name": "assignee_timezone", "comment": null}, "assignee_email": {"type": "integer", "index": 32, "name": "assignee_email", "comment": null}, "reporter_email": {"type": "integer", "index": 33, "name": "reporter_email", "comment": null}, "reporter_name": {"type": "text", "index": 34, "name": "reporter_name", "comment": null}, "reporter_timezone": {"type": "text", "index": 35, "name": "reporter_timezone", "comment": null}, "project_name": {"type": "text", "index": 36, "name": "project_name", "comment": null}, "current_status": {"type": "text", "index": 37, "name": "current_status", "comment": null}, "current_status_category": {"type": "text", "index": 38, "name": "current_status_category", "comment": null}, "resolution_type": {"type": "text", "index": 39, "name": "resolution_type", "comment": null}, "current_priority": {"type": "text", "index": 40, "name": "current_priority", "comment": null}, "current_sprint_id": {"type": "character varying", "index": 41, "name": "current_sprint_id", "comment": null}, "current_sprint_name": {"type": "text", "index": 42, "name": "current_sprint_name", "comment": null}, "count_sprint_changes": {"type": "bigint", "index": 43, "name": "count_sprint_changes", "comment": null}, "sprint_started_at": {"type": "timestamp without time zone", "index": 44, "name": "sprint_started_at", "comment": null}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_ended_at", "comment": null}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_completed_at", "comment": null}, "is_active_sprint": {"type": "boolean", "index": 47, "name": "is_active_sprint", "comment": null}, "first_assigned_at": {"type": "timestamp without time zone", "index": 48, "name": "first_assigned_at", "comment": null}, "last_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "last_assigned_at", "comment": null}, "first_resolved_at": {"type": "timestamp without time zone", "index": 50, "name": "first_resolved_at", "comment": null}, "fixes_versions": {"type": "text", "index": 51, "name": "fixes_versions", "comment": null}, "affects_versions": {"type": "text", "index": 52, "name": "affects_versions", "comment": null}, "conversation": {"type": "text", "index": 53, "name": "conversation", "comment": null}, "count_comments": {"type": "bigint", "index": 54, "name": "count_comments", "comment": null}, "open_duration_seconds": {"type": "double precision", "index": 55, "name": "open_duration_seconds", "comment": null}, "any_assignment_duration_seconds": {"type": "double precision", "index": 56, "name": "any_assignment_duration_seconds", "comment": null}, "last_assignment_duration_seconds": {"type": "double precision", "index": 57, "name": "last_assignment_duration_seconds", "comment": null}, "status": {"type": "text", "index": 58, "name": "status", "comment": null}, "sprint": {"type": "text", "index": 59, "name": "sprint", "comment": null}, "summary": {"type": "text", "index": 60, "name": "summary", "comment": null}, "story_points": {"type": "text", "index": 61, "name": "story_points", "comment": null}, "components": {"type": "text", "index": 62, "name": "components", "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.jira.jira__issue_enhanced"}, "model.jira.jira__project_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira", "name": "jira__project_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"project_description": {"type": "integer", "index": 1, "name": "project_description", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "project_key": {"type": "text", "index": 3, "name": "project_key", "comment": null}, "project_lead_user_id": {"type": "text", "index": 4, "name": "project_lead_user_id", "comment": null}, "project_name": {"type": "text", "index": 5, "name": "project_name", "comment": null}, "project_category_id": {"type": "integer", "index": 6, "name": "project_category_id", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "name": "_fivetran_synced", "comment": null}, "project_lead_user_name": {"type": "text", "index": 9, "name": "project_lead_user_name", "comment": null}, "project_lead_email": {"type": "integer", "index": 10, "name": "project_lead_email", "comment": null}, "epics": {"type": "text", "index": 11, "name": "epics", "comment": null}, "components": {"type": "text", "index": 12, "name": "components", "comment": null}, "count_closed_issues": {"type": "bigint", "index": 13, "name": "count_closed_issues", "comment": null}, "count_open_issues": {"type": "bigint", "index": 14, "name": "count_open_issues", "comment": null}, "count_open_assigned_issues": {"type": "bigint", "index": 15, "name": "count_open_assigned_issues", "comment": null}, "avg_close_time_days": {"type": "numeric", "index": 16, "name": "avg_close_time_days", "comment": null}, "avg_assigned_close_time_days": {"type": "numeric", "index": 17, "name": "avg_assigned_close_time_days", "comment": null}, "avg_age_currently_open_days": {"type": "numeric", "index": 18, "name": "avg_age_currently_open_days", "comment": null}, "avg_age_currently_open_assigned_days": {"type": "numeric", "index": 19, "name": "avg_age_currently_open_assigned_days", "comment": null}, "median_close_time_days": {"type": "numeric", "index": 20, "name": "median_close_time_days", "comment": null}, "median_age_currently_open_days": {"type": "numeric", "index": 21, "name": "median_age_currently_open_days", "comment": null}, "median_assigned_close_time_days": {"type": "numeric", "index": 22, "name": "median_assigned_close_time_days", "comment": null}, "median_age_currently_open_assigned_days": {"type": "numeric", "index": 23, "name": "median_age_currently_open_assigned_days", "comment": null}, "avg_close_time_seconds": {"type": "numeric", "index": 24, "name": "avg_close_time_seconds", "comment": null}, "avg_assigned_close_time_seconds": {"type": "numeric", "index": 25, "name": "avg_assigned_close_time_seconds", "comment": null}, "avg_age_currently_open_seconds": {"type": "numeric", "index": 26, "name": "avg_age_currently_open_seconds", "comment": null}, "avg_age_currently_open_assigned_seconds": {"type": "numeric", "index": 27, "name": "avg_age_currently_open_assigned_seconds", "comment": null}, "median_close_time_seconds": {"type": "numeric", "index": 28, "name": "median_close_time_seconds", "comment": null}, "median_age_currently_open_seconds": {"type": "numeric", "index": 29, "name": "median_age_currently_open_seconds", "comment": null}, "median_assigned_close_time_seconds": {"type": "numeric", "index": 30, "name": "median_assigned_close_time_seconds", "comment": null}, "median_age_currently_open_assigned_seconds": {"type": "numeric", "index": 31, "name": "median_age_currently_open_assigned_seconds", "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.jira.jira__project_enhanced"}, "model.jira.jira__user_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira", "name": "jira__user_enhanced", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"email": {"type": "integer", "index": 1, "name": "email", "comment": null}, "user_id": {"type": "text", "index": 2, "name": "user_id", "comment": null}, "locale": {"type": "text", "index": 3, "name": "locale", "comment": null}, "user_display_name": {"type": "text", "index": 4, "name": "user_display_name", "comment": null}, "time_zone": {"type": "text", "index": 5, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 6, "name": "username", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_synced", "comment": null}, "projects": {"type": "text", "index": 8, "name": "projects", "comment": null}, "count_closed_issues": {"type": "bigint", "index": 9, "name": "count_closed_issues", "comment": null}, "count_open_issues": {"type": "bigint", "index": 10, "name": "count_open_issues", "comment": null}, "avg_close_time_days": {"type": "numeric", "index": 11, "name": "avg_close_time_days", "comment": null}, "avg_age_currently_open_days": {"type": "numeric", "index": 12, "name": "avg_age_currently_open_days", "comment": null}, "median_close_time_days": {"type": "numeric", "index": 13, "name": "median_close_time_days", "comment": null}, "median_age_currently_open_days": {"type": "numeric", "index": 14, "name": "median_age_currently_open_days", "comment": null}, "avg_close_time_seconds": {"type": "numeric", "index": 15, "name": "avg_close_time_seconds", "comment": null}, "avg_age_currently_open_seconds": {"type": "numeric", "index": 16, "name": "avg_age_currently_open_seconds", "comment": null}, "median_close_time_seconds": {"type": "numeric", "index": 17, "name": "median_close_time_seconds", "comment": null}, "median_age_currently_open_seconds": {"type": "numeric", "index": 18, "name": "median_age_currently_open_seconds", "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.jira.jira__user_enhanced"}, "model.jira_source.stg_jira__comment": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__comment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"author_user_id": {"type": "text", "index": 1, "name": "author_user_id", "comment": null}, "body": {"type": "text", "index": 2, "name": "body", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "comment_id": {"type": "bigint", "index": 4, "name": "comment_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "last_update_user_id": {"type": "text", "index": 7, "name": "last_update_user_id", "comment": null}, "last_updated_at": {"type": "timestamp without time zone", "index": 8, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira_source.stg_jira__comment"}, "model.jira_source.stg_jira__comment_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__comment_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "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.jira_source.stg_jira__comment_tmp"}, "model.jira_source.stg_jira__component": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__component", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"component_description": {"type": "integer", "index": 1, "name": "component_description", "comment": null}, "component_id": {"type": "bigint", "index": 2, "name": "component_id", "comment": null}, "component_name": {"type": "text", "index": 3, "name": "component_name", "comment": null}, "project_id": {"type": "bigint", "index": 4, "name": "project_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira_source.stg_jira__component"}, "model.jira_source.stg_jira__component_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__component_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_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.jira_source.stg_jira__component_tmp"}, "model.jira_source.stg_jira__field": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__field", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "is_array": {"type": "boolean", "index": 2, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 3, "name": "is_custom", "comment": null}, "field_name": {"type": "text", "index": 4, "name": "field_name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira_source.stg_jira__field"}, "model.jira_source.stg_jira__field_option": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__field_option", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "bigint", "index": 1, "name": "field_id", "comment": null}, "parent_field_id": {"type": "integer", "index": 2, "name": "parent_field_id", "comment": null}, "field_option_name": {"type": "text", "index": 3, "name": "field_option_name", "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.jira_source.stg_jira__field_option"}, "model.jira_source.stg_jira__field_option_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__field_option_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "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.jira_source.stg_jira__field_option_tmp"}, "model.jira_source.stg_jira__field_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__field_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "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.jira_source.stg_jira__field_tmp"}, "model.jira_source.stg_jira__issue": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"original_estimate_seconds": {"type": "integer", "index": 1, "name": "original_estimate_seconds", "comment": null}, "remaining_estimate_seconds": {"type": "integer", "index": 2, "name": "remaining_estimate_seconds", "comment": null}, "time_spent_seconds": {"type": "integer", "index": 3, "name": "time_spent_seconds", "comment": null}, "assignee_user_id": {"type": "character varying", "index": 4, "name": "assignee_user_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "resolved_at": {"type": "timestamp without time zone", "index": 6, "name": "resolved_at", "comment": null}, "creator_user_id": {"type": "text", "index": 7, "name": "creator_user_id", "comment": null}, "issue_description": {"type": "text", "index": 8, "name": "issue_description", "comment": null}, "due_date": {"type": "integer", "index": 9, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 10, "name": "environment", "comment": null}, "issue_id": {"type": "bigint", "index": 11, "name": "issue_id", "comment": null}, "issue_type_id": {"type": "integer", "index": 12, "name": "issue_type_id", "comment": null}, "issue_key": {"type": "text", "index": 13, "name": "issue_key", "comment": null}, "parent_issue_id": {"type": "integer", "index": 14, "name": "parent_issue_id", "comment": null}, "priority_id": {"type": "integer", "index": 15, "name": "priority_id", "comment": null}, "project_id": {"type": "integer", "index": 16, "name": "project_id", "comment": null}, "reporter_user_id": {"type": "text", "index": 17, "name": "reporter_user_id", "comment": null}, "resolution_id": {"type": "integer", "index": 18, "name": "resolution_id", "comment": null}, "status_id": {"type": "integer", "index": 19, "name": "status_id", "comment": null}, "status_changed_at": {"type": "timestamp without time zone", "index": 20, "name": "status_changed_at", "comment": null}, "issue_name": {"type": "text", "index": 21, "name": "issue_name", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "work_ratio": {"type": "double precision", "index": 23, "name": "work_ratio", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 24, "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.jira_source.stg_jira__issue"}, "model.jira_source.stg_jira__issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_field_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 3, "name": "updated_at", "comment": null}, "field_value": {"type": "character varying", "index": 4, "name": "field_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira_source.stg_jira__issue_field_history"}, "model.jira_source.stg_jira__issue_field_history_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_field_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "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.jira_source.stg_jira__issue_field_history_tmp"}, "model.jira_source.stg_jira__issue_link": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_link", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "relationship": {"type": "text", "index": 3, "name": "relationship", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "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.jira_source.stg_jira__issue_link"}, "model.jira_source.stg_jira__issue_link_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_link_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "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.jira_source.stg_jira__issue_link_tmp"}, "model.jira_source.stg_jira__issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_multiselect_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "field_id": {"type": "text", "index": 2, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": null}, "field_value": {"type": "character varying", "index": 5, "name": "field_value", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "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.jira_source.stg_jira__issue_multiselect_history"}, "model.jira_source.stg_jira__issue_multiselect_history_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_multiselect_history_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "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.jira_source.stg_jira__issue_multiselect_history_tmp"}, "model.jira_source.stg_jira__issue_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "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.jira_source.stg_jira__issue_tmp"}, "model.jira_source.stg_jira__issue_type": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_type", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"description": {"type": "text", "index": 1, "name": "description", "comment": null}, "issue_type_id": {"type": "integer", "index": 2, "name": "issue_type_id", "comment": null}, "issue_type_name": {"type": "text", "index": 3, "name": "issue_type_name", "comment": null}, "is_subtask": {"type": "boolean", "index": 4, "name": "is_subtask", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira_source.stg_jira__issue_type"}, "model.jira_source.stg_jira__issue_type_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__issue_type_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "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.jira_source.stg_jira__issue_type_tmp"}, "model.jira_source.stg_jira__priority": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__priority", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"priority_description": {"type": "text", "index": 1, "name": "priority_description", "comment": null}, "priority_id": {"type": "integer", "index": 2, "name": "priority_id", "comment": null}, "priority_name": {"type": "text", "index": 3, "name": "priority_name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "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.jira_source.stg_jira__priority"}, "model.jira_source.stg_jira__priority_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__priority_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "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.jira_source.stg_jira__priority_tmp"}, "model.jira_source.stg_jira__project": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__project", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"project_description": {"type": "integer", "index": 1, "name": "project_description", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "project_key": {"type": "text", "index": 3, "name": "project_key", "comment": null}, "project_lead_user_id": {"type": "text", "index": 4, "name": "project_lead_user_id", "comment": null}, "project_name": {"type": "text", "index": 5, "name": "project_name", "comment": null}, "project_category_id": {"type": "integer", "index": 6, "name": "project_category_id", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "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.jira_source.stg_jira__project"}, "model.jira_source.stg_jira__project_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__project_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "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.jira_source.stg_jira__project_tmp"}, "model.jira_source.stg_jira__resolution": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__resolution", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"resolution_description": {"type": "text", "index": 1, "name": "resolution_description", "comment": null}, "resolution_id": {"type": "integer", "index": 2, "name": "resolution_id", "comment": null}, "resolution_name": {"type": "text", "index": 3, "name": "resolution_name", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "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.jira_source.stg_jira__resolution"}, "model.jira_source.stg_jira__resolution_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__resolution_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "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.jira_source.stg_jira__resolution_tmp"}, "model.jira_source.stg_jira__sprint": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__sprint", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"sprint_id": {"type": "bigint", "index": 1, "name": "sprint_id", "comment": null}, "sprint_name": {"type": "text", "index": 2, "name": "sprint_name", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "completed_at": {"type": "timestamp without time zone", "index": 4, "name": "completed_at", "comment": null}, "ended_at": {"type": "timestamp without time zone", "index": 5, "name": "ended_at", "comment": null}, "started_at": {"type": "timestamp without time zone", "index": 6, "name": "started_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "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.jira_source.stg_jira__sprint"}, "model.jira_source.stg_jira__sprint_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__sprint_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 4, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 7, "name": "start_date", "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.jira_source.stg_jira__sprint_tmp"}, "model.jira_source.stg_jira__status": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__status", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"status_description": {"type": "text", "index": 1, "name": "status_description", "comment": null}, "status_id": {"type": "integer", "index": 2, "name": "status_id", "comment": null}, "status_name": {"type": "text", "index": 3, "name": "status_name", "comment": null}, "status_category_id": {"type": "integer", "index": 4, "name": "status_category_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira_source.stg_jira__status"}, "model.jira_source.stg_jira__status_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__status_category", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"status_category_id": {"type": "integer", "index": 1, "name": "status_category_id", "comment": null}, "status_category_name": {"type": "text", "index": 2, "name": "status_category_name", "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.jira_source.stg_jira__status_category"}, "model.jira_source.stg_jira__status_category_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__status_category_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "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.jira_source.stg_jira__status_category_tmp"}, "model.jira_source.stg_jira__status_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__status_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_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.jira_source.stg_jira__status_tmp"}, "model.jira_source.stg_jira__user": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"email": {"type": "integer", "index": 1, "name": "email", "comment": null}, "user_id": {"type": "text", "index": 2, "name": "user_id", "comment": null}, "locale": {"type": "text", "index": 3, "name": "locale", "comment": null}, "user_display_name": {"type": "text", "index": 4, "name": "user_display_name", "comment": null}, "time_zone": {"type": "text", "index": 5, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 6, "name": "username", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "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.jira_source.stg_jira__user"}, "model.jira_source.stg_jira__user_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__user_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira_source.stg_jira__user_tmp"}, "model.jira_source.stg_jira__version": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__version", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"is_archived": {"type": "boolean", "index": 1, "name": "is_archived", "comment": null}, "description": {"type": "text", "index": 2, "name": "description", "comment": null}, "version_id": {"type": "integer", "index": 3, "name": "version_id", "comment": null}, "version_name": {"type": "text", "index": 4, "name": "version_name", "comment": null}, "is_overdue": {"type": "boolean", "index": 5, "name": "is_overdue", "comment": null}, "project_id": {"type": "integer", "index": 6, "name": "project_id", "comment": null}, "release_date": {"type": "timestamp without time zone", "index": 7, "name": "release_date", "comment": null}, "is_released": {"type": "boolean", "index": 8, "name": "is_released", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 9, "name": "start_date", "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.jira_source.stg_jira__version"}, "model.jira_source.stg_jira__version_tmp": {"metadata": {"type": "VIEW", "schema": "jira_integrations_tests_33_jira_source", "name": "stg_jira__version_tmp", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "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.jira_source.stg_jira__version_tmp"}}, "sources": {"source.jira_source.jira.comment": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "comment", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.comment"}, "source.jira_source.jira.component": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "component", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_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": "source.jira_source.jira.component"}, "source.jira_source.jira.field": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "field", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.field"}, "source.jira_source.jira.field_option": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "field_option", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.field_option"}, "source.jira_source.jira.issue": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue"}, "source.jira_source.jira.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_field_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_field_history"}, "source.jira_source.jira.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_link", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_link"}, "source.jira_source.jira.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_multiselect_history", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_multiselect_history"}, "source.jira_source.jira.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "issue_type", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.issue_type"}, "source.jira_source.jira.priority": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "priority", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.priority"}, "source.jira_source.jira.project": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "project", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.project"}, "source.jira_source.jira.resolution": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "resolution", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.resolution"}, "source.jira_source.jira.sprint": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "sprint", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "board_id": {"type": "integer", "index": 3, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 4, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 5, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 7, "name": "start_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.sprint"}, "source.jira_source.jira.status": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "status", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_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": "source.jira_source.jira.status"}, "source.jira_source.jira.status_category": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "status_category", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.status_category"}, "source.jira_source.jira.user": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "user", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.user"}, "source.jira_source.jira.version": {"metadata": {"type": "BASE TABLE", "schema": "jira_integrations_tests_33", "name": "version", "database": "postgres", "comment": null, "owner": "pguser"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira_source.jira.version"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 5631ac61..ca1e6f88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@
-