import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const run = await client.dataframer.runs.update('run_id');
console.log(run);{}Update a run (only certain fields)
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const run = await client.dataframer.runs.update('run_id');
console.log(run);{}