Closed lazappi closed 1 month ago
The output is similar to Python with the following differences:
id
and created_at
fields are printedThere is also an incomplete describe()
method. It only shows the provenance fields in the example at the moment. Labels, features, other provenance etc. should be possible but I need to work out how to properly locate things which will take more work.
style = FALSE
)
Adds
to_string()
andprint()
methods to theRecord
class and a (incomplete)describe()
method to theArtifact
class.Fixes #5, replaces #3