-
Notifications
You must be signed in to change notification settings - Fork 2
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
Example to use Plaid API using fivetran_connector_sdk #62
base: main
Are you sure you want to change the base?
Conversation
This pull request has been linked to 1 task:
|
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.
please address one comment and re-request once we have creds to test this.
# - configuration: a dictionary that contains any secrets or payloads you configure when deploying the connector | ||
# - state: a dictionary that contains whatever state you have chosen to checkpoint during the prior sync. | ||
# The state dictionary is empty for the first sync or for any full re-sync. | ||
def update(configuration: dict, state: dict): |
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.
please break this into small methods for better readable code, so it can easily extended by our customers.
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.
Please request a review again when this PR is ready.
Links https://fivetran.height.app/T-838152