Skip to main content
Seasoned ⭐️
October 4, 2024
Solved

Transformations and Data Sets

  • October 4, 2024
  • 2 replies
  • 71 views

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.

Best answer by Mithila Jayalath

Hi @Dirk Ackerman,

Can you please try using the below SQL query.

select * from `_cdf`.`datasets`

 

2 replies

Mithila Jayalath
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
October 4, 2024

Hi @Dirk Ackerman,

Can you please try using the below SQL query.

select * from `_cdf`.`datasets`

 

Seasoned ⭐️
October 7, 2024

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