pitchmuc / aepp

Adobe Experience Platform API for humans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in retrieving datasets

naynikaw opened this issue · comments

Expected Behaviour

Expected behaviour is to get dataset labels on invoking the datasets.Datasets() method. I have added the config correctly as the Schemas module is working fine.

Actual Behaviour

seeing this error:
AttributeError: module 'aepp.datasets' has no attribute 'Datasets'

image
On invoking the help method I see the class Datasets. Not sure what I'm doing wrong.
image

Hello,

You will need to pass a configuration file before instantiating the DataSet class.
I would recommend you to go through the get-started documentation : https://github.com/pitchmuc/aepp/blob/main/docs/getting-started.md