{"id":22793381,"url":"https://github.com/fivetran/dbt_amplitude_source","last_synced_at":"2025-09-07T10:33:39.358Z","repository":{"id":60004584,"uuid":"529347463","full_name":"fivetran/dbt_amplitude_source","owner":"fivetran","description":"Fivetran's Amplitude dbt package","archived":false,"fork":false,"pushed_at":"2025-07-22T15:55:55.000Z","size":1452,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-07-22T17:42:26.334Z","etag":null,"topics":["amplitude","dbt","dbt-packages","fivetran","fivetran-product-analytics-reporting","marketing-analytics","product-analytics"],"latest_commit_sha":null,"homepage":"https://fivetran.github.io/dbt_amplitude_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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-26T17:25:22.000Z","updated_at":"2025-06-26T14:08:05.000Z","dependencies_parsed_at":"2024-08-27T17:05:09.367Z","dependency_job_id":"5f98f86a-1bb6-4441-b0a5-902e23212174","html_url":"https://github.com/fivetran/dbt_amplitude_source","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"fivetran/dbt_starter_project","purl":"pkg:github/fivetran/dbt_amplitude_source","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_amplitude_source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_amplitude_source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_amplitude_source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_amplitude_source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivetran","download_url":"https://codeload.github.com/fivetran/dbt_amplitude_source/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivetran%2Fdbt_amplitude_source/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026691,"owners_count":25209739,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["amplitude","dbt","dbt-packages","fivetran","fivetran-product-analytics-reporting","marketing-analytics","product-analytics"],"created_at":"2024-12-12T03:19:41.026Z","updated_at":"2025-09-07T10:33:39.081Z","avatar_url":"https://github.com/fivetran.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amplitude Source dbt Package ([Docs](https://fivetran.github.io/dbt_amplitude_source/))\n\n\u003cp align=\"left\"\u003e\n    \u003ca alt=\"License\"\n        href=\"https://github.com/fivetran/dbt_amplitude_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- Materializes [Amplitude staging tables](https://fivetran.github.io/dbt_amplitude_source/#!/overview/amplitude_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/amplitude/#schemainformation). These staging tables clean, test, and prepare your Amplitude data from [Fivetran's connector](https://fivetran.com/docs/applications/amplitude) 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\n    - 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 Amplitude data through the [dbt docs site](https://fivetran.github.io/dbt_amplitude_source/).\n- These tables are designed to work simultaneously with our [Amplitude transformation package](https://github.com/fivetran/dbt_amplitude).\n    - Refer to our [Docs site](https://fivetran.github.io/dbt_amplitude_source/#!/overview/salesforce_source/models/?g_v=1) for more details about these materialized models. \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 Amplitude connection syncing data into your destination.\n- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.\n\n#### Databricks dispatch configuration\nIf you are using a Databricks destination with this package, you must add the following (or a variation of the following) dispatch configuration within your `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\n### Step 2: Install the package (skip if also using the `amplitude` transformation package)\nIf you  are **not** using the [Amplitude transformation package](https://github.com/fivetran/dbt_amplitude), include the following amplitude_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/amplitude_source\n    version: [\"\u003e=0.5.0\", \"\u003c0.6.0\"] # we recommend using ranges to capture non-breaking changes automatically\n```\n### Step 3: Define database and schema variables\n\nBy default, this package runs using your destination and the `amplitude_source` schema. If this is not where your Amplitude data is (for example, if your Amplitude schema is named `amplitude_fivetran`), you would add the following configuration to your root `dbt_project.yml` file with your custom database and schema names:\n\n```yml\nvars:\n    amplitude_database: your_destination_name\n    amplitude_schema: your_schema_name \n```\n\n### Step 4: Configure event date range\nBecause of the typical volume of event data, you may want to limit this package's models to work with a more recent date range. Therefore we have added the functionality to filter records via the `amplitude__date_range_start` and `amplitude__date_range_end` variables within the `stg_amplitude__event` model. The default date range starts at `'2020-01-01'` and extends up to and including the current date. You can configure this in your root `dbt_project.yml` file:\n\n```yml\nvars:\n    amplitude__date_range_start: '2022-01-01' # your start date here\n    amplitude__date_range_end: '2022-12-01' # your end date here\n```\nIf you adjust the date range variables, we recommend running `dbt run --full-refresh` to ensure no data quality issues within the adjusted date range.\n\n### (Optional) Step 5: Additional configurations\n\u003cdetails\u003e\u003csummary\u003eExpand to view details\u003c/summary\u003e\n\u003cbr\u003e\n\n#### Change 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_amplitude_source/blob/main/dbt_project.yml) variable declarations to see the expected names.\n    \n```yml\nvars:\n    amplitude_\u003cdefault_source_table_name\u003e_identifier: your_table_name \n```\n\n#### Change build schema\nBy default, this package builds the Amplitude staging models within a schema titled (`\u003ctarget_schema\u003e` + `_source_amplitude`) in your destination. If this is not where you would like your Amplitude staging data to be written to, add the following configuration to your root `dbt_project.yml` file:\n\n```yml\nmodels:\n    amplitude_source:\n      +schema: my_new_schema_name # leave blank for just the target_schema\n```\n\n\u003c/details\u003e\n\n### (Optional) Step 6: 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```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## 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/amplitude_source/latest/) of the package and refer to the [CHANGELOG](https://github.com/fivetran/dbt_amplitude_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_amplitude_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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fdbt_amplitude_source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivetran%2Fdbt_amplitude_source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivetran%2Fdbt_amplitude_source/lists"}