Skip to content

aschott-looker/query-streaming-bug-hunt-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Streaming Bug Hunt Script

This repository contains a script used for bug hunts to test the query streaming pipelines.

Setup

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.

Install Dependencies

> bundle install

Run

> 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>

Example

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published