-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests with custom queries now provides metadata
- Loading branch information
1 parent
ceae926
commit 4c16c1f
Showing
22 changed files
with
982 additions
and
21 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
tests/functional/network-compression/expected/data/out/tables/in.c-main.simple.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
"id","name" | ||
"123","John" |
52 changes: 51 additions & 1 deletion
52
tests/functional/network-compression/expected/data/out/tables/in.c-main.simple.csv.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,54 @@ | ||
{ | ||
"destination": "in.c-main.simple", | ||
"incremental": false | ||
"incremental": false, | ||
"columns": [ | ||
"id", | ||
"name" | ||
], | ||
"column_metadata": { | ||
"id": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "INTEGER" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "id" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "id" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
], | ||
"name": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "name" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "name" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tests/functional/run-action-debug-logging/expected/data/out/tables/in.c-main.escaping.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 51 additions & 1 deletion
52
...ctional/run-action-debug-logging/expected/data/out/tables/in.c-main.escaping.csv.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,54 @@ | ||
{ | ||
"destination": "in.c-main.escaping", | ||
"incremental": false | ||
"incremental": false, | ||
"columns": [ | ||
"col1", | ||
"col2" | ||
], | ||
"column_metadata": { | ||
"col1": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "col1" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "col1" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
], | ||
"col2": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "col2" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "col2" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
] | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
tests/functional/run-action-emoji/expected/data/out/tables/in.c-main.emoji.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
"emoji" | ||
"😁" | ||
"😂" | ||
"😃" | ||
|
29 changes: 28 additions & 1 deletion
29
tests/functional/run-action-emoji/expected/data/out/tables/in.c-main.emoji.csv.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
{ | ||
"destination": "in.c-main.emoji", | ||
"incremental": false | ||
"incremental": false, | ||
"columns": [ | ||
"emoji" | ||
], | ||
"column_metadata": { | ||
"emoji": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "emoji" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "emoji" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
] | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
...nctional/run-action-native-types-manifest/expected/data/out/tables/in.c-main.escaping.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 33 additions & 1 deletion
34
...run-action-native-types-manifest/expected/data/out/tables/in.c-main.escaping.csv.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,36 @@ | ||
{ | ||
"destination": "in.c-main.escaping", | ||
"incremental": false | ||
"incremental": false, | ||
"schema": [ | ||
{ | ||
"nullable": true, | ||
"primary_key": false, | ||
"metadata": { | ||
"KBC.sourceName": "col1", | ||
"KBC.sanitizedName": "col1", | ||
"KBC.uniqueKey": false | ||
}, | ||
"name": "col1", | ||
"data_type": { | ||
"base": { | ||
"type": "STRING" | ||
} | ||
} | ||
}, | ||
{ | ||
"nullable": true, | ||
"primary_key": false, | ||
"metadata": { | ||
"KBC.sourceName": "col2", | ||
"KBC.sanitizedName": "col2", | ||
"KBC.uniqueKey": false | ||
}, | ||
"name": "col2", | ||
"data_type": { | ||
"base": { | ||
"type": "STRING" | ||
} | ||
} | ||
} | ||
] | ||
} |
1 change: 0 additions & 1 deletion
1
tests/functional/run-action-row/expected/data/out/tables/in.c-main.escaping.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 51 additions & 1 deletion
52
tests/functional/run-action-row/expected/data/out/tables/in.c-main.escaping.csv.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,54 @@ | ||
{ | ||
"destination": "in.c-main.escaping", | ||
"incremental": false | ||
"incremental": false, | ||
"columns": [ | ||
"col1", | ||
"col2" | ||
], | ||
"column_metadata": { | ||
"col1": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "col1" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "col1" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
], | ||
"col2": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "col2" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "col2" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
] | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
tests/functional/run-action-via-ssh-tunnel/expected/data/out/tables/in.c-main.escaping.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 51 additions & 1 deletion
52
...tional/run-action-via-ssh-tunnel/expected/data/out/tables/in.c-main.escaping.csv.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,54 @@ | ||
{ | ||
"destination": "in.c-main.escaping", | ||
"incremental": false | ||
"incremental": false, | ||
"columns": [ | ||
"col1", | ||
"col2" | ||
], | ||
"column_metadata": { | ||
"col1": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "col1" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "col1" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
], | ||
"col2": [ | ||
{ | ||
"key": "KBC.datatype.nullable", | ||
"value": true | ||
}, | ||
{ | ||
"key": "KBC.datatype.basetype", | ||
"value": "STRING" | ||
}, | ||
{ | ||
"key": "KBC.sourceName", | ||
"value": "col2" | ||
}, | ||
{ | ||
"key": "KBC.sanitizedName", | ||
"value": "col2" | ||
}, | ||
{ | ||
"key": "KBC.uniqueKey", | ||
"value": false | ||
} | ||
] | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
tests/functional/run-action/expected/data/out/tables/in.c-main.escaping.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.