lgc-jacovanwyk

Results 2 issues of lgc-jacovanwyk

Trying to create this function below via schema change gives me an error when running via Azure DevOps pipeline ``` CREATE FUNCTION PUBLIC.CONVERT_TO_UMOL_SCALE("ITEM" VARCHAR(16777216)) RETURNS FLOAT LANGUAGE JAVASCRIPT AS '...

For the life of me, I cannot work out how to pass these variables? I run the following: `schemachange render -a XXX.eu-west-1 -u XXX -r XXX -w XXX --vars '{"variable1":...

question