I'm working with a series of tables that contain m...
# getting-started
w
I'm working with a series of tables that contain multiple time series in the same table. That is the schema of an example table
time_series_forecasts
is the along the lines of:
| ts_series_id | objectid | timestamp | value
There are >1000 different series inside this one table. I'm like to be able to extend lineage all the way to the individual "series" inside (since just saying "we pull from the giant table" isn't super interesting) but I'm not sure how to express this "series inside a table" with DataHub.