Hi, looking to see if CloudQuery has a chain that allows me to sync from Parquet files stored on Azure Blob Storage to a PostgreSQL database cluster? Thank you very much!!
Hi @singular-leech!
We support the file premium plugin that reads parquet files: File Plugin Documentation and then can sync to a PostgreSQL database destination: PostgreSQL Destination Documentation.
The file plugin pulls from a local file directory, so it would require downloading the parquet files from blob storage to local first.
If you’d like to request a new source plugin for Azure Blob, you can do so here: GitHub Issue Request (and that feedback/issue request helps shape our roadmap!).