Skip to content

Commit 01eed3a

Browse files
authored
SF formula utils - absolute links (#108)
* SF formula utils - absolute links * Update README.md
1 parent fc38e1f commit 01eed3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Fivetran offers the ability for you to orchestrate your dbt project through [Fiv
8686

8787
# 📖 Macro & script documentation
8888

89-
## sfdc_formula_view ([source](macros/sfdc_formula_view.sql))
89+
## sfdc_formula_view ([source](https://github.com/fivetran/dbt_salesforce_formula_utils/blob/main/macros/sfdc_formula_view.sql))
9090
This macro generates the final sql needed to join the Salesforce formula fields to the desired table.
9191

9292
**Usage:**
@@ -100,7 +100,7 @@ This macro generates the final sql needed to join the Salesforce formula fields
100100
* `materialization` (optional, default = `view`): By default the model will be materialized as a view. If you would like to materialize as a table, you can adjust using this argument.
101101
----
102102

103-
## sfdc_formula_model_automation.sh ([source](sfdc_formula_model_automation.sh))
103+
## sfdc_formula_model_automation.sh ([source](https://github.com/fivetran/dbt_salesforce_formula_utils/blob/main/sfdc_formula_model_automation.sh))
104104
This bash script is intended to be used in order to automatically create the desired salesforce models via the command line within your dbt project. This bash script will generate a model file within your dbt project that contains the [sfdc_formula_view](https://github.com/fivetran/dbt_salesforce_formula_utils/blob/main/macros/sfdc_formula_view.sql) macro for the appropriately defined table(s). In order for this command to work you must be within the root directory of your dbt project.
105105

106106
**Usage:**

0 commit comments

Comments
 (0)