Skip to content

Commit

Permalink
Feature: Add Quickstart Model Counts to README (#19)
Browse files Browse the repository at this point in the history
* MagicBot/add-model-counts updates

* Update README.md
  • Loading branch information
fivetran-catfritz authored Jan 21, 2025
1 parent 57bc8fd commit a824c48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# dbt_pardot_source version.version

## Documentation
- Corrected references to connectors and connections in the README. ([#19](https://github.com/fivetran/dbt_pardot_source/pull/19))

# dbt_pardot_source v0.6.0
## 🎉 Feature Update 🎉
- Databricks compatibility! ([#13](https://github.com/fivetran/dbt_pardot_source/pull/13))
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<p align="center">
# Pardot Source dbt Package ([Docs](https://fivetran.github.io/dbt_pardot_source/))

<p align="left">
<a alt="License"
href="https://github.com/fivetran/dbt_pardot_source/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
Expand All @@ -10,8 +12,6 @@
<img src="https://img.shields.io/badge/Contributions-welcome-blueviolet" /></a>
</p>

# Pardot Source dbt Package ([Docs](https://fivetran.github.io/dbt_pardot_source/))

## What does this dbt package do?
- Materializes [Pardot staging tables](https://fivetran.github.io/dbt_pardot_source/#!/overview/pardot_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/pardot/#schemainformation). These staging tables clean, test, and prepare your Pardot data from [Fivetran's connector](https://fivetran.com/docs/applications/pardot) for analysis by doing the following:
- Name columns for consistency across all packages and for easier analysis
Expand All @@ -23,7 +23,7 @@
## How do I use the dbt package?
### Step 1: Prerequisites
To use this dbt package, you must have the following:
- At least one Fivetran Pardot connector syncing data into your destination.
- At least one Fivetran Pardot connection syncing data into your destination.
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.

### Step 2: Install the package (skip if also using the `pardot` transformation package)
Expand Down

0 comments on commit a824c48

Please sign in to comment.