You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,16 @@ The following table provides a detailed list of all tables materialized within t
32
32
|[xero__balance_sheet_report](https://github.com/fivetran/dbt_xero/blob/main/models/xero__balance_sheet_report.sql)| Each record represents the state of the balance sheet for a given account on a given month. |
33
33
|[xero__invoice_line_items](https://github.com/fivetran/dbt_xero/blob/main/models/xero__invoice_line_items.sql)| Each record represents an invoice line item enriched with the account, contact, and invoice information. |
34
34
35
+
### Materialized Models
36
+
Each Quickstart transformation job run materializes 22 models if all components of this data model are enabled. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`.
35
37
<!--section-end-->
36
38
37
39
## How do I use the dbt package?
38
40
39
41
### Step 1: Prerequisites
40
42
To use this dbt package, you must have the following:
41
43
42
-
- At least one Fivetran Xero connector syncing data into your destination.
44
+
- At least one Fivetran Xero connection syncing data into your destination.
43
45
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.
44
46
45
47
### Step 2: Install the package
@@ -67,8 +69,8 @@ vars:
67
69
68
70
If you are using multi-currency accounting in Xero, you are likely to have unrealized currency gains as part of your profit and loss statement. These gains/losses do not exist within the actual journals in Xero. As a result, you will find that those lines are missing from the outputs of this package. All realised currency gains will be present and your balance sheet will still balance.
69
71
70
-
#### Unioning Multiple Xero Connectors
71
-
If you have multiple Xero connectors in Fivetran and would like to use this package on all of them simultaneously, we have provided functionality to do so. The package will union all of the data together and pass the unioned table into the transformations. You will be able to see which source it came from in the `source_relation` column of each model. To use this functionality, you will need to set **either** (**note that you cannot use both**) the `union_schemas` or `union_databases` variables:
72
+
#### Unioning Multiple Xero Connections
73
+
If you have multiple Xero connections in Fivetran and would like to use this package on all of them simultaneously, we have provided functionality to do so. The package will union all of the data together and pass the unioned table into the transformations. You will be able to see which source it came from in the `source_relation` column of each model. To use this functionality, you will need to set **either** (**note that you cannot use both**) the `union_schemas` or `union_databases` variables:
0 commit comments