File tree 4 files changed +14
-8
lines changed
4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.10.1 (2022-11-17)
2
+ ---------------------------
3
+ Update GitHub Actions workflows (#213)
4
+ Fix matching to gosnowflake ErrUnknownError (#212)
5
+ Update Snowflake driver to v1.6.13 (#211)
6
+
1
7
Version 0.10.0 (2022-06-28)
2
8
---------------------------
3
9
Fix out of range panic on invalid runQuery argument (#210)
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.0 /sql_runner_0.10.0_darwin_amd64 .zip )
57
- * [ Linux] ( https://github.com/snowplow/sql-runner/releases/download/0.10.0 /sql_runner_0.10.0_linux_amd64 .zip )
58
- * [ Windows] ( https://github.com/snowplow/sql-runner/releases/download/0.10.0 /sql_runner_0.10.0_windows_amd64 .zip )
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 )
59
59
60
60
### CLI Output
61
61
62
62
``` bash
63
- sql-runner version: 0.10.0
63
+ sql-runner version: 0.10.1
64
64
Run playbooks of SQL scripts in series and parallel on Redshift and Postgres
65
65
Usage:
66
66
-checkLock string
@@ -131,8 +131,8 @@ limitations under the License.
131
131
132
132
[snowplow]: https://github.com/snowplow/snowplow
133
133
134
- [setup-guide]: https://docs.snowplowanalytics.com /docs/modeling-your-data/setup-and-run -sql-runner/
135
- [user-guide]: https://docs.snowplowanalytics.com /docs/modeling-your-data/setup-and-run- sql-runner/# User_guide
134
+ [setup-guide]: https://docs.snowplow.io /docs/modeling-your-data/modeling-your-data-with -sql-runner/
135
+ [user-guide]: https://docs.snowplow.io /docs/modeling-your-data/modeling-your-data-with- sql-runner/# user-guide
136
136
137
137
[setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png
138
138
[user-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png
Original file line number Diff line number Diff line change 1
- 0.10.0
1
+ 0.10.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
const (
27
27
cliName = "sql-runner"
28
28
cliDescription = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
29
- cliVersion = "0.10.0 "
29
+ cliVersion = "0.10.1 "
30
30
31
31
sqlrootBinary = "BINARY"
32
32
sqlrootPlaybook = "PLAYBOOK"
You can’t perform that action at this time.
0 commit comments