Viewing blueprint runs in Amazon Glue - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Viewing blueprint runs in Amazon Glue

View a blueprint run to see the following information:

  • Name of the workflow that was created.

  • blueprint parameter values that were used to create the workflow.

  • Status of the workflow creation operation.

You can view a blueprint run by using the Amazon Glue console, Amazon Glue API, or Amazon Command Line Interface (Amazon CLI).

To view a blueprint run (console)
  1. Open the Amazon Glue console at https://console.amazonaws.cn/glue/.

  2. In the navigation pane, choose blueprints.

  3. On the blueprints page, select a blueprint. Then on the Actions menu, choose View.

  4. At the bottom of the Blueprint Details page, select a blueprint run, and on the Actions menu, choose View.

To view a blueprint run (Amazon CLI)
  • Enter the following command. Replace <blueprint-name> with the name of the blueprint. Replace <blueprint-run-id> with the blueprint run ID.

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