How do I get data from a SaaS tool or database into Synapse without building a connector?
ingestr copies data from any supported source into Synapse with a single command. You give it a source URI and a Synapse destination URI, and it handles schema and incremental loading.
Command
ingestr ingestDefined in
CLI
Works with
Synapse + ingestr
What you get
One-command loadauto schemaincremental
How it works in code
$ ingestr ingest \
--source-uri postgres://... \
--dest-uri synapse://...Run ingestr ingest and the data lands in Synapse, incrementally on every run.
Related use cases
Load into your warehouse
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.