fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Fix missing types in schema #127

Closed camphillips22 closed 6 months ago

camphillips22 commented 6 months ago

The new fields that were added for the most recent major version included new types. There were no tests to cover the mapping when creating the schema for the warehouses, so this was missed.

Add the new type mappings in and tests to make sure this doesn't happen again.