little-pizza-78379
02/22/2023, 3:15 AMfrom metaflow import Run
run = Run('DatabaseAndS3Test/229')
print(run.tags)
mycode = Run('DatabaseAndS3Test/229').code
print(mycode.path)
run.code.extract(path='~/_nasHome/tools/restore')
This code gives me an error
AttributeError: ‘MetaflowCode’ object has no attribute ‘extract’
Any ideas on what am I doing wrong?