How do I get data from a SaaS tool or database into Microsoft Fabric without building a connector?
ingestr copies data from any supported source into Microsoft Fabric with a single command. You give it a source URI and a Microsoft Fabric destination URI, and it handles schema and incremental loading.
Command
ingestr ingestDefined in
CLI
Works with
Microsoft Fabric + ingestr
What you get
How it works in code
$ ingestr ingest \
--source-uri postgres://... \
--dest-uri fabric://...Run ingestr ingest and the data lands in Microsoft Fabric, incrementally on every run.
Related use cases
Load any source into Snowflake with one command
How do I get data from a SaaS tool or database into Snowflake without building a connector?
Load into your warehouseLoad any source into BigQuery with one command
How do I get data from a SaaS tool or database into BigQuery without building a connector?
Load into your warehouseLoad any source into Postgres with one command
How do I get data from a SaaS tool or database into Postgres without building a connector?
Move data with one command
Open source. Source URI in, destination URI out, incremental by default.