File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.11.0 (2025-05-13)
2
+ ---------------------------
3
+ Add support for PrivateKey authentication with the Snowflake Target (#216)
4
+ Format code and update COPYRIGHT
5
+ Updated out-of-date workflow build files
6
+ Updated docker compose for integration tests
7
+ Updated Snowflake Driver + Go version
8
+
1
9
Version 0.10.1 (2022-11-17)
2
10
---------------------------
3
11
Update GitHub Actions workflows (#213)
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.10.1 /sql_runner_0.10.1_darwin_amd64 .zip )
57
- * [ Linux] ( https://github.com/snowplow/sql-runner/releases/download/0.10.1 /sql_runner_0.10.1_linux_amd64 .zip )
58
- * [ Windows] ( https://github.com/snowplow/sql-runner/releases/download/0.10.1 /sql_runner_0.10.1_windows_amd64 .zip )
56
+ * [ Darwin (macOS)] ( https://github.com/snowplow/sql-runner/releases/download/0.11.0 /sql_runner_0.11.0_darwin_amd64 .zip )
57
+ * [ Linux] ( https://github.com/snowplow/sql-runner/releases/download/0.11.0 /sql_runner_0.11.0_linux_amd64 .zip )
58
+ * [ Windows] ( https://github.com/snowplow/sql-runner/releases/download/0.11.0 /sql_runner_0.11.0_windows_amd64 .zip )
59
59
60
60
### CLI Output
61
61
62
62
``` bash
63
- sql-runner version: 0.10.1
63
+ sql-runner version: 0.11.0
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.10.1
1
+ 0.11.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
const (
25
25
cliName = "sql-runner"
26
26
cliDescription = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
27
- cliVersion = "0.10.1 "
27
+ cliVersion = "0.11.0 "
28
28
29
29
sqlrootBinary = "BINARY"
30
30
sqlrootPlaybook = "PLAYBOOK"
You can’t perform that action at this time.
0 commit comments