Open tchiotludo opened 2 months ago
@tchiotludo can you provide a bit more details over this one 🤔 ?
Is it about properly mapping Kestra INT to NUMBER(9,0) and FLOAT to NUMBER(5,2) when using Kestra values inside SQL Oracle query ?
INT
NUMBER(9,0)
FLOAT
NUMBER(5,2)
No idea, just a fire and forget from a prospect. The goal is to dig into that NUMBER to see if we have any issues
Ok, assigned to me to get a reproducer first 👍
@tchiotludo can you provide a bit more details over this one 🤔 ?
Is it about properly mapping Kestra
INT
toNUMBER(9,0)
andFLOAT
toNUMBER(5,2)
when using Kestra values inside SQL Oracle query ?