diff --git a/README.md b/README.md index ce54995..06235f6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/seeds/_schema.yml b/seeds/_schema.yml index 8173414..2589795 100644 --- a/seeds/_schema.yml +++ b/seeds/_schema.yml @@ -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