Composable has an SDK for deploying resources between two instances of Composable. For example, a source instance may be a development environment, and the target instance may be the production…
Posts published in “Uncategorized”
Composable has an API for every action that you can perform through its UI. All services are documented here: https://dev.composable.ai/api/CompAnalytics.IServices.html Below is an example script for executing operations on the…
The WebService we’ll be creating is a simple API endpoint that accepts a Time Zone as a parameter and returns current date and time. To create a Web Service, first…
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…