Unsupported 'time-series-sync' InputSpec Format

I encountered an error with the format of the ‘time-series-sync’ InputSpec not being supported. The job specification does not match the expected format. Could anyone provide guidance on the correct format for a ‘time-series-sync’ job specification or direct me to relevant documentation or examples?

You can find documentation here for Time Series Sync setup.

Copying the relevant information below:

Time series syncs require the following columns:

  1. seriesId: The identifier of a series (string).
  2. timestamp: The time the associated value occurred (timestamp or long).
    • For long typed time columns, the units must be specified. Available units include seconds, milliseconds, microseconds or nanoseconds.
  3. value: The value of the series at a given timestamp (double, integer, float or string).
  4. Ingestion time: (optional): The time at which the streaming data points were ingested (timestamp).

Thank you so much for your reply! I checked and all of those columns look good! I am getting an error when I try to package my code repository into a product for Marketplace. I am using FoundryTS so I am also referencing a Time Series backed Object Type and a time series sync.


Is there an extra configuration that I am missing to get it ready to become a product?