Skip to content

Commit

Permalink
Add primary keys to custom query test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Jul 23, 2024
1 parent 44d4acf commit a48a232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"col1",
"col2"
],
"primary_key": [
"col1"
],
"column_metadata": {
"col1": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/run-action/source/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"query": "SELECT * FROM \"escaping\"",
"outputTable": "in.c-main.escaping",
"incremental": false,
"primaryKey": null,
"primaryKey": ["col1"],
"enabled": true
},
{
Expand Down

0 comments on commit a48a232

Please sign in to comment.