Skip to content

Commit

Permalink
docs and minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Aug 29, 2024
1 parent f7891a5 commit 56258f1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
## Under The Hood
- Added explicit casts to timestamp fields, as well as string casts to choice fields in order to join them later downstream on `sys_choice.element`.
- Added consistency and integrity validation tests within integration_tests folder for all current end models.
- Updated the logic for

# dbt_servicenow v0.2.0
[PR #8](https://github.com/fivetran/dbt_servicenow/pull/8) includes the following updates:
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vars:
servicenow_sys_user_has_role_identifier: "sys_user_has_role_data"
servicenow_sys_user_grmember_identifier: "sys_user_grmember_data"

servicenow__using_roles: true # to be turned on when generating docs so that can be generated via the manifest and docs as it is turned off by default.
# servicenow__using_roles: true # to be turned on when generating docs so that can be generated via the manifest and docs as it is turned off by default.

models:
+schema: "servicenow_{{ var('directed_schema','dev') }}"
Expand Down

0 comments on commit 56258f1

Please sign in to comment.