Skip to content

Commit d8d4b6a

Browse files
authored
Merge pull request #2561 from keboola/mvasko/update-keboola-sdk-go-v2.17.1-458a40d
feat: replace Snowflake/BigQuery sandbox API with EditorSession
2 parents 23f1b2c + 83a20ff commit d8d4b6a

131 files changed

Lines changed: 1123 additions & 317 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/json-iterator/go v1.1.12
4444
github.com/keboola/go-cloud-encrypt v0.0.0-20250422071622-41a5d5547c43
4545
github.com/keboola/go-utils v1.4.0
46-
github.com/keboola/keboola-sdk-go/v2 v2.17.0
46+
github.com/keboola/keboola-sdk-go/v2 v2.18.0
4747
github.com/keboola/keboola-sdk-go/v2/transfer v1.0.0
4848
github.com/klauspost/compress v1.18.4
4949
github.com/klauspost/pgzip v1.2.6
@@ -316,7 +316,7 @@ require (
316316
github.com/gorilla/mux v1.8.1 // indirect
317317
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
318318
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
319-
github.com/hashicorp/go-multierror v1.1.1 // indirect
319+
github.com/hashicorp/go-multierror v1.1.1
320320
github.com/hashicorp/go-version v1.7.0 // indirect
321321
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
322322
github.com/hexops/gotextdiff v1.0.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ github.com/keboola/go-oauth2-proxy/v7 v7.13.1-0.20251120082210-251fbcb18c16 h1:m
596596
github.com/keboola/go-oauth2-proxy/v7 v7.13.1-0.20251120082210-251fbcb18c16/go.mod h1:2KeAM0/QPbyUAoky+PXVgQDt/5m0qNcn30z9jh4ig8A=
597597
github.com/keboola/go-utils v1.4.0 h1:WTyj95yrr8O8HxtC8TSTyUcElZiRGDeEdVvDpFo6HUo=
598598
github.com/keboola/go-utils v1.4.0/go.mod h1:IopwJzFz2gh0Yj3fUbIe2eamRoDKzbXvjqFjQyw3ZdQ=
599-
github.com/keboola/keboola-sdk-go/v2 v2.17.0 h1:jTIsaBiL8S0wySKCgQsRm39iI0G1O1R6rOi7XWHQMXs=
600-
github.com/keboola/keboola-sdk-go/v2 v2.17.0/go.mod h1:dLDyVUt6gMPGoXgON8yKh6+k4VEMlByXMqkK7rL1kuE=
599+
github.com/keboola/keboola-sdk-go/v2 v2.18.0 h1:wkHTV4eUHr3aEwHmbo/Lhxq1uiYzdFbcMfY38Icvo2Q=
600+
github.com/keboola/keboola-sdk-go/v2 v2.18.0/go.mod h1:dLDyVUt6gMPGoXgON8yKh6+k4VEMlByXMqkK7rL1kuE=
601601
github.com/keboola/keboola-sdk-go/v2/transfer v1.0.0 h1:mjwUdS9W+0QDYycam20u0B3LSSEUpXFvHyH9Q5j6fwA=
602602
github.com/keboola/keboola-sdk-go/v2/transfer v1.0.0/go.mod h1:+K9kZRslskn0r3qZmyXXd7trrApNQrs1aVUcfbTm2V4=
603603
github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRtuthU=

internal/pkg/fixtures/configs/with-rows.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"configuration": {
55
"parameters": {
66
"db": {
7-
"host": "mysql.example.com"
7+
"host": "mysql.example.com",
8+
"port": 3306,
9+
"user": "root",
10+
"#password": "KBC::ProjectSecureKV::eJw="
811
}
912
}
1013
},
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"parameters": {
33
"db": {
4-
"host": "mysql.example.com"
4+
"host": "mysql.example.com",
5+
"port": 3306,
6+
"user": "root",
7+
"#password": ""
58
}
69
}
710
}

0 commit comments

Comments
 (0)