WolVez
09/23/2021, 5:18 PMdatajoely
09/23/2021, 5:21 PMWolVez
09/23/2021, 5:22 PMdatajoely
09/23/2021, 5:22 PMWolVez
09/23/2021, 5:23 PMdatajoely
09/23/2021, 5:23 PMWolVez
09/23/2021, 5:33 PMdatajoely
09/23/2021, 5:37 PMWolVez
09/23/2021, 5:37 PMdatajoely
09/23/2021, 5:37 PMWolVez
09/23/2021, 5:37 PM__str__
which calls self.describe() hit upon creation.Lorena
09/24/2021, 9:29 AMsuper().__init__
. I assume you're trying to pass these to Snowflake
, does that call super on AbstractDataSet
or sth? I'm not sure why you'd hit str()
before anything else happens, can you show us your Snowflake class?mro()
for debugging when using multiple inheritance like here.WolVez
09/24/2021, 4:55 PMdatajoely
09/27/2021, 8:23 AMSnowflake
class to make sense of what's going on?WolVez
09/27/2021, 2:22 PMdatajoely
09/27/2021, 2:30 PM