bruin-data / ingestr

ingestr is a CLI tool to copy data between any databases with a single command seamlessly.
https://bruin-data.github.io/ingestr/
MIT License
2.57k stars 62 forks source link

Ingestr as Library #42

Open wahmedswl opened 2 months ago

wahmedswl commented 2 months ago

Hi!

Can this be used as Library in python?

Thanks

karakanb commented 1 month ago

Not at the moment, but gonna be possible in the next couple of weeks. What's the usecase you have?

wahmedswl commented 1 month ago

@karakanb I am planning to use it with Sqlmesh to do ETL stuff. Sqlmesh doesn't support extracting data from secondary database seamlessly and have to resort to Python models and use Pandas etc.

karakanb commented 1 month ago

great idea! if you are interested in an integrated version, you could also use our CLI that does that too: https://github.com/bruin-data/bruin