Skip to content

Commit 9494385

Browse files
Matovidloclaude
andcommitted
fix(test): update create fixtures for changed component schemas
keboola.app-data-gateway: schema changed from {"action": ""} to a full db-connection object with driver/host/port/etc fields. keboola.ex-db-mysql: ssh section no longer includes "#privateKey" field. Both are upstream API-side schema changes unrelated to this PR's changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0ce72ea commit 9494385

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

  • test/cli/create
    • config-data-gateway/out/main/application/keboola.app-data-gateway/new-config
    • config/out/main/extractor/keboola.ex-db-mysql/new-config
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"parameters": {
3-
"action": ""
3+
"db": {
4+
"#privateKey": "",
5+
"account": "",
6+
"database": "",
7+
"driver": "",
8+
"host": "",
9+
"loginType": "",
10+
"port": 443,
11+
"region": "",
12+
"role": "",
13+
"schema": "",
14+
"ssoLoginAvailable": false,
15+
"user": "",
16+
"warehouse": "",
17+
"workspaceId": 0
18+
}
419
}
520
}

test/cli/create/config/out/main/extractor/keboola.ex-db-mysql/new-config/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"networkCompression": false,
1111
"port": 0,
1212
"ssh": {
13-
"#privateKey": "",
1413
"enabled": false,
1514
"keys": {
1615
"#private": "",

0 commit comments

Comments
 (0)