publish_recipe
(**kwargs)¶Publishes a new version of a DataBrew recipe.
See also: AWS API Documentation
Request Syntax
response = client.publish_recipe(
Description='string',
Name='string'
)
[REQUIRED]
The name of the recipe to be published.
dict
Response Syntax
{
'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
The name of the recipe that you published.
Exceptions
GlueDataBrew.Client.exceptions.ValidationException
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ServiceQuotaExceededException