configure datasink
The configure datasink
command configures a data sink and connects it to a data source. In the notebook, you will be guided through a template form that will prompt you for various inputs, such as the data source name.
Syntax
Parameters
To create a new data sink:
Select New from the DataSink drop-down list.
Specify a name for the data sink.
Select the type of the data sink.
Select the data source.
If the selected data source has no columns defined, select the Define Schema checkbox to define the columns for the data sink.
For an events data sink:
Select the primary key columns.
Select the timestamp column.
Select the desired event data rate.
Specify the maximum aggregation window. This value will be used when creating aggregate features for datasets that use the data sink as input.
Specify the start and end times for backfill data.
Optionally specify constraints or metrics for the data sink.
Click the Save Configuration button to save the new data sink.
To change an existing data sink:
Select the name of the data sink from the drop-down list
Change the features of the data sink.
Click the Save Configuration button to save changes to the data sink.
Example
Last updated