Skip to content

Commit f4f6803

Browse files
Matovidloclaude
andcommitted
chore: update keboola-sdk-go to v2.18.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent af06c9a commit f4f6803

6 files changed

Lines changed: 34 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
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.1-0.20260326112115-8a6ce0872c8a
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

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.1-0.20260326112115-8a6ce0872c8a h1:4NE5+K6RrrhIPltUahHWUHbBUFT9+w5htOQefVxhG4Y=
600-
github.com/keboola/keboola-sdk-go/v2 v2.17.1-0.20260326112115-8a6ce0872c8a/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=
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
DBT_KBC_TARGET1_ACCOUNT=%s
2+
DBT_KBC_TARGET1_BASE_URL=%s
3+
DBT_KBC_TARGET1_BRANCH_ID=%s
24
DBT_KBC_TARGET1_DATABASE=%s
35
DBT_KBC_TARGET1_PRIVATE_KEY="%s"
46
DBT_KBC_TARGET1_SCHEMA=%s
57
DBT_KBC_TARGET1_TYPE=%s
68
DBT_KBC_TARGET1_USER=%s
79
DBT_KBC_TARGET1_WAREHOUSE=%s
10+
DBT_KBC_TARGET1_WORKSPACE_ID=%s
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Warning:
2+
- Validation failed:
3+
- Config "main/extractor/keboola.ex-db-mysql/with-rows/config.json" doesn't match schema:
4+
- "db": missing properties "port", "user"
5+
6+
Please correct the problems listed above.
7+
Push operation is only possible when project is valid.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Warning:
2+
- Validation failed:
3+
- Config "main/extractor/keboola.ex-db-mysql/with-rows/config.json" doesn't match schema:
4+
- "db": missing properties "port", "user"
5+
6+
Please correct the problems listed above.
7+
Push operation is only possible when project is valid.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
WARN Warning:
2+
- Validation failed:
3+
- Config "main/extractor/keboola.ex-db-mysql/with-rows/config.json" doesn't match schema:
4+
- "db": missing properties "port", "user", "#password"
5+
WARN
6+
WARN Please correct the problems listed above.
7+
WARN Push operation is only possible when project is valid.
8+
WARN Warning:
9+
- Validation failed:
10+
- Config "main/extractor/keboola.ex-db-mysql/with-rows/config.json" doesn't match schema:
11+
- "db": missing properties "port", "user", "#password"
12+
WARN
13+
WARN Please correct the problems listed above.
14+
WARN Push operation is only possible when project is valid.

0 commit comments

Comments
 (0)