Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
<!--section="salesforce-formula-utils_transformation_model"-->
# Salesforce Formula Utils dbt Package

<p align="left">
<a alt="License"
href="https://github.com/fivetran/dbt_salesforce_formula_utils/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
<a alt="dbt-core">
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0_,<2.0.0-orange.svg" /></a>
<a alt="Maintained?">
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
<a alt="PRs">
<img src="https://img.shields.io/badge/Contributions-welcome-blueviolet" /></a>
<a alt="Fivetran Quickstart Compatible"
href="https://fivetran.com/docs/transformations/data-models/quickstart-management#quickstartmanagement">
<img src="https://img.shields.io/badge/Fivetran_Quickstart_Compatible%3F-yes-green.svg" /></a>
</p>

This dbt package provides a macro which can be used to generate views on top of Salesforce objects while recreating formula fields.

## Resources
Expand All @@ -27,6 +12,8 @@ This dbt package provides a macro which can be used to generate views on top of
- dbt package documentation
- [GitHub repository](https://github.com/fivetran/dbt_salesforce_formula_utils)
- [Changelog](https://github.com/fivetran/dbt_salesforce_formula_utils/blob/main/CHANGELOG.md)
- dbt Core™ supported versions
- `>=1.3.0, <3.0.0`

## What does this dbt package do?
This package enables you to accurately map Salesforce formulas to existing tables through macros and scripts. It creates enriched models with formula fields integrated into your Salesforce data.
Expand Down
Loading