2025-08-23 - Export tile to blob storage¶
ADI¶
We’re excited to introduce a powerful new feature that allows you to seamlessly export your processed data directly from AgileData.io to your preferred blob storage solution. This enhancement automates the process of getting your valuable insights into your own data ecosystem.
Many of you have expressed a need for daily, automated transfers of your consumed data into your own cloud storage environments. With this update, you can now configure your data tiles to be automatically exported to your designated blob storage, ensuring your data is always where you need it, when you need it.
Setting up these exports is straightforward. You can define the target storage bucket, file naming conventions, and securely manage connection details within the platform. Once configured, AgileData.io handles the rest, automatically pushing your data after processing.
This new capability empowers you with greater control and flexibility over your data, streamlining your workflows and making it easier to integrate AgileData.io insights with your broader data strategy.
Problem¶
A customer required their consume data to be exported to blob storage each day
Solution¶
expose two new endpoints for managing file exports: export_config table in spanner. Update catalog table to include a new: export_key which binds to the export config and lets us supply a target bucket, connection string (secret), file name etc to running a post load cloud function to export to file …
Leverage the Magic¶
This feature required extending our existing patterns to include a new export_config specificially for exporting files to blob storage
Last Refreshed¶
Doc Refreshed: 2025-08-23