Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amperity_operator/source/api_streaming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ The Streaming Ingest courier pulls your data from the location that the Streamin

Enter the **File pattern prefix**, which is useful for time based ingestion of streaming data. This setting may be configured to load data on an hourly basis. Possible values range from ``00`` - ``24``, each of which represents an hour in a 24 hour window. For example, use ``00`` to load data at 12:00 AM, ``08`` to load data at 8:00 AM, or ``12`` to load data at 12:00 PM. A courier may only be configured to use a single file pattern prefix.

#. Set the load operations to a string that is incorrect, such as **df-xxxxxx**. You may also set the load operation to empty: "{}".
#. Set the load operations to a string that is incorrect, such as **df-PLACEHOLDER**. You may also set the load operation to empty: "{}".

.. tip:: If you use an incorrect string, the load operation settings will be saved in the courier configuration. After the schema for the feed is defined and the feed is activated, you can edit the courier and replace the feed ID with the correct identifier.

Expand Down