import Dataframer from 'dataframer';const client = new Dataframer({ apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted});const run = await client.dataframer.runs.retrieve('run_id');console.log(run.spec_version_id);
import Dataframer from 'dataframer';const client = new Dataframer({ apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted});const run = await client.dataframer.runs.retrieve('run_id');console.log(run.spec_version_id);