Skip to content

Commit

Permalink
added tblProperties to expected json
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Oct 10, 2024
1 parent ce14139 commit ef075b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"view": {
"definition": "select id, first_name, last_name, email from authors",
"name": "test_view"
"name": "test_view",
"tblProperties": "'external.location'='s3://mybucket/myview', 'this.is.my.key'='12', 'this.is.my.key2'='true'"
}
}]
}
Expand Down

0 comments on commit ef075b1

Please sign in to comment.