Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This dbt package contains models, macros, seeds, and tests for [Fullstory](https
| fullstory_skip_json_parse | Whether or not to skip JSON parsing when processing the data, default False. |
| fullstory_users_model_name | The customized name of the `users`` model. |
| fullstory_min_event_time | All events before this date will not be considered for analysis. Use this option to limit table size. |
| fullstory_event_types | A list of event types to auto-generate rollups for in the `users` and `sessions` model. |
| fullstory_events_types | A list of event types to auto-generate rollups for in the `users` and `sessions` model. |

> We **highly recommend** using `fullstory_events_database`, `fullstory_events_schema` and `fullstory_events_table` to indicate the location of the Fullstory events table that is synced from Data Destinations. Using these variables allow you to use a separate database or schema for the Fullstory events table than your dbt package.

Expand Down
2 changes: 1 addition & 1 deletion seeds/_schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

seeds:
- name: fullstory_event_types
- name: fullstory_events_types
description: Classifiers for the types of event.
columns:
- name: name
Expand Down