Skip to main content
Answer

Transformations and Data Sets

  • October 4, 2024
  • 2 replies
  • 38 views

Forum|alt.badge.img

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
Seasoned Practitioner
Forum|alt.badge.img+8
  • Seasoned Practitioner
  • Answer
  • October 4, 2024

Hi @Dirk Ackerman,

Can you please try using the below SQL query.

select * from `_cdf`.`datasets`

 


Forum|alt.badge.img
  • Author
  • Committed
  • October 7, 2024

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