You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the data source: [e.g. link to API spec, home page etc.] Braintree
Current Status
I plan to write it
I've written it and run it for fun
I run it on my local laptop
I run it in production
I tried following destinations with it: [e.g. duckdb, bigquery]
filesystem
duckdb
What source does/will do
Please provide descriptions up to 3 most important use cases that users of this source do. Those use cases will be:
implemented
reviewed
demonstrated in source demo pipeline script
documented
use case description is not only targeted at the developers but also by people creating test account and doing demos.
Extract subscription, transaction, dispute, plan, merchant account, and customer data from PayPal.
Test account / test data
I'd like dltHub to create a test account before we start
I have test account and can share my test data or a test account with dltHub after we merge the source
Additional context
Anything we should know about your source
As far as I can tell there are few resources for folks looking to extract their data from Braintree. Fivetran has the only reliable connector. Airbyte has a Braintree connector but it's fatally flawed and unusable (see GitHub issues for the connector). Braintree offers a several SDKs that wrap their REST APIs but they're constructed in such a way to prevent all data from being extracted - usually a 10,000 record limit. The Braintree REST API itself isn't even documented, so using it directly isn't a viable option for most engineers.
The text was updated successfully, but these errors were encountered:
Quick source info
Current Status
What source does/will do
Please provide descriptions up to 3 most important use cases that users of this source do. Those use cases will be:
use case description is not only targeted at the developers but also by people creating test account and doing demos.
Test account / test data
dltHub
to create a test account before we startdltHub
after we merge the sourceAdditional context
Anything we should know about your source
As far as I can tell there are few resources for folks looking to extract their data from Braintree. Fivetran has the only reliable connector. Airbyte has a Braintree connector but it's fatally flawed and unusable (see GitHub issues for the connector). Braintree offers a several SDKs that wrap their REST APIs but they're constructed in such a way to prevent all data from being extracted - usually a 10,000 record limit. The Braintree REST API itself isn't even documented, so using it directly isn't a viable option for most engineers.
The text was updated successfully, but these errors were encountered: