Skip to content

Commit

Permalink
[Improve][Connector-v2]Supports direct definition of data values(row)
Browse files Browse the repository at this point in the history
  • Loading branch information
laglangyue committed Sep 23, 2022
1 parent 3a0e94b commit 4d7b388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/connector-v2/source/FakeSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Table structure description ,you should assign schema option to tell connector h
**Tips**: Most of Unstructured-Datasource contain this param, such as LocalFile,HdfsFile.
**Example**:

### row.num
Number of additional rows of generated data

```hocon
schema = {
fields {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env {

source {
FakeSource {
row.num = 16
result_table_name = "fake"
schema = {
fields {
Expand Down

0 comments on commit 4d7b388

Please sign in to comment.