Skip to content

Commit

Permalink
docs(tasks): invalid task id on outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 7, 2023
1 parent 61a6048 commit 3091fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class Query extends AbstractJdbcQuery implements RunnableTask<Query.Outpu
description = "List of key that will generate temporary files.\n" +
"On the sql query, just can use with special variable named `outputFiles.key`.\n" +
"If you add a files with `[\"first\"]`, you can use the special vars `COPY tbl TO '{[ outputFiles.first }}' (HEADER, DELIMITER ',');`" +
" and you used on others tasks using `{{ outputs.task-id.files.first }}`"
" and you used on others tasks using `{{ outputs.taskId.outputFiles.first }}`"
)
@PluginProperty(dynamic = false)
protected List<String> outputFiles;
Expand Down

0 comments on commit 3091fba

Please sign in to comment.