Skip to content

Commit

Permalink
Add table option to copy sink (#6819)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyhe authored and erich-wang committed Aug 14, 2019
1 parent dba7982 commit 228655d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,10 @@
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)."
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
},
"additionalProperties": {
Expand Down

0 comments on commit 228655d

Please sign in to comment.