Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Refund & Bank Account Objects to be pulled in the Stripe Connector #3030

Closed
kurnito365 opened this issue Apr 22, 2021 · 7 comments · Fixed by #3086
Closed

Add the Refund & Bank Account Objects to be pulled in the Stripe Connector #3030

kurnito365 opened this issue Apr 22, 2021 · 7 comments · Fixed by #3086
Assignees
Labels
type/enhancement New feature or request

Comments

@kurnito365
Copy link

Hi there, as we would like to see if we can get the refund object added to Airbyte's Stripe Connector. We want to be able to build a comprehensive Stripe report on refunds.

With it available in the connector we would be able to query the REFUND table in our data warehouse (Snowflake) and then build a report using our BI tool.

@kurnito365 kurnito365 added the type/enhancement New feature or request label Apr 22, 2021
@cgardens
Copy link
Contributor

Thanks!

While we are it, we should also bank_accounts.

@sherifnada sherifnada changed the title Add the Refund Object to be pulled in the Stripe Connector Add the Refund & Bank Account Objects to be pulled in the Stripe Connector Apr 26, 2021
@sherifnada
Copy link
Contributor

Note to implementer: this should be done on the new source-stripe connector NOT on the source-stripe-singer one.

@Zirochkaa Zirochkaa self-assigned this Apr 26, 2021
@keu keu added this to the Connectors April 30th, 2021 milestone Apr 26, 2021
Zirochkaa added a commit that referenced this issue Apr 27, 2021
Add two new streams:
Refunds - incremental stream.
Bank Accounts - full refresh stream.
@Zirochkaa Zirochkaa linked a pull request Apr 27, 2021 that will close this issue
2 tasks
Zirochkaa added a commit that referenced this issue Apr 28, 2021
Add two new streams:
Refunds - incremental stream.
Bank Accounts - full refresh stream.
Zirochkaa added a commit that referenced this issue Apr 28, 2021
Update quotes in source.py file.
Zirochkaa added a commit that referenced this issue Apr 28, 2021
Add two new streams:
Refunds - incremental stream.
Bank Accounts - full refresh stream.
Zirochkaa added a commit that referenced this issue Apr 28, 2021
Update quotes in source.py file.
Zirochkaa added a commit that referenced this issue Apr 28, 2021
Add state for `refunds` stream to sample_files/state.json file.
Update catalog data for `refunds` and `bank_accounts` streams in sample_files/full_catalog.json file.
Zirochkaa added a commit that referenced this issue Apr 28, 2021
Update source-stripe connector version from `0.1.0` to `0.1.1`.
Zirochkaa added a commit that referenced this issue Apr 28, 2021
* Refunds & Bank Accounts streams for stripe (#3030)

Add two new streams:
Refunds - incremental stream.
Bank Accounts - full refresh stream.

* Refunds & Bank Accounts streams for stripe (#3030)

Update quotes in source.py file.

* Refunds & Bank Accounts streams for stripe (#3030)

Add state for `refunds` stream to sample_files/state.json file.
Update catalog data for `refunds` and `bank_accounts` streams in sample_files/full_catalog.json file.

* Refunds & Bank Accounts streams for stripe (#3030)

Update source-stripe connector version from `0.1.0` to `0.1.1`.
@Zirochkaa
Copy link
Contributor

@kurnito365

We just merged this feature into master and released a new version of the source-stripe connector.

Upgrade your connector to version 0.1.1 and get started. To upgrade your connector version, go to the admin panel in the left hand side of the UI, find this connector in the list, and input the latest connector version.

Please let us know if you have any further questions.

Enjoy!

@kurnito365
Copy link
Author

thanks @Zirochkaa !!

@sherifnada
Copy link
Contributor

@kurnito365 for this connector you'll need to Create a new connector : this a new iteration of our stripe connector that does not rely on the singer tap. It doesn't ship by default with Airbyte (yet! will be starting next week). So for now you'll need to add the connector like described in https://docs.airbyte.io/integrations/custom-connectors#adding-your-connectors-in-the-ui . The information for the connector is:

Display Name: Stripe (airbyte-native pre-release)
Docker repository name: airbyte/source-stripe
Docker image tag: 0.1.1
Documentation URL: hub.docker.com/r/airbyte/source-stripe

@kurnito365
Copy link
Author

Hey @sherifnada @Zirochkaa I just tested out the new connector on my local and I'm missing a lot of the data I was able to see before from Stripe (like from the charges table for example).

I think I set up the new custom connector correctly with the information above, using also the same stripe account ID and definitely a Stripe API key that works. Just wondering if there's anything else I need to do here.

@sherifnada
Copy link
Contributor

@kurnito365 Is your account a connected account?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants