From 5d6603c06557263f90bd5e772a61b4292eb3307c Mon Sep 17 00:00:00 2001 From: Jose Luis Mendoza Gomez <86319365+jlmendgom5TRAN@users.noreply.github.com> Date: Mon, 14 Mar 2022 23:58:56 -0700 Subject: [PATCH] doc(dbt): dbt sage intacct source edited for Fivetran style Links https://fivetran.height.app/T-219615 Edited dbt sage intacct source README for style. One adjustment was made. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15e5fa5..cb7a5ea 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ This package enriches your Fivetran data by doing the following: - Models staging tables, which will be used in our transform package ## Models -This package contains staging models, designed to work simultaneously with our [Sage Intacct transform package](https://github.com/fivetran/dbt_sage_intacct). The staging models are designed to: +This package contains staging models, designed to work simultaneously with our [Sage Intacct transform package](https://github.com/fivetran/dbt_sage_intacct). The staging models are designed to: - Remove any rows that are soft-deleted - Name columns consistently across all packages: - - Boolean fields are prefixed with `is_` or `has_` - - Timestamps are appended with `_at` + - Boolean fields are prefixed with `is_` or `has_`. + - Timestamps are appended with `_at`. - ID primary keys are prefixed with the name of the table. For example, the `gl_detail` table's recordno column is renamed `gl_detail_id`. - Foreign keys include the table that they refer to. For example, ap_bill_item's `recordkey` is named `bill_id`. @@ -99,4 +99,4 @@ dispatch: - Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers - Join the [chat](http://slack.getdbt.com/) on Slack for live discussions and support - Find [dbt events](https://events.getdbt.com) near you -- Check out [the dbt blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices \ No newline at end of file +- Check out [the dbt blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices