From 1ccc24c7f8cf4357f542c1819229d9fbde10ca2a Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:12:41 -0500 Subject: [PATCH] Apply suggestions from code review --- .quickstart/quickstart.yml | 4 +++- README.md | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.quickstart/quickstart.yml b/.quickstart/quickstart.yml index e95e85d..8ade1e9 100644 --- a/.quickstart/quickstart.yml +++ b/.quickstart/quickstart.yml @@ -21,5 +21,7 @@ destination_configurations: search_order: [ 'spark_utils', 'dbt_utils' ] public_models: [ - + "netsuite2__balance_sheet", + "netsuite2__income_statement", + "netsuite2__transaction_details" ] diff --git a/README.md b/README.md index 5f72900..b45e5c6 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ - Generates a comprehensive data dictionary of your source and modeled Netsuite data through the [dbt docs site](https://fivetran.github.io/dbt_netsuite/). -The following table provides a detailed list of all models materialized within this package by default. -> TIP: See more details about these models in the package's [dbt docs site](https://fivetran.github.io/dbt_netsuite/#!/overview?g_v=1&g_e=seeds). +The following table provides a detailed list of all tables materialized within this package by default. +> TIP: See more details about these tables in the package's [dbt docs site](https://fivetran.github.io/dbt_netsuite/#!/overview?g_v=1&g_e=seeds). -| **Model** | **Description** | +| **Table** | **Description** | | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- | | [netsuite__transaction_details](https://fivetran.github.io/dbt_netsuite/#!/model/model.netsuite.netsuite__transaction_details) or [netsuite2__transaction_details](https://fivetran.github.io/dbt_netsuite/#!/model/model.netsuite.netsuite2__transaction_details) | All transactions with the associated accounting period, account and subsidiary information. Where applicable, you can also see data about the customer, location, item, vendor, and department. | | [netsuite__income_statement](https://fivetran.github.io/dbt_netsuite/#!/model/model.netsuite.netsuite__income_statement) or [netsuite2__income_statement](https://fivetran.github.io/dbt_netsuite/#!/model/model.netsuite.netsuite2__income_statement) | All transaction lines necessary to generate an income statement (converted for the appropriate exchange rate of the parent subsidiary). Department, class, and location information are included for additional reporting functionality. |