fullstorydev / dbt_fullstory

The official FullStory dbt package
Apache License 2.0
2 stars 3 forks source link

add bigquery integration test shim #16

Closed huttotw closed 9 months ago

huttotw commented 9 months ago

Just realized that the BigQuery integration tests when the fullstory_events_integration_tests didn't previously exist. This creates a BigQuery shim that is very similar to the Snowflake one except that this one doesn't do any JSON parsing, it just takes the seed file as is.

This also makes tests for each platform all work the same way to increase clarity.