I am designing a data pipeline in Mosaic Decisions. I have a database where some values in the data are nulls. I require to use a CustomSQL Node to query the database, but due to these Null values, the result is unexpected
How can I avoid such situations and convert the nulls into some other values before adding the customSQL.
I have previously used another customSQL just to replace all the null values. However, I need to keep adding complex queries to do that. Is there any other possible way to achieve the same thing without the use of separate customSQL node to handle the null values?