Skip to content

Commit ec3d74b

Browse files
authored
Merge pull request #54 from data-integrations/bugfix/fix-placeholder
(CDAP-14543) Fixed placeholder for BigQuery source table name
2 parents 9e6d1de + 7d96975 commit ec3d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/BigQueryTable-batchsource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"label": "Table",
3737
"name": "table",
3838
"widget-attributes" : {
39-
"placeholder": "Table to write to"
39+
"placeholder": "Table to read from"
4040
},
4141
"plugin-function": {
4242
"method": "POST",

0 commit comments

Comments
 (0)