Convert table
to artifact
First, you’ll need to convert the table to an artifact. The easiest way to do this using artifact.get(table, "table_name")
:
Convert artifact
to Dataframe
Then, convert the table into a dataframe:
Export Data
Now you can export using any method dataframe supports:Next Steps
- Check out the reference documentation on
artifacts
. - Go through our Tables Walktrough guide.
- Check out the Dataframe reference docs.