This repository contains a script used for bug hunts to test the query streaming pipelines.
Update the credentials in credentials.rb
. Set CLIENT_ID
and CLIENT_SECRET
to your client id and secret for the user you want to test on master.
> bundle install
> bin/export <old or new or both or test> <query_id: id or quid> <apply formatting: true or false> <apply vis: true or false> <dev mode: true or false>
# Run query with id 9vyXupTeatORbyUUI7ot2m with value formatting disabled, vis formatting enabled and dev mode off against both the old and new pipelines.
> bin/export both 9vyXupTeatORbyUUI7ot2m false true true