Unanswered
Is There A Way To Access Dataframe Logged Using Report_Table From The A Task Instance Instantiated Using Task.Get_Task(Id='.....')?
I Have:
T = Task.Get_Task(Id='....')
And I Am Looking For Something Along The Lines Of:
Df = T.Get_Table('Table Name')
I understand. Thing is I already have a bunch of tasks where I logged the tables and did not upload an artifact. If I can get them using the SDK, as something that I can possibly extract the values from as JSON (as in the web GUI) that would be great. Currently I'm just manually downloading the json one by one as I need them.
159 Views
0
Answers
4 years ago
one year ago