Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz authored Aug 4, 2023
1 parent 76cd103 commit c729162
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ If an individual source table has a different name than the package expects, add
vars:
zuora_<default_source_table_name>_identifier: your_table_name
```

### 🚨 Snowflake Users
If you do **not** use the default all-caps naming conventions for Snowflake, you may need to provide the case-sensitive spelling of your source tables that are also Snowflake reserved words.

In this package, this would apply to the `ORDER` source. If you are receiving errors for this source, include the below identifier in your `dbt_project.yml` file:

```yml
vars:
zuora_order_identifier: "ORDER" # as an example, must include the double-quotes and correct case!
```

</details>

Expand Down

0 comments on commit c729162

Please sign in to comment.