Step 5. Use custom visual transforms in Amazon Glue Studio - 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).

Step 5. Use custom visual transforms in Amazon Glue Studio

To use a custom visual transform in Amazon Glue Studio, you upload the config and source files, then select the transform from the Action menu. Any parameters that need values or input are available to you in the Transform tab.

  1. Upload the two files (Python source file and JSON config file) to the Amazon S3 assets folder where the job scripts are stored. By default, Amazon Glue pulls all JSON files from the /transforms folder within the same Amazon S3 bucket.

  2. From the Action menu, choose the custom visual transform. It is named with the transform displayName or name that you specified in the .json config file.

  3. Enter values for any parameters that were configured in the config file.

    
                        The screenshot shows a custom visual transform with parameters for the user
                        to complete in the Transform tab.