{"id":22793281,"url":"https://github.com/fivetran/dbt_iterable_source","last_synced_at":"2025-04-16T18:49:15.530Z","repository":{"id":40305866,"uuid":"351613190","full_name":"fivetran/dbt_iterable_source","owner":"fivetran","description":"Fivetran data source models for Iterable using dbt.","archived":false,"fork":false,"pushed_at":"2025-03-03T15:38:22.000Z","size":1701,"stargazers_count":2,"open_issues_count":3,"forks_count":5,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-03-29T05:33:44.164Z","etag":null,"topics":["dbt","dbt-packages","fivetran","iterable"],"latest_commit_sha":null,"homepage":"https://fivetran.github.io/dbt_iterable_source/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fivetran.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-26T00:20:41.000Z","updated_at":"2025-03-03T15:17:54.000Z","dependencies_parsed_at":"2024-05-21T03:44:58.987Z","dependency_job_id":"00303493-68c1-4005-833c-af4bb6ba0587","html_url":"https://github.com/fivetran/dbt_iterable_source","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_iterable_source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_iterable_source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_iterable_source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_iterable_source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivetran","download_url":"https://codeload.github.com/fivetran/dbt_iterable_source/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249266495,"owners_count":21240766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbt","dbt-packages","fivetran","iterable"],"created_at":"2024-12-12T03:19:00.314Z","updated_at":"2025-04-16T18:49:15.523Z","avatar_url":"https://github.com/fivetran.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iterable Source dbt Package ([docs](https://fivetran.github.io/dbt_iterable_source/))\n\n\u003cp align=\"left\"\u003e\n    \u003ca alt=\"License\"\n        href=\"https://github.com/fivetran/dbt_iterable_source/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\" /\u003e\u003c/a\u003e\n    \u003ca alt=\"dbt-core\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/dbt_Core™_version-\u003e=1.3.0_\u003c2.0.0-orange.svg\" /\u003e\u003c/a\u003e\n    \u003ca alt=\"Maintained?\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\u003c/a\u003e\n    \u003ca alt=\"PRs\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Contributions-welcome-blueviolet\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## What does this dbt package do?\n\n- Materializes [Iterable staging tables](https://fivetran.github.io/dbt_iterable_source/#!/overview/iterable_source/models/?g_v=1\u0026g_e=seeds) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/iterable#schemainformation). These staging tables clean, test, and prepare your Iterable data from [Fivetran's connector](https://fivetran.com/docs/applications/iterable) for analysis by doing the following:\n  - Adds descriptions to tables and columns that are synced using Fivetran\n  - Models staging tables, which will be used in our transform package\n  - Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.\n- Generates a comprehensive data dictionary of your source and modeled Iterable data through the [dbt docs site](https://fivetran.github.io/dbt_iterable_source/).\n- These tables are designed to work simultaneously with our [Iterable transformation package](https://github.com/fivetran/dbt_iterable/).\n\n\u003e This package does not apply freshness tests.\n\n## How do I use the dbt package?\n\n### Step 1: Prerequisites\nTo use this dbt package, you must have the following:\n\n- At least one Fivetran Iterable connection syncing data into your destination.\n- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.\n\n##### Unsubscribe tables are no longer history tables\n\nFor connections created past August 2023, the `user_unsubscribed_channel_history` and `user_unsubscribed_message_type_history` Iterable objects will no longer be history tables as part of schema changes following Iterable's API updates. The fields have also changed. There is no lift required, since we have checks in place that will automatically persist the respective fields depending on what exists in your schema (they will still be history tables if you are using the old schema).\n\n*Please be sure you are syncing them as either both history or non-history.*\n\n### Step 2: Install the package\nInclude the following Iterable package version in your `packages.yml` file.\n\n\u003e TIP: Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.\n\n```yaml\npackages:\n  - package: fivetran/iterable_source\n    version: [\"\u003e=0.10.0\", \"\u003c0.11.0\"]\n```\n\n### Step 3: Define database and schema variables\nBy default, this package runs using your destination and the `iterable` schema of your [target database](https://docs.getdbt.com/docs/running-a-dbt-project/using-the-command-line-interface/configure-your-profile). If this is not where your Iterable data is (for example, if your Iterable schema is named `iterable_fivetran`), add the following configuration to your root `dbt_project.yml` file:\n\n```yml\nvars:\n  iterable_database: your_database_name\n  iterable_schema: your_schema_name \n```\n\n### Step 4: Enabling/Disabling Models\n\nYour Iterable connection might not sync every table that this package expects. If your syncs exclude certain tables, it is either because you do not use that functionality in Iterable or have actively excluded some tables from your syncs. In order to enable or disable the relevant tables in the package, you will need to add the following variable(s) to your `dbt_project.yml` file.\n\nBy default, all variables are assumed to be `true`.\n\n```yml\nvars:\n    iterable__using_campaign_label_history: false                    # default is true\n    iterable__using_user_unsubscribed_message_type: false           # default is true\n    iterable__using_campaign_suppression_list_history: false         # default is true   \n    iterable__using_event_extension: false         # default is true   \n\n```\n\n### (Optional) Step 5: Additional configurations\n\n#### Passing Through Additional Fields\n\nThis package includes fields we judged were standard across Iterable users. However, the Fivetran connector allows for additional columns to be brought through in the `event_extension` and `user_history` objects. Therefore, if you wish to bring them through, leverage our passthrough column variables. For `event_extension` columns, ensure that `iterable__using_event_extension` is set to True, which is the default.\n\n**Notice**: A `dbt run --full-refresh` is required each time these variables are edited.\n\nThese variables allow for the passthrough fields to be aliased (alias) and casted (transform_sql) if desired, but not required. Datatype casting is configured via a sql snippet within the transform_sql key. You may add the desired sql while omitting the as field_name at the end and your custom pass-though fields will be casted accordingly. Use the below format for declaring the respective pass-through variables:\n\n```yml\n# dbt_project.yml\n\nvars:\n  iterable_event_extension_pass_through_columns:\n    - name: \"event_extension_field\"\n      alias: \"renamed_field\"\n      transform_sql: \"cast(renamed_field as string)\"\n  iterable_user_history_pass_through_columns:\n    - name: \"user_attribute\"\n      alias: \"renamed_user_attribute\"\n    - name: \"user_attribute_2\"\n```\n\n#### Changing the Build Schema\n\nBy default, this package will build the Iterable staging models within a schema titled (\u003ctarget_schema\u003e + `_stg_iterable`) in your target database. If this is not where your would like you Iterable staging data to be written to, add the following configuration to your `dbt_project.yml` file:\n\n```yml\nmodels:\n    iterable_source:\n        +schema: my_new_schema_name # leave blank for just the target_schema\n```\n#### Change the source table references\nIf an individual source table has a different name than what the package expects, add the table name as it appears in your destination to the respective variable:\n\u003e IMPORTANT: See this project's [`dbt_project.yml`](https://github.com/fivetran/dbt_iterable_source/blob/main/dbt_project.yml) variable declarations to see the expected names.\n    \n```yml\nvars:\n    iterable_\u003cdefault_source_table_name\u003e_identifier: \"your_table_name\"\n```\n#### Deprecated `CAMPAIGN_SUPRESSION_LIST_HISTORY` table\n\nThe Iterable connector schema originally misspelled the `CAMPAIGN_SUPPRESSION_LIST_HISTORY` table as `CAMPAIGN_SUPRESSION_LIST_HISTORY` (note the singular `P`). As of August 2021, Fivetran has deprecated the misspelled table and will only continue syncing the correctly named `CAMPAIGN_SUPPRESSION_LIST_HISTORY` table.\n\nBy default, this package refers to the new table (`CAMPAIGN_SUPPRESSION_LIST_HISTORY`). To change this so that the package works with the old misspelled source table (we do not recommend this, however), add the following configuration to your `dbt_project.yml` file:\n\n```yml\nvars:\n    iterable_campaign_suppression_list_history_identifier: \"campaign_supression_list_history\"\n```\n\n### (Optional) Step 6: Orchestrate your models with Fivetran Transformations for dbt Core™\n\u003cdetails\u003e\u003csummary\u003eExpand for details\u003c/summary\u003e\n\u003cbr\u003e\n    \nFivetran offers the ability for you to orchestrate your dbt project through [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt). Learn how to set up your project for orchestration through Fivetran in our [Transformations for dbt Core setup guides](https://fivetran.com/docs/transformations/dbt#setupguide).\n\u003c/details\u003e\n\n## Does this package have dependencies?\nThis dbt package is dependent on the following dbt packages. These dependencies are installed by default within this package. For more information on the following packages, refer to the [dbt hub](https://hub.getdbt.com/) site.\n\u003e IMPORTANT: If you have any of these dependent packages in your own `packages.yml` file, we highly recommend that you remove them from your root `packages.yml` to avoid package version conflicts.\n    \n```yml\npackages:\n    - package: fivetran/fivetran_utils\n      version: [\"\u003e=0.4.0\", \"\u003c0.5.0\"]\n\n    - package: dbt-labs/dbt_utils\n      version: [\"\u003e=1.0.0\", \"\u003c2.0.0\"]\n```\n\n## How is this package maintained and can I contribute?\n### Package Maintenance\nThe Fivetran team maintaining this package _only_ maintains the latest version of the package. We highly recommend you stay consistent with the [latest version](https://hub.getdbt.com/fivetran/iterable_source/latest/) of the package and refer to the [CHANGELOG](https://github.com/fivetran/dbt_iterable_source/blob/main/CHANGELOG.md) and release notes for more information on changes across versions.\n\n### Contributions\nA small team of analytics engineers at Fivetran develops these dbt packages. However, the packages are made better by community contributions.\n\nWe highly encourage and welcome contributions to this package. Check out [this dbt Discourse article](https://discourse.getdbt.com/t/contributing-to-a-dbt-package/657) on the best workflow for contributing to a package.\n\n## Are there any resources available?\n- If you have questions or want to reach out for help, see the [GitHub Issue](https://github.com/fivetran/dbt_iterable_source/issues/new/choose) section to find the right avenue of support for you.\n- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fdbt_iterable_source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivetran%2Fdbt_iterable_source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fdbt_iterable_source/lists"}