GET_STEP_DATAFRAME - Amazon Glue DataBrew
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).

GET_STEP_DATAFRAME

Fetches the data frame from a step in the project's recipe. Only for use in the interactive experience. Used with the ViewFrame parameter to paginate across a large data frame.

Parameters
  • stepIndex – The index of the step in the project's recipe for which to fetch the data frame.

Example

{ "RecipeAction": { "Operation": "GET_STEP_DATAFRAME", "Parameters": { "stepIndex": "0" } } }