Skip to content

Commit dac993f

Browse files
committed
Added more configurable fields.
1 parent ff96754 commit dac993f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generic-db-argument-setter/examples/example-db-argument-setter-cdap-data-pipeline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"properties": {
4646
"referenceName": "file_source",
47-
"path": "${file_path}",
47+
"path": "/${path}/${name}/${timestamp}",
4848
"format": "text",
4949
"skipHeader": "false",
5050
"filenameOnly": "false",
@@ -109,7 +109,7 @@
109109
"databaseName": "${database}",
110110
"tableName": "${table}",
111111
"argumentSelectionConditions": "project=test_project;environment=production;location=US",
112-
"argumentsColumns": "file_path"
112+
"argumentsColumns": "timestamp,name,path"
113113
}
114114
},
115115
"outputSchema": [

0 commit comments

Comments
 (0)