Metadata

Contains additional resource information needed for specific datasets.

Data AnalyticsData PreparationETLMachine Learning

Properties

Name Type Description
SourceArn object
View JSON Schema on GitHub

JSON Schema

glue-databrew-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-schema/glue-databrew-metadata-schema.json",
  "title": "Metadata",
  "description": "Contains additional resource information needed for specific datasets.",
  "type": "object",
  "properties": {
    "SourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow."
        }
      ]
    }
  }
}