What is a Predicate? A predicate is an operation on an Input object which produces a boolean (true/false) result. It can be helpful to think of a predicates as “Yes…
Have you ever received the error System.IO.PathTooLongException: The specified path, file name, or both are too long. The full qualified file name must be less than 260 characters, the the…
In this post we’ll be going over how to configure an ODBC connection to DataBricks within Composable so you can run spark queries from Composable resources (i.e. QueryViews and DataFlows)…
At my previous job, I was reliant on external API’s to work correctly and to know when functionality had changed. With proper acceptance/validation testing on foreign API’s, you can sleep…
This post will cover two recent additions to Composable DataFlows that have yet to receive a comprehensive write-up: DataFlow Resume and Pinned Results. We’ll be discussing them together due to…
Many first time users of Composable have asked “How does Composable compare to Streamsets?” I finally had the opportunity to use Streamsets in a real-life setting a couple of months…
By default, the C drive on an Azure VM is only 127 GB. Usually after a few programs are installed and perhaps a Sql Database is setup, you’re on your…