Other functional use cases
Using API as a data source
Ylem not only easily supports any modern database, data warehouse, or any other kind of data storage as a data source but is also very easy to use any API endpoint that returns JSON data as a data source.
To do that just configure an API integration first:
And then use it as a first task in the pipeline. The rest works the same way as with any other SQL-based data source.
Merge data from several sources
Often you don't have all necessary data stored in one storage but rather in a few ones. For example, the ones you have in your production database that are produced by your applications and the ones stored in your CRM.
Therefore before taking any action with data, you need to use Merge task:
Merge data from several sources consequently
Data to CSV report
Calling API for each entity in the dataset
Last updated