Matillion grid variables can not be use in a transformation job in the sql component

42 views Asked by At

I'm using a query result to grid component, to transform a select into grid variables.

After I'm connecting with a transformation job using a grid iterator Sequential.

The following select provide me empty string

SELECT DISTINCT '${column_validated}' FROM '${table_name}'

I try to figure out why the grid variables in a select are empty

0

There are 0 answers