Skip to content

Commit

Permalink
rn ticket enhanced to task enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Jan 13, 2024
1 parent ace3260 commit ca812a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following table provides a detailed list of all models materialized within t
| **Model** | **Description** |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [servicenow__activity_summary](https://github.com/fivetran/dbt_servicenow/blob/main/models/servicenow__activity_summary.sql) | Each record represents aggregate task, problem, change, incident, and change request data by varying grains including status, priority, impact, and urgency. |
| [servicenow__ticket_enhanced](https://github.com/fivetran/dbt_servicenow/blob/main/models/servicenow__ticket_enhanced.sql) | Each record represents a task 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. |
| [servicenow__task_enhanced](https://github.com/fivetran/dbt_servicenow/blob/main/models/servicenow__task_enhanced.sql) | Each record represents a task 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. |
<!--section-end-->

# 🎯 How do I use the dbt package?
Expand Down
2 changes: 1 addition & 1 deletion models/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ The category of the change.
The category of the problem.
{% enddocs %}

{% docs servicenow__ticket_enhanced %}
{% docs servicenow__task_enhanced %}
Each record represents a task 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.
{% enddocs %}

Expand Down
File renamed without changes.

0 comments on commit ca812a9

Please sign in to comment.