Skip to content

Commit

Permalink
Update src/main/java/io/kestra/plugin/dbt/cloud/CheckStatus.java
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Geller <[email protected]>
  • Loading branch information
aballiet and anna-geller authored Sep 28, 2023
1 parent ffecca7 commit 9f5d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/dbt/cloud/CheckStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class CheckStatus extends AbstractDbtCloud implements RunnableTask<CheckS
);

@Schema(
title = "The run id to check status for"
title = "The job run id to check the status for"
)
@PluginProperty(dynamic = true)
Integer runId;
Expand Down

0 comments on commit 9f5d711

Please sign in to comment.