File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.9.8 (2022-04-22)
2
+ --------------------------
3
+ Add Application to JDBC driver configuration for identifying Snowplow jobs (#198)
4
+
1
5
Version 0.9.7 (2022-01-25)
2
6
--------------------------
3
7
Handle Snowflake error `-00001:` (#191)
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ guest> make format
53
53
54
54
First either compile the binary from source using the above ` make ` command or download the published Binary directly from the GitHub release:
55
55
56
- * [ Darwin (macOS)] ( https://github.com/snowplow/sql-runner/releases/download/0.9.7 /sql_runner_0.9.7_darwin_amd64 .zip )
57
- * [ Linux] ( https://github.com/snowplow/sql-runner/releases/download/0.9.7 /sql_runner_0.9.7_linux_amd64 .zip )
58
- * [ Windows] ( https://github.com/snowplow/sql-runner/releases/download/0.9.7 /sql_runner_0.9.7_windows_amd64 .zip )
56
+ * [ Darwin (macOS)] ( https://github.com/snowplow/sql-runner/releases/download/0.9.8 /sql_runner_0.9.8_darwin_amd64 .zip )
57
+ * [ Linux] ( https://github.com/snowplow/sql-runner/releases/download/0.9.8 /sql_runner_0.9.8_linux_amd64 .zip )
58
+ * [ Windows] ( https://github.com/snowplow/sql-runner/releases/download/0.9.8 /sql_runner_0.9.8_windows_amd64 .zip )
59
59
60
60
### CLI Output
61
61
62
62
``` bash
63
- sql-runner version: 0.9.7
63
+ sql-runner version: 0.9.8
64
64
Run playbooks of SQL scripts in series and parallel on Redshift and Postgres
65
65
Usage:
66
66
-checkLock string
Original file line number Diff line number Diff line change 1
- 0.9.7
1
+ 0.9.8
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
const (
27
27
CLI_NAME = "sql-runner"
28
28
CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
29
- CLI_VERSION = "0.9.7 "
29
+ CLI_VERSION = "0.9.8 "
30
30
31
31
SQLROOT_BINARY = "BINARY"
32
32
SQLROOT_PLAYBOOK = "PLAYBOOK"
You can’t perform that action at this time.
0 commit comments