Database Connection Source: Snowflake
Using the DB connection, when creating the project the model views are automatically generated but attributes of type Number are defined as String
Examples:
Snowflake attribute with type Number(18.0) => string
Snowflake attribute with type Number(5.2) => string
How can this be fixed so that view defines attributes of type Number as number in view definition without manually checking and fixing the types.
Thanks,
Umesh