Skip to content

Commit 2881b5a

Browse files
Chris Choschmalliso
authored andcommitted
Add link to time series tutorial (#196)
* Add link to time series tutorial, prevent column width stretch
1 parent af1fc5b commit 2881b5a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/sink-connector/configuration-properties/time-series.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@ Settings
7474
| When set to ``true``, the connector uses the milliseconds
7575
after epoch and discards fractional parts if the value is
7676
a number. If the value is a string, the connector uses the
77-
setting in the ``timeseries.timefield.auto.convert.date.format``
78-
configuration to parse the date.
77+
setting in the following configuration to parse the date:
78+
79+
.. code-block:: none
80+
81+
timeseries.timefield.auto.convert.date.format
82+
7983
| If the connector fails to convert the value, it sends the
8084
original value to the time series collection.
8185
|
@@ -137,6 +141,5 @@ Settings
137141
| **Accepted Values**: ``""``, ``"seconds"``, ``"minutes"``, ``"hours"``
138142

139143
For an example on how to convert an existing collection to a time series
140-
collection, see the (TODO: link to Time Series Collection Example) page.
141-
144+
collection, see the tutorial on how to :ref:`<tutorial-migrate-time-series>`.
142145

0 commit comments

Comments
 (0)