diff --git a/CHANGELOG.md b/CHANGELOG.md index b21d837..178a3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# dbt_asana_source v0.5.1 +## Under the Hood +- Leveraged the `{{ dbt_utils.type_timestamp() }}` macro within the staging models for all timestamp fields. + - This is needed as certain Redshift warehouses sync these fields as `timestamptz` by default which causes compilation errors in downstream models. This macro safely removes timezone values from the UTC timestamps and ensures success in downstream transformations. + +## Contributors +- @shreveasaurus ([#18](https://github.com/fivetran/dbt_asana_source/pull/18)). + # dbt_asana_source v0.5.0 🎉 dbt v1.0.0 Compatibility 🎉 ## 🚨 Breaking Changes 🚨 diff --git a/dbt_project.yml b/dbt_project.yml index c8fa64e..b60d054 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 name: 'asana_source' -version: '0.5.0' +version: '0.5.1' require-dbt-version: [">=1.0.0", "<2.0.0"] diff --git a/docs/catalog.json b/docs/catalog.json index 4064161..21e9b2a 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "0.19.0", "generated_at": "2021-03-22T21:23:10.285696Z", "invocation_id": "bfc7fb27-b9ab-4502-8f1f-2285a837b343", "env": {}}, "nodes": {"model.asana_source.stg_asana__task_tag": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_tag", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "comment": null, "index": 1, "name": "tag_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 64.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_tag"}, "model.asana_source.stg_asana__project_task": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project_task", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "comment": null, "index": 1, "name": "project_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__project_task"}, "model.asana_source.stg_asana__task_section_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_section_tmp", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "comment": null, "index": 1, "name": "section_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_section_tmp"}, "model.asana_source.stg_asana__user": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__user", "comment": null, "owner": null}, "columns": {"user_id": {"type": "INT64", "comment": null, "index": 1, "name": "user_id"}, "email": {"type": "STRING", "comment": null, "index": 2, "name": "email"}, "user_name": {"type": "STRING", "comment": null, "index": 3, "name": "user_name"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1520.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 20.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__user"}, "model.asana_source.stg_asana__task_tag_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_tag_tmp", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "comment": null, "index": 1, "name": "tag_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 96.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_tag_tmp"}, "model.asana_source.stg_asana__team": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__team", "comment": null, "owner": null}, "columns": {"team_id": {"type": "INT64", "comment": null, "index": 1, "name": "team_id"}, "team_name": {"type": "STRING", "comment": null, "index": 2, "name": "team_name"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1050.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 25.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__team"}, "model.asana_source.stg_asana__story_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__story_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "created_at": {"type": "DATETIME", "comment": null, "index": 3, "name": "created_at"}, "created_by_id": {"type": "INT64", "comment": null, "index": 4, "name": "created_by_id"}, "hearted": {"type": "INT64", "comment": null, "index": 5, "name": "hearted"}, "num_hearts": {"type": "INT64", "comment": null, "index": 6, "name": "num_hearts"}, "source": {"type": "STRING", "comment": null, "index": 7, "name": "source"}, "target_id": {"type": "INT64", "comment": null, "index": 8, "name": "target_id"}, "text": {"type": "STRING", "comment": null, "index": 9, "name": "text"}, "type": {"type": "STRING", "comment": null, "index": 10, "name": "type"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 285.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__story_tmp"}, "model.asana_source.stg_asana__project": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "comment": null, "index": 1, "name": "project_id"}, "is_archived": {"type": "BOOL", "comment": null, "index": 2, "name": "is_archived"}, "created_at": {"type": "DATETIME", "comment": null, "index": 3, "name": "created_at"}, "current_status": {"type": "STRING", "comment": null, "index": 4, "name": "current_status"}, "due_date": {"type": "DATETIME", "comment": null, "index": 5, "name": "due_date"}, "modified_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "modified_at"}, "project_name": {"type": "STRING", "comment": null, "index": 7, "name": "project_name"}, "owner_user_id": {"type": "INT64", "comment": null, "index": 8, "name": "owner_user_id"}, "is_public": {"type": "INT64", "comment": null, "index": 9, "name": "is_public"}, "team_id": {"type": "INT64", "comment": null, "index": 10, "name": "team_id"}, "workspace_id": {"type": "INT64", "comment": null, "index": 11, "name": "workspace_id"}, "notes": {"type": "STRING", "comment": null, "index": 12, "name": "notes"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1448.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 16.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__project"}, "model.asana_source.stg_asana__story": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__story", "comment": null, "owner": null}, "columns": {"story_id": {"type": "INT64", "comment": null, "index": 1, "name": "story_id"}, "created_at": {"type": "DATETIME", "comment": null, "index": 2, "name": "created_at"}, "created_by_user_id": {"type": "INT64", "comment": null, "index": 3, "name": "created_by_user_id"}, "target_task_id": {"type": "INT64", "comment": null, "index": 4, "name": "target_task_id"}, "story_content": {"type": "STRING", "comment": null, "index": 5, "name": "story_content"}, "event_type": {"type": "STRING", "comment": null, "index": 6, "name": "event_type"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 222.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__story"}, "model.asana_source.stg_asana__project_task_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project_task_tmp", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "comment": null, "index": 1, "name": "project_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__project_task_tmp"}, "model.asana_source.stg_asana__task_follower_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_follower_tmp", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "comment": null, "index": 1, "name": "task_id"}, "user_id": {"type": "INT64", "comment": null, "index": 2, "name": "user_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_follower_tmp"}, "model.asana_source.stg_asana__task_follower": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_follower", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "comment": null, "index": 1, "name": "task_id"}, "user_id": {"type": "INT64", "comment": null, "index": 2, "name": "user_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_follower"}, "model.asana_source.stg_asana__team_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__team_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "name": {"type": "STRING", "comment": null, "index": 4, "name": "name"}, "organization_id": {"type": "INT64", "comment": null, "index": 5, "name": "organization_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1475.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 25.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__team_tmp"}, "model.asana_source.stg_asana__task_section": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_section", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "comment": null, "index": 1, "name": "section_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_section"}, "model.asana_source.stg_asana__project_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "archived": {"type": "BOOL", "comment": null, "index": 4, "name": "archived"}, "color": {"type": "STRING", "comment": null, "index": 5, "name": "color"}, "created_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "created_at"}, "current_status": {"type": "STRING", "comment": null, "index": 7, "name": "current_status"}, "due_date": {"type": "DATETIME", "comment": null, "index": 8, "name": "due_date"}, "modified_at": {"type": "DATETIME", "comment": null, "index": 9, "name": "modified_at"}, "name": {"type": "STRING", "comment": null, "index": 10, "name": "name"}, "notes": {"type": "STRING", "comment": null, "index": 11, "name": "notes"}, "owner_id": {"type": "INT64", "comment": null, "index": 12, "name": "owner_id"}, "public": {"type": "INT64", "comment": null, "index": 13, "name": "public"}, "team_id": {"type": "INT64", "comment": null, "index": 14, "name": "team_id"}, "workspace_id": {"type": "INT64", "comment": null, "index": 15, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1710.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 16.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__project_tmp"}, "model.asana_source.stg_asana__tag": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__tag", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "comment": null, "index": 1, "name": "tag_id"}, "tag_name": {"type": "STRING", "comment": null, "index": 2, "name": "tag_name"}, "created_at": {"type": "DATETIME", "comment": null, "index": 3, "name": "created_at"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 850.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__tag"}, "model.asana_source.stg_asana__user_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__user_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "email": {"type": "STRING", "comment": null, "index": 4, "name": "email"}, "name": {"type": "STRING", "comment": null, "index": 5, "name": "name"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1700.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 20.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__user_tmp"}, "model.asana_source.stg_asana__tag_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__tag_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "color": {"type": "INT64", "comment": null, "index": 4, "name": "color"}, "created_at": {"type": "DATETIME", "comment": null, "index": 5, "name": "created_at"}, "message": {"type": "INT64", "comment": null, "index": 6, "name": "message"}, "name": {"type": "STRING", "comment": null, "index": 7, "name": "name"}, "notes": {"type": "INT64", "comment": null, "index": 8, "name": "notes"}, "workspace_id": {"type": "INT64", "comment": null, "index": 9, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1139.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__tag_tmp"}, "model.asana_source.stg_asana__task": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "comment": null, "index": 1, "name": "task_id"}, "assignee_user_id": {"type": "INT64", "comment": null, "index": 2, "name": "assignee_user_id"}, "assignee_status": {"type": "STRING", "comment": null, "index": 3, "name": "assignee_status"}, "is_completed": {"type": "BOOL", "comment": null, "index": 4, "name": "is_completed"}, "completed_at": {"type": "INT64", "comment": null, "index": 5, "name": "completed_at"}, "completed_by_user_id": {"type": "INT64", "comment": null, "index": 6, "name": "completed_by_user_id"}, "created_at": {"type": "DATETIME", "comment": null, "index": 7, "name": "created_at"}, "due_date": {"type": "INT64", "comment": null, "index": 8, "name": "due_date"}, "modified_at": {"type": "DATETIME", "comment": null, "index": 9, "name": "modified_at"}, "task_name": {"type": "STRING", "comment": null, "index": 10, "name": "task_name"}, "parent_task_id": {"type": "INT64", "comment": null, "index": 11, "name": "parent_task_id"}, "start_date": {"type": "INT64", "comment": null, "index": 12, "name": "start_date"}, "task_description": {"type": "INT64", "comment": null, "index": 13, "name": "task_description"}, "workspace_id": {"type": "INT64", "comment": null, "index": 14, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 82.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task"}, "model.asana_source.stg_asana__section_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__section_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "created_at": {"type": "DATETIME", "comment": null, "index": 3, "name": "created_at"}, "name": {"type": "STRING", "comment": null, "index": 4, "name": "name"}, "project_id": {"type": "INT64", "comment": null, "index": 5, "name": "project_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 858.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 13.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__section_tmp"}, "model.asana_source.stg_asana__section": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__section", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "comment": null, "index": 1, "name": "section_id"}, "created_at": {"type": "DATETIME", "comment": null, "index": 2, "name": "created_at"}, "section_name": {"type": "STRING", "comment": null, "index": 3, "name": "section_name"}, "project_id": {"type": "INT64", "comment": null, "index": 4, "name": "project_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 754.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 13.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__section"}, "model.asana_source.stg_asana__task_tmp": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_tmp", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "assignee_id": {"type": "INT64", "comment": null, "index": 3, "name": "assignee_id"}, "assignee_status": {"type": "STRING", "comment": null, "index": 4, "name": "assignee_status"}, "completed": {"type": "BOOL", "comment": null, "index": 5, "name": "completed"}, "completed_at": {"type": "INT64", "comment": null, "index": 6, "name": "completed_at"}, "completed_by_id": {"type": "INT64", "comment": null, "index": 7, "name": "completed_by_id"}, "created_at": {"type": "DATETIME", "comment": null, "index": 8, "name": "created_at"}, "due_at": {"type": "INT64", "comment": null, "index": 9, "name": "due_at"}, "due_on": {"type": "INT64", "comment": null, "index": 10, "name": "due_on"}, "hearted": {"type": "BOOL", "comment": null, "index": 11, "name": "hearted"}, "modified_at": {"type": "DATETIME", "comment": null, "index": 12, "name": "modified_at"}, "name": {"type": "STRING", "comment": null, "index": 13, "name": "name"}, "notes": {"type": "INT64", "comment": null, "index": 14, "name": "notes"}, "num_hearts": {"type": "INT64", "comment": null, "index": 15, "name": "num_hearts"}, "parent_id": {"type": "INT64", "comment": null, "index": 16, "name": "parent_id"}, "start_on": {"type": "INT64", "comment": null, "index": 17, "name": "start_on"}, "workspace_id": {"type": "INT64", "comment": null, "index": 18, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 99.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.asana_source.stg_asana__task_tmp"}, "seed.asana_source_integration_tests.story_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "story_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "created_at": {"type": "DATETIME", "comment": null, "index": 3, "name": "created_at"}, "created_by_id": {"type": "INT64", "comment": null, "index": 4, "name": "created_by_id"}, "hearted": {"type": "INT64", "comment": null, "index": 5, "name": "hearted"}, "num_hearts": {"type": "INT64", "comment": null, "index": 6, "name": "num_hearts"}, "source": {"type": "STRING", "comment": null, "index": 7, "name": "source"}, "target_id": {"type": "INT64", "comment": null, "index": 8, "name": "target_id"}, "text": {"type": "STRING", "comment": null, "index": 9, "name": "text"}, "type": {"type": "STRING", "comment": null, "index": 10, "name": "type"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 285.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.story_data"}, "seed.asana_source_integration_tests.task_tag_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "task_tag_data", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "comment": null, "index": 1, "name": "tag_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 96.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.task_tag_data"}, "seed.asana_source_integration_tests.tag_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "tag_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "color": {"type": "INT64", "comment": null, "index": 4, "name": "color"}, "created_at": {"type": "DATETIME", "comment": null, "index": 5, "name": "created_at"}, "message": {"type": "INT64", "comment": null, "index": 6, "name": "message"}, "name": {"type": "STRING", "comment": null, "index": 7, "name": "name"}, "notes": {"type": "INT64", "comment": null, "index": 8, "name": "notes"}, "workspace_id": {"type": "INT64", "comment": null, "index": 9, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1139.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.tag_data"}, "seed.asana_source_integration_tests.section_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "section_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "created_at": {"type": "DATETIME", "comment": null, "index": 3, "name": "created_at"}, "name": {"type": "STRING", "comment": null, "index": 4, "name": "name"}, "project_id": {"type": "INT64", "comment": null, "index": 5, "name": "project_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 858.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 13.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.section_data"}, "seed.asana_source_integration_tests.project_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "project_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "archived": {"type": "BOOL", "comment": null, "index": 4, "name": "archived"}, "color": {"type": "STRING", "comment": null, "index": 5, "name": "color"}, "created_at": {"type": "DATETIME", "comment": null, "index": 6, "name": "created_at"}, "current_status": {"type": "STRING", "comment": null, "index": 7, "name": "current_status"}, "due_date": {"type": "DATETIME", "comment": null, "index": 8, "name": "due_date"}, "modified_at": {"type": "DATETIME", "comment": null, "index": 9, "name": "modified_at"}, "name": {"type": "STRING", "comment": null, "index": 10, "name": "name"}, "notes": {"type": "STRING", "comment": null, "index": 11, "name": "notes"}, "owner_id": {"type": "INT64", "comment": null, "index": 12, "name": "owner_id"}, "public": {"type": "INT64", "comment": null, "index": 13, "name": "public"}, "team_id": {"type": "INT64", "comment": null, "index": 14, "name": "team_id"}, "workspace_id": {"type": "INT64", "comment": null, "index": 15, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1710.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 16.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.project_data"}, "seed.asana_source_integration_tests.task_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "task_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 2, "name": "_fivetran_synced"}, "assignee_id": {"type": "INT64", "comment": null, "index": 3, "name": "assignee_id"}, "assignee_status": {"type": "STRING", "comment": null, "index": 4, "name": "assignee_status"}, "completed": {"type": "BOOL", "comment": null, "index": 5, "name": "completed"}, "completed_at": {"type": "INT64", "comment": null, "index": 6, "name": "completed_at"}, "completed_by_id": {"type": "INT64", "comment": null, "index": 7, "name": "completed_by_id"}, "created_at": {"type": "DATETIME", "comment": null, "index": 8, "name": "created_at"}, "due_at": {"type": "INT64", "comment": null, "index": 9, "name": "due_at"}, "due_on": {"type": "INT64", "comment": null, "index": 10, "name": "due_on"}, "hearted": {"type": "BOOL", "comment": null, "index": 11, "name": "hearted"}, "modified_at": {"type": "DATETIME", "comment": null, "index": 12, "name": "modified_at"}, "name": {"type": "STRING", "comment": null, "index": 13, "name": "name"}, "notes": {"type": "INT64", "comment": null, "index": 14, "name": "notes"}, "num_hearts": {"type": "INT64", "comment": null, "index": 15, "name": "num_hearts"}, "parent_id": {"type": "INT64", "comment": null, "index": 16, "name": "parent_id"}, "start_on": {"type": "INT64", "comment": null, "index": 17, "name": "start_on"}, "workspace_id": {"type": "INT64", "comment": null, "index": 18, "name": "workspace_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 99.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.task_data"}, "seed.asana_source_integration_tests.user_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "user_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "email": {"type": "STRING", "comment": null, "index": 4, "name": "email"}, "name": {"type": "STRING", "comment": null, "index": 5, "name": "name"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1700.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 20.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.user_data"}, "seed.asana_source_integration_tests.project_task_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "project_task_data", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "comment": null, "index": 1, "name": "project_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.project_task_data"}, "seed.asana_source_integration_tests.task_follower_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "task_follower_data", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "comment": null, "index": 1, "name": "task_id"}, "user_id": {"type": "INT64", "comment": null, "index": 2, "name": "user_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.task_follower_data"}, "seed.asana_source_integration_tests.team_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "team_data", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "comment": null, "index": 1, "name": "id"}, "_fivetran_deleted": {"type": "BOOL", "comment": null, "index": 2, "name": "_fivetran_deleted"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}, "name": {"type": "STRING", "comment": null, "index": 4, "name": "name"}, "organization_id": {"type": "INT64", "comment": null, "index": 5, "name": "organization_id"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1475.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 25.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.team_data"}, "seed.asana_source_integration_tests.task_section_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "asana_source_integration_tests", "name": "task_section_data", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "comment": null, "index": 1, "name": "section_id"}, "task_id": {"type": "INT64", "comment": null, "index": 2, "name": "task_id"}, "_fivetran_synced": {"type": "TIMESTAMP", "comment": null, "index": 3, "name": "_fivetran_synced"}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "description": "Approximate count of rows in this table", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.asana_source_integration_tests.task_section_data"}}, "sources": {}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.0.0", "generated_at": "2022-07-11T22:12:25.580948Z", "invocation_id": "fe278798-a8f1-428d-abca-bea216b78c92", "env": {}}, "nodes": {"seed.asana_source_integration_tests.project_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "project_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "BOOL", "index": 4, "name": "archived", "comment": null}, "color": {"type": "STRING", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "DATETIME", "index": 6, "name": "created_at", "comment": null}, "current_status": {"type": "STRING", "index": 7, "name": "current_status", "comment": null}, "due_date": {"type": "DATETIME", "index": 8, "name": "due_date", "comment": null}, "modified_at": {"type": "DATETIME", "index": 9, "name": "modified_at", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "notes": {"type": "STRING", "index": 11, "name": "notes", "comment": null}, "owner_id": {"type": "INT64", "index": 12, "name": "owner_id", "comment": null}, "public": {"type": "INT64", "index": 13, "name": "public", "comment": null}, "team_id": {"type": "INT64", "index": 14, "name": "team_id", "comment": null}, "workspace_id": {"type": "INT64", "index": 15, "name": "workspace_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1710.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 16.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.project_data"}, "seed.asana_source_integration_tests.task_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "task_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "INT64", "index": 3, "name": "assignee_id", "comment": null}, "assignee_status": {"type": "STRING", "index": 4, "name": "assignee_status", "comment": null}, "completed": {"type": "BOOL", "index": 5, "name": "completed", "comment": null}, "completed_at": {"type": "INT64", "index": 6, "name": "completed_at", "comment": null}, "completed_by_id": {"type": "INT64", "index": 7, "name": "completed_by_id", "comment": null}, "created_at": {"type": "DATETIME", "index": 8, "name": "created_at", "comment": null}, "due_at": {"type": "INT64", "index": 9, "name": "due_at", "comment": null}, "due_on": {"type": "INT64", "index": 10, "name": "due_on", "comment": null}, "hearted": {"type": "BOOL", "index": 11, "name": "hearted", "comment": null}, "modified_at": {"type": "DATETIME", "index": 12, "name": "modified_at", "comment": null}, "name": {"type": "STRING", "index": 13, "name": "name", "comment": null}, "notes": {"type": "INT64", "index": 14, "name": "notes", "comment": null}, "num_hearts": {"type": "INT64", "index": 15, "name": "num_hearts", "comment": null}, "parent_id": {"type": "INT64", "index": 16, "name": "parent_id", "comment": null}, "start_on": {"type": "INT64", "index": 17, "name": "start_on", "comment": null}, "workspace_id": {"type": "INT64", "index": 18, "name": "workspace_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 99.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.task_data"}, "seed.asana_source_integration_tests.task_follower_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "task_follower_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "index": 1, "name": "task_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.task_follower_data"}, "seed.asana_source_integration_tests.tag_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "tag_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "color": {"type": "INT64", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "DATETIME", "index": 5, "name": "created_at", "comment": null}, "message": {"type": "INT64", "index": 6, "name": "message", "comment": null}, "name": {"type": "STRING", "index": 7, "name": "name", "comment": null}, "notes": {"type": "INT64", "index": 8, "name": "notes", "comment": null}, "workspace_id": {"type": "INT64", "index": 9, "name": "workspace_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1139.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.tag_data"}, "seed.asana_source_integration_tests.user_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "user_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1700.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 20.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.user_data"}, "seed.asana_source_integration_tests.task_tag_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "task_tag_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "index": 1, "name": "tag_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 96.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.task_tag_data"}, "seed.asana_source_integration_tests.task_section_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "task_section_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "index": 1, "name": "section_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.task_section_data"}, "seed.asana_source_integration_tests.team_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "team_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "organization_id": {"type": "INT64", "index": 5, "name": "organization_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1475.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 25.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.team_data"}, "seed.asana_source_integration_tests.story_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "story_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "DATETIME", "index": 3, "name": "created_at", "comment": null}, "created_by_id": {"type": "INT64", "index": 4, "name": "created_by_id", "comment": null}, "hearted": {"type": "INT64", "index": 5, "name": "hearted", "comment": null}, "num_hearts": {"type": "INT64", "index": 6, "name": "num_hearts", "comment": null}, "source": {"type": "STRING", "index": 7, "name": "source", "comment": null}, "target_id": {"type": "INT64", "index": 8, "name": "target_id", "comment": null}, "text": {"type": "STRING", "index": 9, "name": "text", "comment": null}, "type": {"type": "STRING", "index": 10, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 285.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.story_data"}, "seed.asana_source_integration_tests.section_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "section_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "DATETIME", "index": 3, "name": "created_at", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "INT64", "index": 5, "name": "project_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 858.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 13.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.section_data"}, "seed.asana_source_integration_tests.project_task_data": {"metadata": {"type": "table", "schema": "asana_source_integration_tests", "name": "project_task_data", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "index": 1, "name": "project_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.asana_source_integration_tests.project_task_data"}, "model.asana_source.stg_asana__project_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "BOOL", "index": 4, "name": "archived", "comment": null}, "color": {"type": "STRING", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "DATETIME", "index": 6, "name": "created_at", "comment": null}, "current_status": {"type": "STRING", "index": 7, "name": "current_status", "comment": null}, "due_date": {"type": "DATETIME", "index": 8, "name": "due_date", "comment": null}, "modified_at": {"type": "DATETIME", "index": 9, "name": "modified_at", "comment": null}, "name": {"type": "STRING", "index": 10, "name": "name", "comment": null}, "notes": {"type": "STRING", "index": 11, "name": "notes", "comment": null}, "owner_id": {"type": "INT64", "index": 12, "name": "owner_id", "comment": null}, "public": {"type": "INT64", "index": 13, "name": "public", "comment": null}, "team_id": {"type": "INT64", "index": 14, "name": "team_id", "comment": null}, "workspace_id": {"type": "INT64", "index": 15, "name": "workspace_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1710.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 16.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__project_tmp"}, "model.asana_source.stg_asana__section_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__section_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "DATETIME", "index": 3, "name": "created_at", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "INT64", "index": 5, "name": "project_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 858.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 13.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__section_tmp"}, "model.asana_source.stg_asana__project_task_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project_task_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "index": 1, "name": "project_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__project_task_tmp"}, "model.asana_source.stg_asana__user": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"user_id": {"type": "INT64", "index": 1, "name": "user_id", "comment": null}, "email": {"type": "STRING", "index": 2, "name": "email", "comment": null}, "user_name": {"type": "STRING", "index": 3, "name": "user_name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1520.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 20.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__user"}, "model.asana_source.stg_asana__team": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__team", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"team_id": {"type": "INT64", "index": 1, "name": "team_id", "comment": null}, "team_name": {"type": "STRING", "index": 2, "name": "team_name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1050.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 25.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__team"}, "model.asana_source.stg_asana__user_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__user_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "email": {"type": "STRING", "index": 4, "name": "email", "comment": null}, "name": {"type": "STRING", "index": 5, "name": "name", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1700.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 20.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__user_tmp"}, "model.asana_source.stg_asana__section": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__section", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "index": 1, "name": "section_id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "section_name": {"type": "STRING", "index": 3, "name": "section_name", "comment": null}, "project_id": {"type": "INT64", "index": 4, "name": "project_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 754.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 13.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__section"}, "model.asana_source.stg_asana__task_tag_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_tag_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "index": 1, "name": "tag_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 96.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_tag_tmp"}, "model.asana_source.stg_asana__project": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "index": 1, "name": "project_id", "comment": null}, "is_archived": {"type": "BOOL", "index": 2, "name": "is_archived", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}, "current_status": {"type": "STRING", "index": 4, "name": "current_status", "comment": null}, "due_date": {"type": "TIMESTAMP", "index": 5, "name": "due_date", "comment": null}, "modified_at": {"type": "TIMESTAMP", "index": 6, "name": "modified_at", "comment": null}, "project_name": {"type": "STRING", "index": 7, "name": "project_name", "comment": null}, "owner_user_id": {"type": "INT64", "index": 8, "name": "owner_user_id", "comment": null}, "is_public": {"type": "INT64", "index": 9, "name": "is_public", "comment": null}, "team_id": {"type": "INT64", "index": 10, "name": "team_id", "comment": null}, "workspace_id": {"type": "INT64", "index": 11, "name": "workspace_id", "comment": null}, "notes": {"type": "STRING", "index": 12, "name": "notes", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1448.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 16.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__project"}, "model.asana_source.stg_asana__story": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__story", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"story_id": {"type": "INT64", "index": 1, "name": "story_id", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 2, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 3, "name": "created_by_user_id", "comment": null}, "target_task_id": {"type": "INT64", "index": 4, "name": "target_task_id", "comment": null}, "story_content": {"type": "STRING", "index": 5, "name": "story_content", "comment": null}, "event_type": {"type": "STRING", "index": 6, "name": "event_type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 222.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__story"}, "model.asana_source.stg_asana__task_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "INT64", "index": 3, "name": "assignee_id", "comment": null}, "assignee_status": {"type": "STRING", "index": 4, "name": "assignee_status", "comment": null}, "completed": {"type": "BOOL", "index": 5, "name": "completed", "comment": null}, "completed_at": {"type": "INT64", "index": 6, "name": "completed_at", "comment": null}, "completed_by_id": {"type": "INT64", "index": 7, "name": "completed_by_id", "comment": null}, "created_at": {"type": "DATETIME", "index": 8, "name": "created_at", "comment": null}, "due_at": {"type": "INT64", "index": 9, "name": "due_at", "comment": null}, "due_on": {"type": "INT64", "index": 10, "name": "due_on", "comment": null}, "hearted": {"type": "BOOL", "index": 11, "name": "hearted", "comment": null}, "modified_at": {"type": "DATETIME", "index": 12, "name": "modified_at", "comment": null}, "name": {"type": "STRING", "index": 13, "name": "name", "comment": null}, "notes": {"type": "INT64", "index": 14, "name": "notes", "comment": null}, "num_hearts": {"type": "INT64", "index": 15, "name": "num_hearts", "comment": null}, "parent_id": {"type": "INT64", "index": 16, "name": "parent_id", "comment": null}, "start_on": {"type": "INT64", "index": 17, "name": "start_on", "comment": null}, "workspace_id": {"type": "INT64", "index": 18, "name": "workspace_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 99.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_tmp"}, "model.asana_source.stg_asana__story_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__story_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "created_at": {"type": "DATETIME", "index": 3, "name": "created_at", "comment": null}, "created_by_id": {"type": "INT64", "index": 4, "name": "created_by_id", "comment": null}, "hearted": {"type": "INT64", "index": 5, "name": "hearted", "comment": null}, "num_hearts": {"type": "INT64", "index": 6, "name": "num_hearts", "comment": null}, "source": {"type": "STRING", "index": 7, "name": "source", "comment": null}, "target_id": {"type": "INT64", "index": 8, "name": "target_id", "comment": null}, "text": {"type": "STRING", "index": 9, "name": "text", "comment": null}, "type": {"type": "STRING", "index": 10, "name": "type", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 285.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__story_tmp"}, "model.asana_source.stg_asana__tag": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__tag", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "index": 1, "name": "tag_id", "comment": null}, "tag_name": {"type": "STRING", "index": 2, "name": "tag_name", "comment": null}, "created_at": {"type": "TIMESTAMP", "index": 3, "name": "created_at", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 850.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__tag"}, "model.asana_source.stg_asana__task_section": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_section", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "index": 1, "name": "section_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_section"}, "model.asana_source.stg_asana__task_follower_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_follower_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "index": 1, "name": "task_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_follower_tmp"}, "model.asana_source.stg_asana__task_follower": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_follower", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"task_id": {"type": "INT64", "index": 1, "name": "task_id", "comment": null}, "user_id": {"type": "INT64", "index": 2, "name": "user_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 16.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 1.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_follower"}, "model.asana_source.stg_asana__team_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__team_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "STRING", "index": 4, "name": "name", "comment": null}, "organization_id": {"type": "INT64", "index": 5, "name": "organization_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1475.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 25.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__team_tmp"}, "model.asana_source.stg_asana__task_tag": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_tag", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"tag_id": {"type": "INT64", "index": 1, "name": "tag_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 64.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_tag"}, "model.asana_source.stg_asana__tag_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__tag_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "BOOL", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "color": {"type": "INT64", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "DATETIME", "index": 5, "name": "created_at", "comment": null}, "message": {"type": "INT64", "index": 6, "name": "message", "comment": null}, "name": {"type": "STRING", "index": 7, "name": "name", "comment": null}, "notes": {"type": "INT64", "index": 8, "name": "notes", "comment": null}, "workspace_id": {"type": "INT64", "index": 9, "name": "workspace_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1139.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 17.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__tag_tmp"}, "model.asana_source.stg_asana__project_task": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__project_task", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"project_id": {"type": "INT64", "index": 1, "name": "project_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__project_task"}, "model.asana_source.stg_asana__task_section_tmp": {"metadata": {"type": "table", "schema": "asana_source_integration_tests_stg_asana", "name": "stg_asana__task_section_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"section_id": {"type": "INT64", "index": 1, "name": "section_id", "comment": null}, "task_id": {"type": "INT64", "index": 2, "name": "task_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 48.0, "include": 1.0, "description": "Approximate size of table as reported by BigQuery"}, "num_rows": {"id": "num_rows", "label": "# Rows", "value": 2.0, "include": 1.0, "description": "Approximate count of rows in this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.asana_source.stg_asana__task_section_tmp"}}, "sources": {}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 360349a..fa8b08b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + @@ -16,17 +16,17 @@ - + - +
-