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

Source Stripe: type error missing start_date argument #6749

Closed
erichartono opened this issue Oct 5, 2021 · 0 comments · Fixed by #6841
Closed

Source Stripe: type error missing start_date argument #6749

erichartono opened this issue Oct 5, 2021 · 0 comments · Fixed by #6841

Comments

@erichartono
Copy link

Enviroment

  • Airbyte version: 0.30.10-alpha
  • OS Version / Instance: AWS EC2
  • Deployment: Docker
  • Source Connector and version: Stripe 0.1.19
  • Destination Connector and version: Redshift 0.3.14
  • Severity: Medium
  • Step where error happened: Sync job

Current Behavior

Error on 4 objects: bank accounts, customer balance transactions, invoice line items, subscription items
Error message "TypeError: init() missing 1 required positional argument: 'start_date'"

Expected Behavior

Success sync

Logs

logs-164-0.txt

Investigation

This PR might have a bug on start_date #6466
Reverting back to 0.1.18 solves this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment