Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Jan 22, 2024
1 parent 3c6b169 commit 341fcc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# dbt_servicenow v0.1.0
This is the initial release of the Service Now dbt package!
This is the initial release of the ServiceNow dbt package!

# 📣 What does this dbt package do?
This package models Service Now data from [Fivetran's connector](https://fivetran.com/docs/applications/servicenow). It uses data in the format described by [this ERD](https://fivetran.com/docs/applications/servicenow#schemainformation).
This package models ServiceNow data from [Fivetran's connector](https://fivetran.com/docs/applications/servicenow). It uses data in the format described by [this ERD](https://fivetran.com/docs/applications/servicenow#schemainformation).

The main focus of the package is to transform the core object tables into analytics-ready models, including:
<!--section="servicenow_model"-->
- Materializes [Service Now staging and output models](https://fivetran.github.io/dbt_servicenow/#!/overview/servicenow_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/servicenow/#schemainformation).
- Materializes [ServiceNow staging and output models](https://fivetran.github.io/dbt_servicenow/#!/overview/servicenow_source/models/?g_v=1) which leverage data in the format described by [this ERD](https://fivetran.com/docs/applications/servicenow/#schemainformation).
- The staging tables clean, test, and prepare your ServiceNow data from [Fivetran's connector](https://fivetran.com/docs/applications/servicenow) for analysis by doing the following:
- Renames fields for consistency and standardization. For example, primary keys `sys_id` are renamed to `<table_name>_id`.
- Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The main focus of the package is to transform the core object tables into analyt
- Summarizes task, problem, change, incident, and change request data by varying grains including last updated day, status, priority, impact, and urgency.
- Enhances each task record with additional information about its associated problem, incident, or change request. Finally, it contains user information for who opened, started, updated, reported, fixed, closed, requested, reported, or confirmed the task.

The output models are focused around the task management feature of Service Now.
The output models are focused around the task management feature of ServiceNow.

<!--section="servicenow_model"-->
The following table provides a detailed list of all models materialized within this package by default.
Expand Down

0 comments on commit 341fcc4

Please sign in to comment.