issues
search
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.56k
stars
62
forks
source link
Feature/introduce stripe source
#25
Closed
sanjushahgupta
closed
3 months ago
sanjushahgupta
commented
3 months ago
Following changes are made in this PR:
added Stripe as an source option in factory.py.
added StripeAnalyticsSource class in source.py to fetch data from stripe API
added necessary dependencies to requirements.txt
added ingestr.src.stripe_analytics as a module in pyproject.toml
Following changes are made in this PR: