issues
search
HTTPArchive
/
bigquery
BigQuery import and processing pipelines
67
stars
20
forks
source link
Query running improvements
#136
Closed
tunetheweb
closed
3 years ago
tunetheweb
commented
3 years ago
Makes the following changes:
Adds the SQL to a
$sql
variable rather than running immediately
Moves the run command to the end based on the
$sql
variable
Add Verbose option to print the SQL
Handles missing reports better (less error messages for globs which don't match)
Improves messages to accurately state whether date ranges are being used or not (previously said date ranges were used even in Force mode).
Show if force mode is being used.
Makes the following changes:
$sql
variable rather than running immediately$sql
variable