Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

publish_recipe

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'
)
Parameters
  • Description (string) -- A description of the recipe to be published, for this version of the recipe.
  • Name (string) --

    [REQUIRED]

    The name of the recipe to be published.

Return type

dict

Returns

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