Skip to main content

Hello

Is it possible to get a list of data sets to then use within a transformation? I can see it is possible with the API and pythonSDK to get a list of data sets.


I want to get a list of data sets, then based on certain conditions fetch data from those data sets.

Hi @Dirk Ackerman,

Can you please try using the below SQL query.

select * from `_cdf`.`datasets`

 


@Mithila Jayalath , Thank you this gives me the information I needed.


Reply