Get records from stream

This step returns records that were previously generated by another transformation in a job. The records were passed to this step using one of the streaming input steps (for example, Kinesis consumerarrow-up-right, Kafka consumer, etc.), which are available in the Streaming category of transformations. You can enter the metadata of the fields you are expecting from the previous transformation in a job.

Note: This step produces one or more rows and cannot be placed within a stream. It must be the first step in a stream since it produces rows. If you want to add this data to an existing stream, you need to use a join step.

Last updated

Was this helpful?