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 typeform authenticator loop #8466

Conversation

brebuanirello-equinix
Copy link
Contributor

@brebuanirello-equinix brebuanirello-equinix commented Dec 2, 2021

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.

@CLAassistant
Copy link

CLAassistant commented Dec 2, 2021

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the area/connectors Connector related issues label Dec 2, 2021
Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change.

@marcosmarxm marcosmarxm self-assigned this Dec 2, 2021
…m/source.py

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Copy link
Member

@marcosmarxm marcosmarxm left a 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 👍

@sherifnada sherifnada linked an issue Dec 3, 2021 that may be closed by this pull request
@brebuanirello-equinix
Copy link
Contributor Author

remaked to include empty form list

@marcosmarxm marcosmarxm self-assigned this Dec 6, 2021
Copy link
Member

@marcosmarxm marcosmarxm left a 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.

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @bruno-nirello

@github-actions github-actions bot added area/documentation Improvements or additions to documentation area/frontend area/platform issues related to the platform area/scheduler area/server area/worker Related to worker CDK Connector Development Kit kubernetes labels Dec 8, 2021
@marcosmarxm marcosmarxm temporarily deployed to more-secrets December 8, 2021 02:10 Inactive
@marcosmarxm marcosmarxm force-pushed the 8410-fix-typeform-authenticator-loop branch from f01750e to ae2d662 Compare December 8, 2021 02:11
@github-actions github-actions bot removed area/server area/frontend CDK Connector Development Kit area/worker Related to worker area/scheduler kubernetes area/platform issues related to the platform labels Dec 8, 2021
@marcosmarxm marcosmarxm merged commit 0973b33 into airbytehq:master Dec 8, 2021
schlattk pushed a commit to schlattk/airbyte that referenced this pull request Jan 4, 2022
)

* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation community
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Source Typeform improve check connection method
4 participants