Skip to content

Commit

Permalink
Fix SnowflakeWarehouseManager action documentation url apache#4139
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Jul 17, 2024
1 parent a93256f commit ba6b062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
name = "Action.Name",
description = "Action.Description",
categoryDescription = "Category.Description",
documentationUrl = "")
documentationUrl = "/workflow/actions/snowflake-whm.html")
public class WarehouseManager extends ActionBase implements Cloneable, IAction {
public static final String MANAGEMENT_ACTION = "managementAction";
public static final String REPLACE = "replace";
Expand Down

0 comments on commit ba6b062

Please sign in to comment.