Validate a derived column expression against syntax and logical errors. This is useful to check if the column expression is valid, before creating or updating the derived column itself.
A list of available operators is available in this Academy article .
npm install @luzmo/nodejs-sdkimport Luzmo from '@luzmo/nodejs-sdk';
const client = new Luzmo({
api_key: '<your Luzmo API key>',
api_token: '<your Luzmo API token>',
host: 'https://api.luzmo.com'
});