- Notifications
You must be signed in to change notification settings - Fork 4.9k
fix typeform authenticator loop #8466
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 typeform authenticator loop #8466
Conversation
marcosmarxm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change.
airbyte-integrations/connectors/source-typeform/source_typeform/source.py Outdated Show resolved Hide resolved
…m/source.py Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
airbyte-integrations/connectors/source-typeform/source_typeform/source.py Show resolved Hide resolved
marcosmarxm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comments, almost done 👍
airbyte-integrations/connectors/source-typeform/source_typeform/source.py Show resolved Hide resolved
airbyte-integrations/connectors/source-typeform/source_typeform/source.py Outdated Show resolved Hide resolved
a950590 to 42ce878 Compare | remaked to include empty form list |
airbyte-integrations/connectors/source-typeform/source_typeform/source.py Outdated Show resolved Hide resolved
marcosmarxm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small change, after that we can merge bump the connector version and publish it.
marcosmarxm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @bruno-nirello
f01750e to ae2d662 Compare ) * removed full forms list loop * better exception return * Update airbyte-integrations/connectors/source-typeform/source_typeform/source.py Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> * added comments to show bug * better error handling with empty form list * rebase Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
What
Our connection with typeform doesn't work with the current version 0.1.2, the method used to check connection is not improved for large accounts because make a full refresh and then after check if the form_id exists.
issue related:
#8410
How
Removing the loop in the full refresh forms, because the API does not respond.
Pre-merge Checklist
community Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>command is passing./publishcommand described here