Is there a way to query metadata of TimeSeries from a particular dataset in CDF Transformations?
Something like this, but this query isn’t working
select
cast(`externalId` as STRING) as externalId,
cast(`dataSetId` as STRING) as eid
from
`_cdf`.`timeseries`
where dataSetId == <data_set_id>;