Invalid transform

A transform defined on a column is invalid. This is usually due to a syntax error in the transform's expression.

How to fix

Fix the syntax error in the transform's expression. More information on the supported syntax and functions can be found here.

Check for:

  • Missing brackets or parentheses
  • Incorrect function names
  • Invalid variable references
  • Mismatched quotes



Didn't find what you were looking for?