Creating a data ingestion request
Streaming is straightforward. To begin, create an instance of IngestWithConfigDataStreamRequest, which has the following shape:ingestion_config_id: The ID of the ingestion config that was created in a previous section.flow: The name of the flow where you want to send data.timestamp: The timestamp to use for this flow.channel_values: An order-specific list of Channel values that matches the order of Channel configs for this particular flow. Read more on ordering.run_id: Gernally, an optional Run ID to associate with the data. Therun_idmust be included if this data is part of a Run. Read more on creating and using Runs.end_stream_on_validation_error: Whentrue, terminate the stream if an error occurs Sift-side.organization_id: The ID of your organization. Optional unless your user belongs to multiple organizations.