{"id":22793341,"url":"https://github.com/fivetran/dbt_pendo_source","last_synced_at":"2025-10-17T19:31:23.053Z","repository":{"id":42388525,"uuid":"393075391","full_name":"fivetran/dbt_pendo_source","owner":"fivetran","description":"Fivetran staging data transformations for Pendo built using dbt.","archived":false,"fork":false,"pushed_at":"2025-01-21T23:49:13.000Z","size":1630,"stargazers_count":3,"open_issues_count":2,"forks_count":5,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-03-29T05:33:55.014Z","etag":null,"topics":["dbt","dbt-packages","fivetran","pendo"],"latest_commit_sha":null,"homepage":"https://fivetran.github.io/dbt_pendo_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-08-05T14:37:13.000Z","updated_at":"2025-01-21T23:59:14.000Z","dependencies_parsed_at":"2024-08-28T18:50:55.556Z","dependency_job_id":"dabda888-7808-4404-ac02-3609d7d805eb","html_url":"https://github.com/fivetran/dbt_pendo_source","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_pendo_source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_pendo_source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_pendo_source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_pendo_source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivetran","download_url":"https://codeload.github.com/fivetran/dbt_pendo_source/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249266527,"owners_count":21240770,"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","pendo"],"created_at":"2024-12-12T03:19:32.703Z","updated_at":"2025-10-17T19:31:23.046Z","avatar_url":"https://github.com/fivetran.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [DEPRECATED] Pendo Source dbt Package\n\n\u003e _This package has been archived and is no longer maintained. Use [`dbt_pendo`](https://github.com/fivetran/dbt_pendo) instead, which now contains all models previously found here._\n\n\u003cp align=\"left\"\u003e\n    \u003ca alt=\"License\"\n        href=\"https://github.com/fivetran/dbt_pendo_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-no-green.svg\" /\u003e\u003c/a\u003e\n    \u003ca alt=\"PRs\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Contributions-closed-blueviolet\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## What does this dbt package do?\n- Materializes [Pendo staging tables](https://fivetran.github.io/dbt_pendo_source/#!/overview/pendo_source/models/?g_v=1) which beverage data in the format described by [this ERD](https://fivetran.com/docs/applications/pendo/#schemainformation). These staging tables clean, test, and prepare your Pendo data from [Fivetran's connector](https://fivetran.com/docs/applications/pendo) for analysis by doing the following:\n  - Name columns for consistency across all packages and for easier analysis\n  - Adds freshness tests to source data. dbt Core \u003e= 1.9.6 is required to run freshness tests out of the box.\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 Pendo data through the [dbt docs site](https://fivetran.github.io/dbt_pendo_source/).\n- These tables are designed to work simultaneously with our [Pendo transformation package](https://github.com/fivetran/dbt_pendo).\n\n## How do I use the dbt package?\n### Step 1: Prerequisites\nTo use this dbt package, you must have the following:\n- At least one Fivetran Pendo connection syncing data into your destination.\n- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.\n\n#### Databricks Additional Configuration\nIf you are using a Databricks destination with this package you will need to add the below (or a variation of the below) dispatch configuration within your root `dbt_project.yml`. This is required in order for the package to accurately search for macros within the `dbt-labs/spark_utils` then the `dbt-labs/dbt_utils` packages respectively.\n```yml\ndispatch:\n  - macro_namespace: dbt_utils\n    search_order: ['spark_utils', 'dbt_utils']\n```\n### Step 2: Install the package (skip if also using the `pendo` transformation package)\nIf you are **not** using the [Pendo transformation package](https://github.com/fivetran/dbt_pendo), include the the following `pendo_source` package version in your `packages.yml` file.\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```yaml\npackages:\n  - package: fivetran/pendo_source\n    version: [\"\u003e=0.6.0\", \"\u003c0.7.0\"] # we recommend using ranges to capture non-breaking changes automatically\n```\n\n### Step 3: Define database and schema variables\nBy default, this package runs using your destination and the `pendo` schema. If this is not where your Pendo data is (for example, if your Pendo schema is named `pendo_fivetran`), add the following configuration to your root `dbt_project.yml` file:\n\n```yml\nvars:\n    pendo_database: your_database_name\n    pendo_schema: your_schema_name \n```\n### (Optional) Step 4: Additional configurations\n\u003cdetails\u003e\u003csummary\u003eExpand to view configurations\u003c/summary\u003e\n\n#### Passthrough Columns\n\nThis package includes all of the source columns that are defined in the macros folder. We recommend including custom columns in this package because the staging models only bring in the standard columns for the `EVENT`, `FEATURE_EVENT`, `PAGE_EVENT`, `ACCOUNT_HISTORY`, and `VISITOR_HISTORY` tables.\n\nYou can add more columns using our passthrough column variables. These variables allow the passthrough columns to be aliased (`alias`) and casted (`transform_sql`) if you want, although it is not required. You can configure datatype casting by using a SQL snippet within the `transform_sql` key. You may add the desired SQL snippet while omitting the `as field_name` part of the casting statement - we rename this column with the alias attribute - and your custom passthrough columns will be casted accordingly.\n\nUse the following format for declaring the respective passthrough variables:\n\n```yml\nvars:\n\n  pendo__feature_event_pass_through_columns:\n    - name:           \"custom_field_name\"\n      alias:          \"normal_field_name\"\n  pendo__page_event_pass_through_columns:\n    - name:           \"property_field_id\"\n      alias:          \"new_name_for_this_field_id\"\n      transform_sql:  \"cast(new_name_for_this_field as int64)\"\n    - name:           \"this_other_field\"\n      transform_sql:  \"cast(this_other_field as string)\"\n  pendo__event_pass_through_columns:\n    - name:           \"well_named_field_1\"\n  pendo__account_history_pass_through_columns:\n    - name:           \"well_named_field_2\"\n  pendo__visitor_history_pass_through_columns:\n    - name:           \"well_named_field_3\"\n```\n\n#### Changing the Build Schema\n\nBy default, this package builds the Pendo staging models within a schema titled (`\u003ctarget_schema\u003e` + `_stg_pendo`) in your target database. If this is not where you would like your Pendo staging data to be written to, add the following configuration to your `dbt_project.yml` file:\n\n```yml\nmodels:\n  pendo_source:\n    +schema: my_new_schema_name # leave blank for just the target_schema\n```\n\n#### Change the source table references\nIf an individual source table has a different name than the package expects, add the table name as it appears in your destination to the respective variable:\n\u003e IMPORTANT: See this project's [`dbt_project.yml`](https://github.com/fivetran/dbt_pendo_source/blob/main/dbt_project.yml) variable declarations to see the expected names.\n    \n```yml\nvars:\n  pendo_source:\n    pendo_\u003cdefault_source_table_name\u003e_identifier: \"your_table_name\" \n```\n##### Snowflake Users\nYou may need to provide the case-sensitive spelling of your source tables that are also Snowflake reserved words.\n\nIn this package, this would apply to the `GROUP` source. If you are receiving errors for this source, include the following in your `dbt_project.yml` file:\n```yml\nvars:\n  pendo_group_identifier: '\"Group\"' # as an example, must include this quoting pattern and adjust for your exact casing\n```\n\n\n**Note:** if you have sources defined in one of your project's yml files, for example if you have a yml file with a `sources` level like in the following example, the prior code will not work.\n\nInstead you will need to add the following where your group source table is defined in your yml:\n```yml\nsources:\n  tables:\n    - name: group \n      # Add the below\n      identifier: GROUP # Or what your group table is named, being mindful of casing\n      quoting:\n        identifier: true\n```\n\u003c/details\u003e\n\n### (Optional) Step 5: Orchestrate your models with Fivetran Transformations for dbt Core™\n\u003cdetails\u003e\u003csummary\u003eExpand to view 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    - package: dbt-labs/spark_utils\n      version: [\"\u003e=0.3.0\", \"\u003c0.4.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 that you stay consistent with the [latest version](https://hub.getdbt.com/fivetran/pendo_source/latest/) of the package and refer to the [CHANGELOG](https://github.com/fivetran/dbt_pendo_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) to learn how to contribute to a dbt 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_pendo_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_pendo_source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivetran%2Fdbt_pendo_source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fdbt_pendo_source/lists"}