I am attempting to Migrate to the <Sandbox Framewo...
# nsaw
j
I am attempting to Migrate to the Sandbox Framework for Semantic Model Extensions. One of the steps is to Validate the Main Branch. When I do this I get many errors that are all
Mismatch in datatype for physical column "Oracle_Data_Warehouse"..<some columnd in my customization>
. If anyone has experienced this, how did you fix the error? I think it could be related to this image, but I've tried creating my column in many ways
image.png
These are all the types I've tried and they all come into OAX as
DOUBLE
or
NUMERIC
, never
INT
.
Copy code
account_id_int int
    , account_id_integer integer
    , account_id_number38 number(38)
    , account_id_number38_0 number(38,0)
    , account_id_double double precision
    , account_id_decimal decimal(38,0)
this is resolved.