* Add a method to fetch dataset labels from dryrun service results
* Update bigquery_etl/dryrun.py
Co-authored-by: Anna Scholtz <anna@scholtzan.net>
* Adapt tests to include real datasets in paths
Co-authored-by: Anna Scholtz <anna@scholtzan.net>
* WIP
* Get referenced tables for mozdata
* Address review comments and add tests
* Try 'SELECT from {view}' method
This approach returns a lot of unfound table errors,
it seems like there's not a direct 1:1 correlation
between bigquery-etl table names and BigQuery datasets
on the cloud
* Add tests
* Lint dryrun.py
* Add some minor cleanups
* Add test for multiple referenced tables
* Sort referenced table results