Hi. I am running dut in Snowflake
A column that contains STRING (ie XC2536XC) is being created by dut with data type NUMERIC
But when dut runs the test, it first select from the created view - which fails with the NON_NUMERIC issue
The same happens if I try to select from the created view myself.
I would expect the data types to be created as generic as possible - or at least having a way to manually change if necessary
Hi. I am running
dutin SnowflakeA column that contains STRING (ie XC2536XC) is being created by dut with data type NUMERIC
But when dut runs the test, it first select from the created view - which fails with the NON_NUMERIC issue
The same happens if I try to select from the created view myself.
I would expect the data types to be created as generic as possible - or at least having a way to manually change if necessary