选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

在 AWS Glue 中查看蓝图

聚焦模式
在 AWS Glue 中查看蓝图 - AWS Glue

查看蓝图,了解蓝图描述、状态和参数规范,并下载蓝图 ZIP 格式归档。

您可以使用 AWS Glue 控制台、AWS Glue API 或 AWS Command Line Interface(AWS CLI)来查看蓝图。

查看蓝图(控制台)
  1. 打开 AWS Glue 控制台,地址:https://console.aws.amazon.com/glue/

  2. 在导航窗格中,选择 blueprints(蓝图)

  3. blueprints(蓝图)页面上,选择一个蓝图。然后,在 Actions (操作) 菜单上,选择 View (查看)

查看蓝图(AWS CLI)
  • 输入以下命令,仅查看蓝图名称、描述和状态。将 <blueprint-name> 替换为要查看的蓝图的名称。

    aws glue get-blueprint --name <blueprint-name>

    命令输出类似如下。

    {
        "Blueprint": {
            "Name": "myDemoBP",
            "CreatedOn": 1587414516.92,
            "LastModifiedOn": 1587428838.671,
            "BlueprintLocation": "s3://awsexamplebucket1/demo/DemoBlueprintProject.zip",
            "Status": "ACTIVE"
        }
    }
    

    输入以下命令,同时查看参数规范。

    aws glue get-blueprint --name <blueprint-name> --include-parameter-spec

    命令输出类似如下。

    {
        "Blueprint": {
            "Name": "myDemoBP",
            "CreatedOn": 1587414516.92,
            "LastModifiedOn": 1587428838.671,
            "ParameterSpec": "{\"WorkflowName\":{\"type\":\"String\",\"collection\":false,\"description\":null,\"defaultValue\":null,\"allowedValues\":null},\"PassRole\":{\"type\":\"String\",\"collection\":false,\"description\":null,\"defaultValue\":null,\"allowedValues\":null},\"DynamoDBTableName\":{\"type\":\"String\",\"collection\":false,\"description\":null,\"defaultValue\":null,\"allowedValues\":null},\"ScriptLocation\":{\"type\":\"String\",\"collection\":false,\"description\":null,\"defaultValue\":null,\"allowedValues\":null}}",
            "BlueprintLocation": "s3://awsexamplebucket1/demo/DemoBlueprintProject.zip",
            "Status": "ACTIVE"
        }
    }
    

    添加 --include-blueprint 参数以便在输出中包含 URL,您可以将其粘贴到浏览器,以下载 AWS Glue 存储的蓝图 ZIP 格式归档。

下一主题:

更新蓝图

上一主题:

注册蓝图
隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。