Publish Recipe
gluedatabrew_publish_recipe | R Documentation |
Publishes a new version of a DataBrew recipe¶
Description¶
Publishes a new version of a DataBrew recipe.
Usage¶
gluedatabrew_publish_recipe(Description, Name)
Arguments¶
Description |
A description of the recipe to be published, for this version of the recipe. |
Name |
[required] The name of the recipe to be published. |
Value¶
A list with the following syntax:
list(
Name = "string"
)
Request syntax¶
svc$publish_recipe(
Description = "string",
Name = "string"
)