-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi devs and users,
We have recently extended data formulator with the ability to directly connect to external data sources with the ExternalDataLoader class. One can extend the python data loader class to make it possible to directly load data from external data sources. The frontend will automatically populate the external classes and provided ability to complete user queries (for loading data views).
external_data_loader.mov
Instruction for extending data loader and example implementations of MySQL and Azure Data Explorer are provided here: https://github.com/microsoft/data-formulator/tree/main/py-src/data_formulator/data_loader.
Would like to use this issue to collect which data sources you would like to see, and hopefully there are some devs able to add some more data loaders for popular sources (Google Big Query, Amazon S3 for example).