Navigation Menu

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

🐛 Fix Stripe Schema. #3744

Merged
merged 3 commits into from May 30, 2021
Merged

🐛 Fix Stripe Schema. #3744

merged 3 commits into from May 30, 2021

Conversation

davinchia
Copy link
Contributor

@davinchia davinchia commented May 30, 2021

What

One of the schema's has a wrong type and should be string instead of integer. I discovered this while trying to debug a user's error.

This was erroring out E2E locally for me, and works after this change (for the entire catalog).

Screen Shot 2021-05-30 at 2 53 13 PM

Second change is a cursor field that is missing from the schema. This took me a while to debug. Since the resource contains an object that has a field of the same name.

Screen Shot 2021-05-30 at 4 16 13 PM

The two most recent syncs are after I corrected this error.

How

Change the type.

Pre-merge Checklist

  • Run integration tests
  • Publish Docker images

Recommended reading order

  1. The one schema file.

@davinchia
Copy link
Contributor Author

davinchia commented May 30, 2021

/test connector=source-stripe

🕑 source-stripe https://github.com/airbytehq/airbyte/actions/runs/889711552
✅ source-stripe https://github.com/airbytehq/airbyte/actions/runs/889711552

@davinchia davinchia requested a review from sherifnada May 30, 2021 06:52
@davinchia
Copy link
Contributor Author

davinchia commented May 30, 2021

/test connector=source-stripe

🕑 source-stripe https://github.com/airbytehq/airbyte/actions/runs/889822271
✅ source-stripe https://github.com/airbytehq/airbyte/actions/runs/889822271

@davinchia
Copy link
Contributor Author

davinchia commented May 30, 2021

/publish connector=connectors/source-stripe

🕑 connectors/source-stripe https://github.com/airbytehq/airbyte/actions/runs/889841460
✅ connectors/source-stripe https://github.com/airbytehq/airbyte/actions/runs/889841460

@davinchia davinchia marked this pull request as ready for review May 30, 2021 08:46
@auto-assign auto-assign bot requested review from cgardens and jrhizor May 30, 2021 08:46
@davinchia davinchia merged commit 71f8481 into master May 30, 2021
@davinchia davinchia deleted the davinchia/fix-stripe-schema branch May 30, 2021 08:46
@davinchia davinchia changed the title Fix Stripe Schema. 🐛 Fix Stripe Schema. May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants